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

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

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

Methods in org.eclipse.wst.jsdt.core.dom that return ExpressionStatement
 ExpressionStatement AST.newExpressionStatement(Expression expression)
          Creates a new unparented expression statement node owned by this AST, for the given expression.
 

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