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

Packages that use NameReference
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.ast
 

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

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.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)