Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
Packages that use QualifiedNameReference
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 QualifiedNameReference in org.aspectj.ajdt.internal.compiler.ast
Subclasses of QualifiedNameReference in org.aspectj.ajdt.internal.compiler.astMethods in org.aspectj.ajdt.internal.compiler.ast with parameters of type QualifiedNameReferenceModifier and TypeMethodDescriptionvoidAccessForInlineVisitor.endVisit(QualifiedNameReference ref, BlockScope scope) -
Uses of QualifiedNameReference in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type QualifiedNameReferenceModifier and TypeMethodDescriptionAjASTConverter.convert(QualifiedNameReference nameReference) ASTConverter.convert(QualifiedNameReference nameReference) -
Uses of QualifiedNameReference in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type QualifiedNameReferenceModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(QualifiedNameReference qualifiedNameReference, BlockScope scope) booleanCompletionNodeDetector.visit(QualifiedNameReference qualifiedNameReference, BlockScope scope) -
Uses of QualifiedNameReference in org.aspectj.org.eclipse.jdt.internal.codeassist.select
-
Uses of QualifiedNameReference in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler that return QualifiedNameReferenceModifier and TypeMethodDescriptionprotected QualifiedNameReferenceSourceElementParser.newQualifiedNameReference(char[][] tokens, long[] positions, int sourceStart, int sourceEnd) Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type QualifiedNameReferenceModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(QualifiedNameReference qualifiedNameReference, BlockScope scope) voidASTVisitor.endVisit(QualifiedNameReference qualifiedNameReference, ClassScope scope) booleanASTVisitor.visit(QualifiedNameReference qualifiedNameReference, BlockScope scope) booleanASTVisitor.visit(QualifiedNameReference qualifiedNameReference, ClassScope scope) booleanGenericAstVisitor.visit(QualifiedNameReference qualifiedNameReference, BlockScope scope) booleanGenericAstVisitor.visit(QualifiedNameReference qualifiedNameReference, ClassScope scope) -
Uses of QualifiedNameReference in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type QualifiedNameReferenceModifier and TypeMethodDescriptionvoidProblemReporter.invalidField(QualifiedNameReference nameRef, FieldBinding field, int index, TypeBinding searchedType) -
Uses of QualifiedNameReference in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.indexing that return QualifiedNameReferenceModifier and TypeMethodDescriptionprotected QualifiedNameReferenceIndexingParser.newQualifiedNameReference(char[][] tokens, long[] positions, int sourceStart, int sourceEnd) -
Uses of QualifiedNameReference 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 QualifiedNameReferenceModifier and TypeMethodDescriptionprotected voidTypeReferenceLocator.matchReportReference(QualifiedNameReference qNameRef, IJavaElement element, Binding elementBinding, int accuracy, MatchLocator locator) protected voidMatchLocator.reportAccurateFieldReference(SearchMatch[] matches, QualifiedNameReference qNameRef) Finds the accurate positions of each valid token in the source and reports a reference to this token to the search requestor.protected intPackageReferenceLocator.resolveLevel(QualifiedNameReference qNameRef) -
Uses of QualifiedNameReference in org.aspectj.org.eclipse.jdt.internal.eval
Subclasses of QualifiedNameReference in org.aspectj.org.eclipse.jdt.internal.eval