org.codehaus.groovy.ast.stmt
Class ExpressionStatement
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.stmt.Statement
org.codehaus.groovy.ast.stmt.ExpressionStatement
public class ExpressionStatement
- extends Statement
A simple statement such as a method call where the return value is ignored
- Version:
- $Revision: 6778 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
expression
private Expression expression
ExpressionStatement
public ExpressionStatement(Expression expression)
visit
public void visit(GroovyCodeVisitor visitor)
- Overrides:
visit
in class ASTNode
getExpression
public Expression getExpression()
setExpression
public void setExpression(Expression expression)
getText
public java.lang.String getText()
- Overrides:
getText
in class ASTNode
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © ${year} The Codehaus. All Rights Reserved.