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

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

org.eclipse.jdt.internal.compilerThisReference 的使用
 

参数类型为 ThisReferenceorg.eclipse.jdt.internal.compiler 中的方法
 void ASTVisitor.endVisit(ThisReference thisReference, BlockScope scope)
           
 void ASTVisitor.endVisit(ThisReference thisReference, ClassScope scope)
           
 boolean ASTVisitor.visit(ThisReference thisReference, BlockScope scope)
           
 boolean ASTVisitor.visit(ThisReference thisReference, ClassScope scope)
           
 

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

org.eclipse.jdt.internal.compiler.astThisReference 的子类
 class QualifiedSuperReference
           
 class QualifiedThisReference
           
 class SuperReference
           
 

返回 ThisReferenceorg.eclipse.jdt.internal.compiler.ast 中的方法
static ThisReference ThisReference.implicitThis()
           
 

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

参数类型为 ThisReferenceorg.eclipse.jdt.internal.compiler.problem 中的方法
 void ProblemReporter.fieldsOrThisBeforeConstructorInvocation(ThisReference reference)
           
 



Copyright © 2013. All Rights Reserved.