|
||||||||||
| 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
jcaas.script_nodes.StatementList
public class StatementList
Class represents a stmt_list node in the syntax tree of a script.
| Field Summary |
|---|
| Fields inherited from class jcaas.script_nodes.Statement |
|---|
NULLSTATEMENT |
| Constructor Summary | |
|---|---|
StatementList(Statement statement)
Constructor for rule stmt_list ::= stmt. |
|
StatementList(Statement statement,
Statement list)
Constructor for rule stmt_list ::= stmt stmt_list. |
|
| Method Summary | |
|---|---|
void |
interpret(Context c)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatementList(Statement statement)
statement - stmt
public StatementList(Statement statement,
Statement list)
statement - stmt.list - stmt_list.| Method Detail |
|---|
public void interpret(Context c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||