Package com.tonic.analysis.xref
Cross-references from a method or field to the places that use it.
-
Class Summary Class Description FieldReference Identifies a specific field by owner class, name, and descriptor.Xref An immutable cross-reference from a source instruction to the class, method, or field it names.Xref.Builder Mutable accumulator for the fields of an Xref.XrefBuilder A builder for a cross-reference database over every class in a ClassPool, recording call, field access, instantiation, cast and inheritance references.XrefDatabase Cross-reference store that keeps every xref indexed by source class, target class, target method, target field and reference type for constant-time lookup. -
Enum Summary Enum Description XrefType Kinds of cross-reference tracked in the xref database.