An index that enables the efficient lookup of source elements (methods and fields)
given the method's/field's name and the descriptor/field type. The index contains fields
with public, protected, <default> and private visibility.
Basically an index of the source elements (methods and fields) of a project.
This index can be used, e.g., to resolve method calls based on the method's names and/or
descriptors.
An index that enables the efficient lookup of source elements (methods and fields) given the method's/field's name and the descriptor/field type. The index contains fields with public, protected,
<default>and private visibility.Basically an index of the source elements (methods and fields) of a project.
This index can be used, e.g., to resolve method calls based on the method's names and/or descriptors.
To get an instance of a project index call Project.get and pass in the ProjectIndexKey object.
FieldAccessInformation to get the information where a field is accessed.