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   
org.jmlspecs.eclipse.jdt.internal.esc2   
org.jmlspecs.jml4.esc.gc   
org.jmlspecs.jml4.fspv   
org.jmlspecs.jml4.rac   
 

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)
           
 

Uses of ThisReference in org.jmlspecs.eclipse.jdt.internal.esc2
 

Methods in org.jmlspecs.eclipse.jdt.internal.esc2 with parameters of type ThisReference
 boolean PrintVisitor.visit(ThisReference thisReference, BlockScope scope)
          Deprecated.  
 boolean PrintVisitor.visit(ThisReference thisReference, ClassScope scope)
          Deprecated.  
 

Uses of ThisReference in org.jmlspecs.jml4.esc.gc
 

Methods in org.jmlspecs.jml4.esc.gc with parameters of type ThisReference
 boolean Ast2SugaredVisitor.visit(ThisReference thisReference, BlockScope scope)
           
 

Uses of ThisReference in org.jmlspecs.jml4.fspv
 

Methods in org.jmlspecs.jml4.fspv with parameters of type ThisReference
 void TraceAstVisitor.endVisit(ThisReference thisReference, BlockScope scope)
           
 void TraceAstVisitor.endVisit(ThisReference thisReference, ClassScope scope)
           
 boolean TraceAstVisitor.visit(ThisReference thisReference, BlockScope scope)
           
 boolean TraceAstVisitor.visit(ThisReference thisReference, ClassScope scope)
           
 

Uses of ThisReference in org.jmlspecs.jml4.rac
 

Methods in org.jmlspecs.jml4.rac with parameters of type ThisReference
 void JavaAstVisitor.endVisit(ThisReference thisReference, BlockScope scope)
           
 void DefaultRacAstVisitor.endVisit(ThisReference thisReference, BlockScope scope)
           
 void AstDirtyBitsRetriever.endVisit(ThisReference thisReference, BlockScope scope)
           
 void AstDirtyBitsRestorer.endVisit(ThisReference thisReference, BlockScope scope)
           
 void JavaAstVisitor.endVisit(ThisReference thisReference, ClassScope scope)
           
 void DefaultRacAstVisitor.endVisit(ThisReference thisReference, ClassScope scope)
           
 void AstDirtyBitsRetriever.endVisit(ThisReference thisReference, ClassScope scope)
           
 void AstDirtyBitsRestorer.endVisit(ThisReference thisReference, ClassScope scope)
           
 boolean JavaAstVisitor.visit(ThisReference thisReference, BlockScope scope)
          A reference to the current object Ñ the object whose method or constructor is being called.
 boolean DefaultRacAstVisitor.visit(ThisReference thisReference, BlockScope scope)
           
 boolean AstDirtyBitsRetriever.visit(ThisReference thisReference, BlockScope scope)
           
 boolean AstDirtyBitsRestorer.visit(ThisReference thisReference, BlockScope scope)
           
 boolean JavaAstVisitor.visit(ThisReference thisReference, ClassScope scope)
           
 boolean DefaultRacAstVisitor.visit(ThisReference thisReference, ClassScope scope)
           
 boolean AstDirtyBitsRetriever.visit(ThisReference thisReference, ClassScope scope)
           
 boolean AstDirtyBitsRestorer.visit(ThisReference thisReference, ClassScope scope)