org.codehaus.groovy.ast.stmt
Class CaseStatement

java.lang.Object
  extended byorg.codehaus.groovy.ast.ASTNode
      extended byorg.codehaus.groovy.ast.stmt.Statement
          extended byorg.codehaus.groovy.ast.stmt.CaseStatement

public class CaseStatement
extends Statement

Represents a case statement in a switch statement

Version:
$Revision: 1.3 $
Author:
James Strachan

Field Summary
 
Fields inherited from class org.codehaus.groovy.ast.ASTNode
EMPTY_STRING_ARRAY
 
Constructor Summary
CaseStatement(Expression expression, Statement code)
           
 
Method Summary
 Statement getCode()
           
 Expression getExpression()
           
 java.lang.String toString()
           
 void visit(GroovyCodeVisitor visitor)
           
 
Methods inherited from class org.codehaus.groovy.ast.stmt.Statement
getStatementLabel, isEmpty, setStatementLabel
 
Methods inherited from class org.codehaus.groovy.ast.ASTNode
getColumnNumber, getLineNumber, getText, setColumnNumber, setCSTNode, setLineNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CaseStatement

public CaseStatement(Expression expression,
                     Statement code)
Method Detail

getCode

public Statement getCode()

getExpression

public Expression getExpression()

visit

public void visit(GroovyCodeVisitor visitor)
Overrides:
visit in class ASTNode

toString

public java.lang.String toString()


Copyright © 2003-2004 The Codehaus. All Rights Reserved.