koala.dynamicjava.tree
Class Statement
java.lang.Object
koala.dynamicjava.tree.Node
koala.dynamicjava.tree.Statement
- All Implemented Interfaces:
- SourceInfo.Wrapper
- Direct Known Subclasses:
- AssertStatement, BlockStatement, BreakStatement, CatchStatement, ContinueStatement, DoStatement, EmptyStatement, ExpressionStatement, ForSlashEachStatement, IfThenStatement, LabeledStatement, ReturnStatement, SwitchStatement, SynchronizedStatement, ThrowStatement, TryStatement, WhileStatement
public abstract class Statement
- extends Node
This class represents the statement nodes of the syntax tree
- Version:
- 1.0 - 1999/04/24
- Author:
- Stephane Hillion
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Statement
protected Statement(SourceInfo si)
- Initializes the statement