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

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

public final class X1PSwitchLabel
extends XPSwitchLabel


Constructor Summary
X1PSwitchLabel()
           
X1PSwitchLabel(XPSwitchLabel _xPSwitchLabel_, PSwitchLabel _pSwitchLabel_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PSwitchLabel getPSwitchLabel()
           
 XPSwitchLabel getXPSwitchLabel()
           
 void setPSwitchLabel(PSwitchLabel node)
           
 void setXPSwitchLabel(XPSwitchLabel 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

X1PSwitchLabel

public X1PSwitchLabel()

X1PSwitchLabel

public X1PSwitchLabel(XPSwitchLabel _xPSwitchLabel_,
                      PSwitchLabel _pSwitchLabel_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getXPSwitchLabel

public XPSwitchLabel getXPSwitchLabel()

setXPSwitchLabel

public void setXPSwitchLabel(XPSwitchLabel node)

getPSwitchLabel

public PSwitchLabel getPSwitchLabel()

setPSwitchLabel

public void setPSwitchLabel(PSwitchLabel node)

toString

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