[Java] Class ExpressionStatement
- org.codehaus.groovy.ast.stmt.ExpressionStatement
A simple statement such as a method call where the return value is ignored
| Fields inherited from class | Fields |
|---|---|
interface Statement | CLOSE_CURRENT_RESULT, KEEP_CURRENT_RESULT, CLOSE_ALL_RESULTS, SUCCESS_NO_INFO, EXECUTE_FAILED, RETURN_GENERATED_KEYS, NO_GENERATED_KEYS |
Properties Summary
| Type | Name and description |
|---|---|
Expression |
expression |
Constructor Summary
| Constructor and description |
|---|
ExpressionStatement
(Expression expression) |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
Expression |
getExpression() | |
String |
getText() | |
void |
setExpression(Expression expression) | |
String |
toString() | |
void |
visit(GroovyCodeVisitor visitor) |
Inherited Methods Summary
Property Detail
Expression expression
Constructor Detail
public ExpressionStatement(Expression expression)
Method Detail
public Expression getExpression()
public String getText()
public void setExpression(Expression expression)
public String toString()
public void visit(GroovyCodeVisitor visitor)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/ast/stmt/ExpressionStatement.html