[Java] Class CaseStatement
- org.codehaus.groovy.ast.stmt.CaseStatement
Represents a case statement in a switch statement
- Authors:
- James Strachan
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
Methods inherited from class | Name |
---|---|
class Statement | addStatementLabel, getStatementLabel, getStatementLabels, isEmpty, setStatementLabel |
class ASTNode | copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getNodeMetaData, getNodeMetaData, getText, putNodeMetaData, removeNodeMetaData, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setNodeMetaData, setSourcePosition, visit |
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
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.4.21/html/gapi/org/codehaus/groovy/ast/stmt/CaseStatement.html