|
||||||||||
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.WhileLoop
public class WhileLoop
This class represents a while_stmt node in the syntax tree of a script.
Field Summary |
---|
Fields inherited from class jcaas.script_nodes.Statement |
---|
NULLSTATEMENT |
Constructor Summary | |
---|---|
WhileLoop(LogicalExpression exp,
Statement list)
Constructor for the rule while_stmt ::= ( 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 WhileLoop(LogicalExpression exp, Statement list)
exp
- logical_explist
- stmt_listMethod Detail |
---|
public void interpret(Context c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |