Uses of Package
org.eclipse.jdt.internal.core.search.matching

Packages that use org.eclipse.jdt.internal.core.search.matching
org.eclipse.jdt.internal.core.search.matching   
 

Classes in org.eclipse.jdt.internal.core.search.matching used by org.eclipse.jdt.internal.core.search.matching
AndPattern
           
ConstructorPattern
           
FieldPattern
           
IntersectingPattern
          Query the index multiple times and do an 'and' on the results.
JavaSearchPattern
           
LocalVariablePattern
           
MatchingNodeSet
          A set of matches and possible matches, which need to be resolved.
MatchLocator
           
MatchLocatorParser
          A parser that locates ast nodes that match a given search pattern.
MatchLocatorParser.ClassButNoMethodDeclarationVisitor
           
MatchLocatorParser.NoClassNoMethodDeclarationVisitor
          An ast visitor that visits local type declarations.
MethodPattern
           
OrPattern
           
PackageDeclarationPattern
           
PackageReferencePattern
           
PatternLocator
           
PossibleMatch
           
PossibleMatchSet
          A set of PossibleMatches that is sorted by package fragment roots.
SuperTypeReferencePattern
           
TypeDeclarationPattern
           
TypeParameterPattern
          Pattern to search type parameters.
TypeReferencePattern
           
VariableLocator
           
VariablePattern