Uses of Class
org.eclipse.wst.jsdt.core.dom.ThisExpression

Packages that use ThisExpression
org.eclipse.wst.jsdt.core.dom   
 

Uses of ThisExpression in org.eclipse.wst.jsdt.core.dom
 

Methods in org.eclipse.wst.jsdt.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.wst.jsdt.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.