|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.voytechs.jnetstream.npl.Node
com.voytechs.jnetstream.npl.StatementNode
com.voytechs.jnetstream.npl.ContinueStatement
public class ContinueStatement
| Field Summary | |
|---|---|
protected BooleanNode |
condition
|
protected Node |
forCode
|
protected Node |
initCode
|
| Fields inherited from class com.voytechs.jnetstream.npl.StatementNode |
|---|
code, modifiers, perm, statement, sym, token, type, typePrimitive, value |
| Fields inherited from class com.voytechs.jnetstream.npl.Node |
|---|
parent |
| Constructor Summary | |
|---|---|
ContinueStatement()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Test function for ContinueStatement |
Node |
parse(ExpTokenizer tokens)
|
boolean |
visit(Visitor visitor,
java.lang.Object user1,
java.lang.Object user2)
|
| Methods inherited from class com.voytechs.jnetstream.npl.StatementNode |
|---|
acceptCode, acceptLValue, acceptModifier, acceptStatement, canOptimize, getCode, getLineNumber, getName, getPermTable, getStatement, getSymTable, getType, getTypePrimitive, optimize, parseCode, parseLValue, parseModifiers, parsePostModifiers, setSymTable, setTypePrimitive, toString |
| Methods inherited from class com.voytechs.jnetstream.npl.Node |
|---|
getParent, getToken, setParent, setToken |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected BooleanNode condition
protected Node forCode
protected Node initCode
| Constructor Detail |
|---|
public ContinueStatement()
-
| Method Detail |
|---|
public Node parse(ExpTokenizer tokens)
throws SyntaxError
parse in class StatementNodeSyntaxError
public boolean visit(Visitor visitor,
java.lang.Object user1,
java.lang.Object user2)
throws NodeException
visit in interface VisitableNodeExceptionpublic static void main(java.lang.String[] args)
args - command line arguments
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||