Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.ImportReference
Packages that use ImportReference
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of ImportReference in org.aspectj.ajdt.internal.core.builder
Fields in org.aspectj.ajdt.internal.core.builder declared as ImportReferenceMethods in org.aspectj.ajdt.internal.core.builder with parameters of type ImportReferenceModifier and TypeMethodDescriptionvoidAsmHierarchyBuilder.endVisit(ImportReference importRef, CompilationUnitScope scope) booleanAsmHierarchyBuilder.visit(ImportReference importRef, CompilationUnitScope scope) -
Uses of ImportReference in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type ImportReferenceModifier and TypeMethodDescriptionASTConverter.convertImport(ImportReference importReference) ASTConverter.getImportName(ImportReference importReference) -
Uses of ImportReference in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type ImportReferenceModifier and TypeMethodDescriptionprotected voidCompletionElementNotifier.notifySourceElementRequestor(AbstractMethodDeclaration methodDeclaration, TypeDeclaration declaringType, ImportReference currentPackage) protected voidCompletionElementNotifier.notifySourceElementRequestor(CompilationUnitDeclaration parsedUnit, TypeDeclaration typeDeclaration, boolean notifyTypePresence, TypeDeclaration declaringType, ImportReference currentPackage) protected voidCompletionElementNotifier.notifySourceElementRequestor(ImportReference importReference, boolean isPackage) -
Uses of ImportReference in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Subclasses of ImportReference in org.aspectj.org.eclipse.jdt.internal.codeassist.completeModifier and TypeClassDescriptionclassclassclassclassMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete that return ImportReferenceModifier and TypeMethodDescriptionCompletionParser.createAssistImportReference(char[][] tokens, long[] positions, int mod) CompletionParser.createAssistPackageReference(char[][] tokens, long[] positions) CompletionParser.createAssistPackageVisibilityReference(char[][] tokens, long[] positions) Constructors in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type ImportReference -
Uses of ImportReference in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.impl that return ImportReferenceModifier and TypeMethodDescriptionabstract ImportReferenceAssistParser.createAssistImportReference(char[][] tokens, long[] positions, int mod) abstract ImportReferenceAssistParser.createAssistPackageReference(char[][] tokens, long[] positions) abstract ImportReferenceAssistParser.createAssistPackageVisibilityReference(char[][] tokens, long[] positions) -
Uses of ImportReference in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Subclasses of ImportReference in org.aspectj.org.eclipse.jdt.internal.codeassist.selectModifier and TypeClassDescriptionclassclassclassMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.select that return ImportReferenceModifier and TypeMethodDescriptionSelectionParser.createAssistImportReference(char[][] tokens, long[] positions, int mod) SelectionParser.createAssistPackageReference(char[][] tokens, long[] positions) SelectionParser.createAssistPackageVisibilityReference(char[][] tokens, long[] positions) -
Uses of ImportReference in org.aspectj.org.eclipse.jdt.internal.compiler
Fields in org.aspectj.org.eclipse.jdt.internal.compiler declared as ImportReferenceMethods in org.aspectj.org.eclipse.jdt.internal.compiler that return ImportReferenceModifier and TypeMethodDescriptionprotected ImportReferenceSourceElementParser.newImportReference(char[][] tokens, long[] positions, boolean onDemand, int mod) Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type ImportReferenceModifier and TypeMethodDescriptionvoidISourceElementRequestor.acceptPackage(ImportReference importReference) voidSourceElementRequestorAdapter.acceptPackage(ImportReference importReference) voidASTVisitor.endVisit(ImportReference importRef, CompilationUnitScope scope) protected voidSourceElementNotifier.notifySourceElementRequestor(AbstractMethodDeclaration methodDeclaration, TypeDeclaration declaringType, ImportReference currentPackage) protected voidSourceElementNotifier.notifySourceElementRequestor(CompilationUnitDeclaration parsedUnit, TypeDeclaration typeDeclaration, boolean notifyTypePresence, TypeDeclaration declaringType, ImportReference currentPackage) protected voidSourceElementNotifier.notifySourceElementRequestor(ImportReference importReference, boolean isPackage) booleanASTVisitor.visit(ImportReference importRef, CompilationUnitScope scope) booleanGenericAstVisitor.visit(ImportReference importRef, CompilationUnitScope scope) -
Uses of ImportReference in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as ImportReferenceModifier and TypeFieldDescriptionCompilationUnitDeclaration.currentPackageCompilationUnitDeclaration.importsPackageVisibilityStatement.pkgRefConstructors in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type ImportReferenceModifierConstructorDescriptionExportsStatement(ImportReference pkgRef) ExportsStatement(ImportReference pkgRef, ModuleReference[] targets) OpensStatement(ImportReference pkgRef) OpensStatement(ImportReference pkgRef, ModuleReference[] targets) PackageVisibilityStatement(ImportReference pkgRef, ModuleReference[] targets) -
Uses of ImportReference in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.lookup declared as ImportReferenceConstructors in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type ImportReferenceModifierConstructorDescriptionImportBinding(char[][] compoundName, boolean isOnDemand, Binding binding, ImportReference reference) ImportConflictBinding(char[][] compoundName, Binding methodBinding, ReferenceBinding conflictingTypeBinding, ImportReference reference) -
Uses of ImportReference in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.parser declared as ImportReferenceMethods in org.aspectj.org.eclipse.jdt.internal.compiler.parser that return ImportReferenceModifier and TypeMethodDescriptionprotected ImportReferenceTypeConverter.createImportReference(String[] importName, int start, int end, boolean onDemand, int modifiers) RecoveredImport.updatedImportReference()Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type ImportReferenceModifier and TypeMethodDescriptionRecoveredElement.add(ImportReference importReference, int bracketBalanceValue) RecoveredPackageVisibilityStatement.add(ImportReference pkgRef1, int bracketBalance1) RecoveredUnit.add(ImportReference importReference, int bracketBalanceValue) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type ImportReferenceModifierConstructorDescriptionRecoveredImport(ImportReference importReference, RecoveredElement parent, int bracketBalance) -
Uses of ImportReference in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type ImportReferenceModifier and TypeMethodDescriptionvoidProblemReporter.cannotImportPackage(ImportReference importRef) voidProblemReporter.conflictingImport(ImportReference importRef) voidProblemReporter.conflictingPackagesFromOtherModules(ImportReference currentPackage, Set<ModuleBinding> declaringModules) voidProblemReporter.duplicateImport(ImportReference importRef) voidProblemReporter.importProblem(ImportReference importRef, Binding expectedImport) voidProblemReporter.invalidUsageOfStaticImports(ImportReference staticImport) voidProblemReporter.moduleDoesNotReadOther(ImportReference importReference, ModuleBinding currentModule, ModuleBinding otherModule) voidProblemReporter.unusedImport(ImportReference importRef) -
Uses of ImportReference in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core that return ImportReferenceMethods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type ImportReferenceModifier and TypeMethodDescriptionvoidCompilationUnitStructureRequestor.acceptPackage(ImportReference importReference) voidSourceMapper.acceptPackage(ImportReference importReference) -
Uses of ImportReference in org.aspectj.org.eclipse.jdt.internal.core.jdom
Methods in org.aspectj.org.eclipse.jdt.internal.core.jdom with parameters of type ImportReferenceModifier and TypeMethodDescriptionvoidSimpleDOMBuilder.acceptPackage(ImportReference importReference) Deprecated. -
Uses of ImportReference in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.indexing that return ImportReferenceModifier and TypeMethodDescriptionprotected ImportReferenceIndexingParser.newImportReference(char[][] tokens, long[] sourcePositions, boolean onDemand, int mod) Methods in org.aspectj.org.eclipse.jdt.internal.core.search.indexing with parameters of type ImportReferenceModifier and TypeMethodDescriptionvoidSourceIndexerRequestor.acceptPackage(ImportReference importReference) -
Uses of ImportReference in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type ImportReferenceModifier and TypeMethodDescriptionprotected IJavaElementMatchLocator.createImportHandle(ImportReference importRef) Creates an IImportDeclaration from the given import statementprotected intPackageReferenceLocator.matchLevel(ImportReference importRef) protected intPatternLocator.matchLevel(ImportReference importRef) Returns the match level for the given importRef.protected intTypeReferenceLocator.matchLevel(ImportReference importRef) protected voidFieldLocator.matchLevelAndReportImportRef(ImportReference importRef, Binding binding, MatchLocator locator) protected voidMethodLocator.matchLevelAndReportImportRef(ImportReference importRef, Binding binding, MatchLocator locator) protected voidOrLocator.matchLevelAndReportImportRef(ImportReference importRef, Binding binding, MatchLocator locator) protected voidPackageReferenceLocator.matchLevelAndReportImportRef(ImportReference importRef, Binding binding, MatchLocator locator) protected voidPatternLocator.matchLevelAndReportImportRef(ImportReference importRef, Binding binding, MatchLocator locator) Reports the match of the given import reference if the resolveLevel is high enough.protected voidTypeReferenceLocator.matchLevelAndReportImportRef(ImportReference importRef, Binding binding, MatchLocator locator) protected voidAndLocator.matchReportImportRef(ImportReference importRef, Binding binding, IJavaElement element, int accuracy, MatchLocator locator) protected voidOrLocator.matchReportImportRef(ImportReference importRef, Binding binding, IJavaElement element, int accuracy, MatchLocator locator) protected voidPackageReferenceLocator.matchReportImportRef(ImportReference importRef, Binding binding, IJavaElement element, int accuracy, MatchLocator locator) protected voidPatternLocator.matchReportImportRef(ImportReference importRef, Binding binding, IJavaElement element, int accuracy, MatchLocator locator) Reports the match of the given import reference.protected voidTypeReferenceLocator.matchReportImportRef(ImportReference importRef, Binding binding, IJavaElement element, int accuracy, MatchLocator locator)