|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkoala.dynamicjava.tree.Node
koala.dynamicjava.tree.Initializer
public abstract class Initializer
This class represents the initializer statement nodes of the syntax tree
| Constructor Summary | |
|---|---|
protected |
Initializer(BlockStatement block,
SourceInfo si)
Creates a new initializer statement |
| Method Summary | |
|---|---|
BlockStatement |
getBlock()
Gets the block statement |
void |
setBlock(BlockStatement bs)
Sets the block statement |
| Methods inherited from class koala.dynamicjava.tree.Node |
|---|
acceptVisitor, archiveProperties, getProperties, getProperty, getSourceInfo, hasProperty, setProperty, setSourceInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Initializer(BlockStatement block,
SourceInfo si)
block - the block
java.lang.IllegalArgumentException - if block is null| Method Detail |
|---|
public BlockStatement getBlock()
public void setBlock(BlockStatement bs)
java.lang.IllegalArgumentException - if bs is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||