Uses of Interface
org.eclipse.jdt.internal.core.search.indexing.IIndexConstants

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

Uses of IIndexConstants in org.eclipse.jdt.internal.core.search.indexing
 

Classes in org.eclipse.jdt.internal.core.search.indexing that implement IIndexConstants
 class AbstractIndexer
           
 class BinaryIndexer
           
 class IndexManager
           
 class SourceIndexer
          A SourceIndexer indexes java files using a java parser.
 class SourceIndexerRequestor
          This class is used by the JavaParserIndexer.
 

Uses of IIndexConstants in org.eclipse.jdt.internal.core.search.matching
 

Classes in org.eclipse.jdt.internal.core.search.matching that implement IIndexConstants
 class AndLocator
           
 class AndPattern
           
 class ClassFileMatchLocator
           
 class ConstructorDeclarationPattern
           
 class ConstructorLocator
           
 class ConstructorPattern
           
 class DeclarationOfAccessedFieldsPattern
           
 class DeclarationOfReferencedMethodsPattern
           
 class DeclarationOfReferencedTypesPattern
           
 class FieldLocator
           
 class FieldPattern
           
 class IntersectingPattern
          Query the index multiple times and do an 'and' on the results.
 class JavaSearchPattern
           
 class LocalVariableLocator
           
 class LocalVariablePattern
           
 class MethodLocator
           
 class MethodPattern
           
 class MultiTypeDeclarationPattern
           
 class OrLocator
           
 class OrPattern
           
 class PackageDeclarationLocator
           
 class PackageDeclarationPattern
           
 class PackageReferenceLocator
           
 class PackageReferencePattern
           
 class PatternLocator
           
 class QualifiedTypeDeclarationPattern
           
 class SecondaryTypeDeclarationPattern
           
 class SuperTypeReferenceLocator
           
 class SuperTypeReferencePattern
           
 class TypeDeclarationLocator
           
 class TypeDeclarationPattern
           
 class TypeParameterLocator
          Search engine locator for type parameters matches.
 class TypeParameterPattern
          Pattern to search type parameters.
 class TypeReferenceLocator
           
 class TypeReferencePattern
           
 class VariableLocator
           
 class VariablePattern