类 org.eclipse.jdt.internal.compiler.ast.NameReference
的使用

使用 NameReference 的软件包
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.parser   
org.eclipse.jdt.internal.compiler.problem   
 

org.eclipse.jdt.internal.compiler.astNameReference 的使用
 

org.eclipse.jdt.internal.compiler.astNameReference 的子类
 class JavadocSingleNameReference
           
 class QualifiedNameReference
           
 class SingleNameReference
           
 

org.eclipse.jdt.internal.compiler.parserNameReference 的使用
 

返回 NameReferenceorg.eclipse.jdt.internal.compiler.parser 中的方法
protected  NameReference Parser.getUnspecifiedReference()
           
protected  NameReference Parser.getUnspecifiedReferenceOptimized()
           
 

org.eclipse.jdt.internal.compiler.problemNameReference 的使用
 

参数类型为 NameReferenceorg.eclipse.jdt.internal.compiler.problem 中的方法
 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)
           
 



Copyright © 2013. All Rights Reserved.