com.bluemarsh.jswat.parser.java.node
Class AContinueStatement

java.lang.Object
  |
  +--com.bluemarsh.jswat.parser.java.node.Node
        |
        +--com.bluemarsh.jswat.parser.java.node.PContinueStatement
              |
              +--com.bluemarsh.jswat.parser.java.node.AContinueStatement
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AContinueStatement
extends PContinueStatement


Constructor Summary
AContinueStatement()
           
AContinueStatement(TContinue _continue_, TIdentifier _identifier_, TSemicolon _semicolon_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TContinue getContinue()
           
 TIdentifier getIdentifier()
           
 TSemicolon getSemicolon()
           
 void setContinue(TContinue node)
           
 void setIdentifier(TIdentifier node)
           
 void setSemicolon(TSemicolon node)
           
 java.lang.String toString()
           
 
Methods inherited from class com.bluemarsh.jswat.parser.java.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AContinueStatement

public AContinueStatement()

AContinueStatement

public AContinueStatement(TContinue _continue_,
                          TIdentifier _identifier_,
                          TSemicolon _semicolon_)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class Node

apply

public void apply(Switch sw)

getContinue

public TContinue getContinue()

setContinue

public void setContinue(TContinue node)

getIdentifier

public TIdentifier getIdentifier()

setIdentifier

public void setIdentifier(TIdentifier node)

getSemicolon

public TSemicolon getSemicolon()

setSemicolon

public void setSemicolon(TSemicolon node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object