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

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

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

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

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

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

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

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