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

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

public final class X2PSwitchLabel
extends XPSwitchLabel


Constructor Summary
X2PSwitchLabel()
           
X2PSwitchLabel(PSwitchLabel _pSwitchLabel_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PSwitchLabel getPSwitchLabel()
           
 void setPSwitchLabel(PSwitchLabel 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

X2PSwitchLabel

public X2PSwitchLabel()

X2PSwitchLabel

public X2PSwitchLabel(PSwitchLabel _pSwitchLabel_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getPSwitchLabel

public PSwitchLabel getPSwitchLabel()

setPSwitchLabel

public void setPSwitchLabel(PSwitchLabel node)

toString

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