com.voytechs.jnetstream.npl
Class ContinueStatement

java.lang.Object
  extended by com.voytechs.jnetstream.npl.Node
      extended by com.voytechs.jnetstream.npl.StatementNode
          extended by com.voytechs.jnetstream.npl.ContinueStatement
All Implemented Interfaces:
Visitable

public class ContinueStatement
extends StatementNode
implements Visitable


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

condition

protected BooleanNode condition

forCode

protected Node forCode

initCode

protected Node initCode
Constructor Detail

ContinueStatement

public ContinueStatement()
Parameters:
-
Throws:
Method Detail

parse

public Node parse(ExpTokenizer tokens)
           throws SyntaxError
Overrides:
parse in class StatementNode
Throws:
SyntaxError

visit

public boolean visit(Visitor visitor,
                     java.lang.Object user1,
                     java.lang.Object user2)
              throws NodeException
Specified by:
visit in interface Visitable
Throws:
NodeException

main

public static void main(java.lang.String[] args)
Test function for ContinueStatement

Parameters:
args - command line arguments