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