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: 3104 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CaseStatement
public CaseStatement(Expression expression,
Statement code)
getCode
public Statement getCode()
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 © 2003-2011 The Codehaus. All Rights Reserved.