|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.ast.ASTNode org.codehaus.groovy.ast.stmt.Statement org.codehaus.groovy.ast.stmt.CaseStatement
public class CaseStatement extends Statement
Represents a case statement in a switch statement
Constructor Summary | |
CaseStatement(Expression expression, Statement code)
|
Method Summary | |
---|---|
Statement
|
getCode()
|
Expression
|
getExpression()
|
void
|
setCode(Statement code)
|
void
|
setExpression(Expression e)
|
String
|
toString()
|
void
|
visit(GroovyCodeVisitor visitor)
|
Methods inherited from class Statement | |
---|---|
getStatementLabel, isEmpty, setStatementLabel |
Methods inherited from 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)
Copyright © 2003-2013 The Codehaus. All rights reserved.