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

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

public final class TWhile
extends Token


Constructor Summary
TWhile()
           
TWhile(int line, int pos)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 void setText(java.lang.String text)
           
 
Methods inherited from class com.bluemarsh.jswat.parser.java.node.Token
getLine, getPos, getText, setLine, setPos, 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

TWhile

public TWhile()

TWhile

public TWhile(int line,
              int pos)
Method Detail

clone

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

apply

public void apply(Switch sw)

setText

public void setText(java.lang.String text)
Overrides:
setText in class Token