Groovy 2.2.0

org.codehaus.groovy.ast.stmt
[Java] 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

Authors:
James Strachan
Version:
\$Revision\$


Constructor Summary
ExpressionStatement(Expression expression)

 
Method Summary
Expression getExpression()

String getText()

void setExpression(Expression expression)

String toString()

void visit(GroovyCodeVisitor visitor)

 
Methods inherited from class Statement
getStatementLabel, isEmpty, setStatementLabel
 
Methods inherited from class ASTNode
copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getNodeMetaData, getText, putNodeMetaData, removeNodeMetaData, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setNodeMetaData, setSourcePosition, visit
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

ExpressionStatement

public ExpressionStatement(Expression expression)


 
Method Detail

getExpression

public Expression getExpression()


getText

public String getText()


setExpression

public void setExpression(Expression expression)


toString

public String toString()


visit

public void visit(GroovyCodeVisitor visitor)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.