|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcaas.script_nodes.AbstractInterpretable
jcaas.script_nodes.Statement
public abstract class Statement
Class representing a stmt node in the syntax tree of a script.
Field Summary | |
---|---|
static Statement |
NULLSTATEMENT
Special Statement instance for a statement that does nothing upon evaluation. |
Constructor Summary | |
---|---|
Statement()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jcaas.script_nodes.Interpretable |
---|
interpret |
Field Detail |
---|
public static Statement NULLSTATEMENT
Constructor Detail |
---|
public Statement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |