Uses of Class
org.eclipse.jdt.core.dom.ThisExpression

Packages that use ThisExpression
org.eclipse.jdt.core.dom   
org.eclipse.jdt.internal.core.dom   
org.eclipse.jdt.internal.core.dom.rewrite   
 

Uses of ThisExpression in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return ThisExpression
 ThisExpression AST.newThisExpression()
          Creates and returns a new unparented "this" expression node owned by this AST.
 

Methods in org.eclipse.jdt.core.dom with parameters of type ThisExpression
 void ASTVisitor.endVisit(ThisExpression node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(ThisExpression node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(ThisExpression node)
          Visits the given type-specific AST node.
 

Uses of ThisExpression in org.eclipse.jdt.internal.core.dom
 

Methods in org.eclipse.jdt.internal.core.dom with parameters of type ThisExpression
 boolean NaiveASTFlattener.visit(ThisExpression node)
           
 

Uses of ThisExpression in org.eclipse.jdt.internal.core.dom.rewrite
 

Methods in org.eclipse.jdt.internal.core.dom.rewrite with parameters of type ThisExpression
 boolean ASTRewriteAnalyzer.visit(ThisExpression node)
           
 boolean ASTRewriteFlattener.visit(ThisExpression node)