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
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
X2PSwitchLabel
public X2PSwitchLabel()
X2PSwitchLabel
public X2PSwitchLabel(PSwitchLabel _pSwitchLabel_)
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