[Java] Class CaseStatement
- org.codehaus.groovy.ast.stmt.CaseStatement
Represents a case statement in a switch statement
| 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 |
|---|---|
Statement |
code |
Expression |
expression |
Constructor Summary
| Constructor and description |
|---|
CaseStatement
(Expression expression, Statement code) |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
Statement |
getCode() | |
Expression |
getExpression() | |
void |
setCode(Statement code) | |
void |
setExpression(Expression e) | |
String |
toString() | |
void |
visit(GroovyCodeVisitor visitor) |
Inherited Methods Summary
Property Detail
Statement code
Expression expression
Constructor Detail
public CaseStatement(Expression expression, Statement code)
Method Detail
public Statement getCode()
public Expression getExpression()
public void setCode(Statement code)
public void setExpression(Expression e)
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/CaseStatement.html