|
||||||||||
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.Procedure
jcaas.script_nodes.ProcedureList
public class ProcedureList
Class for a procedure_list node in the syntax tree of a script.
Constructor Summary | |
---|---|
ProcedureList(Procedure p,
Procedure list)
Constructor for the rule procedure_list ::= procedure procedure_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 ProcedureList(Procedure p, Procedure list)
p
- procedure to evaluate first.list
- the procedures to evaluate afterwards.Method Detail |
---|
public void interpret(Context c)
interpret
in interface Interpretable
interpret
in class Procedure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |