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

Packages that use ThisReference
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.codeassist.select   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.problem   
org.eclipse.jdt.internal.eval   
org.eclipse.jdt.internal.formatter   
 

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

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

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

Subclasses of ThisReference in org.eclipse.jdt.internal.codeassist.select
 class SelectionOnQualifiedSuperReference
           
 class SelectionOnSuperReference
           
 

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

Methods in org.eclipse.jdt.internal.compiler with parameters of type ThisReference
 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)
           
 

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

Subclasses of ThisReference in org.eclipse.jdt.internal.compiler.ast
 class QualifiedSuperReference
           
 class QualifiedThisReference
           
 class SuperReference
           
 

Methods in org.eclipse.jdt.internal.compiler.ast that return ThisReference
static ThisReference ThisReference.implicitThis()
           
 

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

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type ThisReference
 void ProblemReporter.fieldsOrThisBeforeConstructorInvocation(ThisReference reference)
           
 

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

Subclasses of ThisReference in org.eclipse.jdt.internal.eval
 class CodeSnippetSuperReference
          A super reference inside a code snippet denotes a reference to the super type of the remote receiver object (that is, the receiver of the context in the stack frame).
 class CodeSnippetThisReference
          A this reference inside a code snippet denotes a remote receiver object (that is, the receiver of the context in the stack frame)
 

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

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