|
Eclipse JDT Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchMatch | |
---|---|
org.eclipse.jdt.core.search | Provides support for searching the workspace Java elements that match a particular description. |
Uses of SearchMatch in org.eclipse.jdt.core.search |
---|
Subclasses of SearchMatch in org.eclipse.jdt.core.search | |
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 |
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. |
Methods in org.eclipse.jdt.core.search with parameters of type SearchMatch | |
abstract void |
SearchRequestor.acceptSearchMatch(SearchMatch match)
Accepts the given search match. |
|
Eclipse JDT Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |