org.codehaus.groovy.ast.stmt
Class Statement
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.stmt.Statement
- Direct Known Subclasses:
- AssertStatement, BlockStatement, BreakStatement, CaseStatement, CatchStatement, ContinueStatement, DoWhileStatement, EmptyStatement, ExpressionStatement, ForStatement, IfStatement, ReturnStatement, SwitchStatement, SynchronizedStatement, ThrowStatement, TryCatchStatement, WhileStatement
- public class Statement
- extends ASTNode
Base class for any statement
- Version:
- $Revision: 1.3 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Statement
public Statement()
getStatementLabel
public String getStatementLabel()
setStatementLabel
public void setStatementLabel(String label)
isEmpty
public boolean isEmpty()
Copyright © 2003-2005 The Codehaus. All Rights Reserved.