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: 1195 $
- Author:
- James Strachan
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 String getText()
- Overrides:
getText
in class ASTNode
toString
public String toString()
Copyright © 2003-2007 The Codehaus. All Rights Reserved.