|
||||||||||
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
public class Procedure
Class for a procdure node in the syntax tree of a script.
Constructor Summary | |
---|---|
Procedure()
|
|
Procedure(Statement list,
LogicalExpression exp)
Constructor for the rule procedure ::= [ logical_exp ] { 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 Procedure()
public Procedure(Statement list, LogicalExpression exp)
list
- exp
- Method Detail |
---|
public void interpret(Context c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |