org.codehaus.groovy.ast.stmt
Class CaseStatement
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
- Version:
- $Revision: 15760 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
code
private Statement code
expression
private Expression expression
CaseStatement
public CaseStatement(Expression expression,
Statement code)
getCode
public Statement getCode()
setCode
public void setCode(Statement code)
getExpression
public Expression getExpression()
setExpression
public void setExpression(Expression e)
visit
public void visit(GroovyCodeVisitor visitor)
- Overrides:
visit
in class ASTNode
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © ${year} The Codehaus. All Rights Reserved.