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

Packages that use QualifiedNameReference
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.codeassist.select   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.problem   
org.eclipse.jdt.internal.core.search.indexing   
org.eclipse.jdt.internal.core.search.matching   
org.eclipse.jdt.internal.eval   
org.eclipse.jdt.internal.formatter   
 

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

Subclasses of QualifiedNameReference in org.eclipse.jdt.internal.codeassist.complete
 class CompletionOnQualifiedNameReference
           
 

Methods in org.eclipse.jdt.internal.codeassist.complete with parameters of type QualifiedNameReference
 void CompletionNodeDetector.endVisit(QualifiedNameReference qualifiedNameReference, BlockScope scope)
           
 boolean CompletionNodeDetector.visit(QualifiedNameReference qualifiedNameReference, BlockScope scope)
           
 

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

Subclasses of QualifiedNameReference in org.eclipse.jdt.internal.codeassist.select
 class SelectionOnQualifiedNameReference
           
 

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

Methods in org.eclipse.jdt.internal.compiler that return QualifiedNameReference
protected  QualifiedNameReference SourceElementParser.newQualifiedNameReference(char[][] tokens, long[] positions, int sourceStart, int sourceEnd)
           
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type QualifiedNameReference
 void ASTVisitor.endVisit(QualifiedNameReference qualifiedNameReference, BlockScope scope)
           
 void ASTVisitor.endVisit(QualifiedNameReference qualifiedNameReference, ClassScope scope)
           
 boolean ASTVisitor.visit(QualifiedNameReference qualifiedNameReference, BlockScope scope)
           
 boolean ASTVisitor.visit(QualifiedNameReference qualifiedNameReference, ClassScope scope)
           
 

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

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type QualifiedNameReference
 void ProblemReporter.invalidField(QualifiedNameReference nameRef, FieldBinding field, int index, TypeBinding searchedType)
           
 

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

Methods in org.eclipse.jdt.internal.core.search.indexing that return QualifiedNameReference
protected  QualifiedNameReference IndexingParser.newQualifiedNameReference(char[][] tokens, long[] positions, int sourceStart, int sourceEnd)
           
 

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

Methods in org.eclipse.jdt.internal.core.search.matching with parameters of type QualifiedNameReference
protected  void TypeReferenceLocator.matchReportReference(QualifiedNameReference qNameRef, IJavaElement element, Binding elementBinding, int accuracy, MatchLocator locator)
           
protected  void MatchLocator.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  int PackageReferenceLocator.resolveLevel(QualifiedNameReference qNameRef)
           
 

Uses of QualifiedNameReference in org.eclipse.jdt.internal.eval
 

Subclasses of QualifiedNameReference in org.eclipse.jdt.internal.eval
 class CodeSnippetQualifiedNameReference
           
 

Uses of QualifiedNameReference in org.eclipse.jdt.internal.formatter
 

Methods in org.eclipse.jdt.internal.formatter with parameters of type QualifiedNameReference
 boolean CodeFormatterVisitor.visit(QualifiedNameReference qualifiedNameReference, BlockScope scope)