class |
FieldDeclarationMatch |
A Java search match that represents a field declaration.
|
class |
FieldReferenceMatch |
A Java search match that represents a field reference.
|
class |
LocalVariableDeclarationMatch |
A Java search match that represents a local variable declaration.
|
class |
LocalVariableReferenceMatch |
A Java search match that represents a local variable reference.
|
class |
MethodDeclarationMatch |
A Java search match that represents a method declaration.
|
class |
MethodReferenceMatch |
A Java search match that represents a method reference.
|
class |
ModuleDeclarationMatch |
A Java search match that represents a module declaration.
|
class |
ModuleReferenceMatch |
A Java search match that represents a module reference.
|
class |
PackageDeclarationMatch |
A Java search match that represents a package declaration.
|
class |
PackageReferenceMatch |
A Java search match that represents a package reference.
|
class |
ReferenceMatch |
An abstract Java search match that represents a reference.
|
class |
TypeDeclarationMatch |
A Java search match that represents a type declaration.
|
class |
TypeParameterDeclarationMatch |
A Java search match that represents a type parameter declaration or reference.
|
class |
TypeParameterReferenceMatch |
A Java search match that represents a type parameter declaration or reference.
|
class |
TypeReferenceMatch |
A Java search match that represents a type reference.
|