|
||||||||||
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.InitialProcedure
public class InitialProcedure
This class represents the rule procedure ::= INIT { stmt_list }
Constructor Summary | |
---|---|
InitialProcedure(Statement list)
Constructor for when procedure ::= INIT { 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 InitialProcedure(Statement list)
list
- 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 |