Uses of Class
org.eclipse.jdt.internal.compiler.ast.ImportReference

Packages that use ImportReference
org.eclipse.jdt.internal.codeassist   
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.codeassist.impl   
org.eclipse.jdt.internal.codeassist.select   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.lookup   
org.eclipse.jdt.internal.compiler.parser   
org.eclipse.jdt.internal.compiler.problem   
org.eclipse.jdt.internal.core   
org.eclipse.jdt.internal.core.jdom   
org.eclipse.jdt.internal.core.search.indexing   
org.eclipse.jdt.internal.core.search.matching   
 

Uses of ImportReference in org.eclipse.jdt.internal.codeassist
 

Methods in org.eclipse.jdt.internal.codeassist with parameters of type ImportReference
protected  void CompletionElementNotifier.notifySourceElementRequestor(AbstractMethodDeclaration methodDeclaration, TypeDeclaration declaringType, ImportReference currentPackage)
           
protected  void CompletionElementNotifier.notifySourceElementRequestor(ImportReference importReference, boolean isPackage)
           
protected  void CompletionElementNotifier.notifySourceElementRequestor(TypeDeclaration typeDeclaration, boolean notifyTypePresence, TypeDeclaration declaringType, ImportReference currentPackage)
           
 

Uses of ImportReference in org.eclipse.jdt.internal.codeassist.complete
 

Subclasses of ImportReference in org.eclipse.jdt.internal.codeassist.complete
 class CompletionOnImportReference
           
 class CompletionOnKeyword2
           
 class CompletionOnPackageReference
           
 

Methods in org.eclipse.jdt.internal.codeassist.complete that return ImportReference
 ImportReference CompletionParser.createAssistImportReference(char[][] tokens, long[] positions, int mod)
           
 ImportReference CompletionParser.createAssistPackageReference(char[][] tokens, long[] positions)
           
 

Uses of ImportReference in org.eclipse.jdt.internal.codeassist.impl
 

Methods in org.eclipse.jdt.internal.codeassist.impl that return ImportReference
abstract  ImportReference AssistParser.createAssistImportReference(char[][] tokens, long[] positions, int mod)
           
abstract  ImportReference AssistParser.createAssistPackageReference(char[][] tokens, long[] positions)
           
 

Uses of ImportReference in org.eclipse.jdt.internal.codeassist.select
 

Subclasses of ImportReference in org.eclipse.jdt.internal.codeassist.select
 class SelectionOnImportReference
           
 class SelectionOnPackageReference
           
 

Methods in org.eclipse.jdt.internal.codeassist.select that return ImportReference
 ImportReference SelectionParser.createAssistImportReference(char[][] tokens, long[] positions, int mod)
           
 ImportReference SelectionParser.createAssistPackageReference(char[][] tokens, long[] positions)
           
 

Uses of ImportReference in org.eclipse.jdt.internal.compiler
 

Fields in org.eclipse.jdt.internal.compiler declared as ImportReference
 ImportReference SourceElementNotifier.LocalDeclarationVisitor.currentPackage
           
 

Methods in org.eclipse.jdt.internal.compiler that return ImportReference
protected  ImportReference SourceElementParser.newImportReference(char[][] tokens, long[] positions, boolean onDemand, int mod)
           
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type ImportReference
 void ISourceElementRequestor.acceptPackage(ImportReference importReference)
           
 void SourceElementRequestorAdapter.acceptPackage(ImportReference importReference)
           
 void ASTVisitor.endVisit(ImportReference importRef, CompilationUnitScope scope)
           
protected  void SourceElementNotifier.notifySourceElementRequestor(AbstractMethodDeclaration methodDeclaration, TypeDeclaration declaringType, ImportReference currentPackage)
           
protected  void SourceElementNotifier.notifySourceElementRequestor(ImportReference importReference, boolean isPackage)
           
protected  void SourceElementNotifier.notifySourceElementRequestor(TypeDeclaration typeDeclaration, boolean notifyTypePresence, TypeDeclaration declaringType, ImportReference currentPackage)
           
 boolean ASTVisitor.visit(ImportReference importRef, CompilationUnitScope scope)
           
 

Uses of ImportReference in org.eclipse.jdt.internal.compiler.ast
 

Fields in org.eclipse.jdt.internal.compiler.ast declared as ImportReference
 ImportReference CompilationUnitDeclaration.currentPackage
           
 ImportReference[] CompilationUnitDeclaration.imports
           
 

Uses of ImportReference in org.eclipse.jdt.internal.compiler.lookup
 

Fields in org.eclipse.jdt.internal.compiler.lookup declared as ImportReference
 ImportReference ImportBinding.reference
           
 

Constructors in org.eclipse.jdt.internal.compiler.lookup with parameters of type ImportReference
ImportBinding(char[][] compoundName, boolean isOnDemand, Binding binding, ImportReference reference)
           
ImportConflictBinding(char[][] compoundName, Binding methodBinding, ReferenceBinding conflictingTypeBinding, ImportReference reference)
           
 

