Class ExpressionStatement
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.stmt.Statement
org.codehaus.groovy.ast.stmt.ExpressionStatement
A simple statement such as a method call where the return value is ignored
- Version:
- $Revision$
- Author:
- James Strachan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetText()voidsetExpression(Expression expression) toString()voidvisit(GroovyCodeVisitor visitor) Methods inherited from class Statement
getStatementLabel, isEmpty, setStatementLabel