Package | Description |
---|---|
org.eclipse.jdt.core.search |
Provides support for searching the workspace Java
elements that match a particular description.
|
Modifier and Type | Class and Description |
---|---|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SearchRequestor.acceptSearchMatch(SearchMatch match)
Accepts the given search match.
|
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.