Uses of ImportReference in org.eclipse.jdt.internal.compiler.parser
 

Fields in org.eclipse.jdt.internal.compiler.parser declared as ImportReference
 ImportReference RecoveredImport.importReference
           
 

Methods in org.eclipse.jdt.internal.compiler.parser that return ImportReference
protected  ImportReference TypeConverter.createImportReference(java.lang.String[] importName, int start, int end, boolean onDemand, int modifiers)
           
 ImportReference RecoveredImport.updatedImportReference()
           
 

Methods in org.eclipse.jdt.internal.compiler.parser with parameters of type ImportReference
 RecoveredElement RecoveredElement.add(ImportReference importReference, int bracketBalanceValue)
           
 RecoveredElement RecoveredUnit.add(ImportReference importReference, int bracketBalanceValue)
           
 

Constructors in org.eclipse.jdt.internal.compiler.parser with parameters of type ImportReference
RecoveredImport(ImportReference importReference, RecoveredElement parent, int bracketBalance)
           
 

Uses of ImportReference in org.eclipse.jdt.internal.compiler.problem
 

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type ImportReference
 void ProblemReporter.cannotImportPackage(ImportReference importRef)
           
 void ProblemReporter.conflictingImport(ImportReference importRef)
           
 void ProblemReporter.duplicateImport(ImportReference importRef)
           
 void ProblemReporter.importProblem(ImportReference importRef, Binding expectedImport)
           
 void ProblemReporter.invalidUsageOfStaticImports(ImportReference staticImport)
           
 void ProblemReporter.unusedImport(ImportReference importRef)
           
 

Uses of ImportReference in org.eclipse.jdt.internal.core
 

Methods in org.eclipse.jdt.internal.core that return ImportReference
 ImportReference[] BinaryTypeConverter.buildImports(ClassFileReader reader)
           
 

Methods in org.eclipse.jdt.internal.core with parameters of type ImportReference
 void SourceMapper.acceptPackage(ImportReference importReference)
           
 void CompilationUnitStructureRequestor.acceptPackage(ImportReference importReference)
           
 

Uses of ImportReference in org.eclipse.jdt.internal.core.jdom
 

Methods in org.eclipse.jdt.internal.core.jdom with parameters of type ImportReference
 void SimpleDOMBuilder.acceptPackage(ImportReference importReference)
          Deprecated.  
 

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

Methods in org.eclipse.jdt.internal.core.search.indexing that return ImportReference
protected  ImportReference IndexingParser.newImportReference(char[][] tokens, long[] sourcePositions, boolean onDemand, int mod)
           
 

Methods in org.eclipse.jdt.internal.core.search.indexing with parameters of type ImportReference
 void SourceIndexerRequestor.acceptPackage(ImportReference importReference)
           
 

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

Methods in org.eclipse.jdt.internal.core.search.matching with parameters of type ImportReference
protected  IJavaElement MatchLocator.createImportHandle(ImportReference importRef)
          Creates an IImportDeclaration from the given import statement
protected  int PatternLocator.matchLevel(ImportReference importRef)
          Returns the match level for the given importRef.
protected  int TypeReferenceLocator.matchLevel(ImportReference importRef)
           
protected  int PackageReferenceLocator.matchLevel(ImportReference importRef)
           
protected  void MethodLocator.matchLevelAndReportImportRef(ImportReference importRef, Binding binding, MatchLocator locator)
           
protected  void FieldLocator.matchLevelAndReportImportRef(ImportReference importRef, Binding binding, MatchLocator locator)
           
protected  void PatternLocator.matchLevelAndReportImportRef(ImportReference importRef, Binding binding, MatchLocator locator)
          Reports the match of the given import reference if the resolveLevel is high enough.
protected  void TypeReferenceLocator.matchLevelAndReportImportRef(ImportReference importRef, Binding binding, MatchLocator locator)
           
protected  void OrLocator.matchLevelAndReportImportRef(ImportReference importRef, Binding binding, MatchLocator locator)
           
protected  void PackageReferenceLocator.matchLevelAndReportImportRef(ImportReference importRef, Binding binding, MatchLocator locator)
           
protected  void PatternLocator.matchReportImportRef(ImportReference importRef, Binding binding, IJavaElement element, int accuracy, MatchLocator locator)
          Reports the match of the given import reference.
protected  void TypeReferenceLocator.matchReportImportRef(ImportReference importRef, Binding binding, IJavaElement element, int accuracy, MatchLocator locator)
           
protected  void OrLocator.matchReportImportRef(ImportReference importRef, Binding binding, IJavaElement element, int accuracy, MatchLocator locator)
           
protected  void AndLocator.matchReportImportRef(ImportReference importRef, Binding binding, IJavaElement element, int accuracy, MatchLocator locator)
           
protected  void PackageReferenceLocator.matchReportImportRef(ImportReference importRef, Binding binding, IJavaElement element, int accuracy, MatchLocator locator)