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

Packages that use NameReference
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.parser   
org.eclipse.jdt.internal.compiler.problem   
 

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

Methods in org.eclipse.jdt.internal.compiler that return NameReference
 NameReference SourceElementParser.getUnspecifiedReference(boolean rejectTypeAnnotations)
           
 NameReference SourceElementParser.getUnspecifiedReferenceOptimized()
           
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type NameReference
 void SourceElementParser.addUnknownRef(NameReference nameRef)
           
 

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

Subclasses of NameReference in org.eclipse.jdt.internal.compiler.ast
 class JavadocSingleNameReference
           
 class QualifiedNameReference
           
 class SingleNameReference
           
 

Fields in org.eclipse.jdt.internal.compiler.ast declared as NameReference
 NameReference Receiver.qualifyingName
           
 

Constructors in org.eclipse.jdt.internal.compiler.ast with parameters of type NameReference
Receiver(char[] name, long posNom, TypeReference typeReference, NameReference qualifyingName, int modifiers)
           
 

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

Methods in org.eclipse.jdt.internal.compiler.parser that return NameReference
protected  NameReference Parser.getUnspecifiedReference()
           
protected  NameReference Parser.getUnspecifiedReference(boolean rejectTypeAnnotations)
           
protected  NameReference Parser.getUnspecifiedReferenceOptimized()
           
 

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

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type NameReference
 void ProblemReporter.duplicateTargetInTargetAnnotation(TypeBinding annotationType, NameReference reference)
           
 void ProblemReporter.invalidField(NameReference nameRef, FieldBinding field)
           
 void ProblemReporter.unqualifiedFieldAccess(NameReference reference, FieldBinding field)
           
 void ProblemReporter.unresolvableReference(NameReference nameRef, Binding binding)