com.bluemarsh.jswat.parser.java.node
Class X2PSwitchBlockStatementGroup
java.lang.Object
|
+--com.bluemarsh.jswat.parser.java.node.Node
|
+--com.bluemarsh.jswat.parser.java.node.XPSwitchBlockStatementGroup
|
+--com.bluemarsh.jswat.parser.java.node.X2PSwitchBlockStatementGroup
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class X2PSwitchBlockStatementGroup
- extends XPSwitchBlockStatementGroup
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
X2PSwitchBlockStatementGroup
public X2PSwitchBlockStatementGroup()
X2PSwitchBlockStatementGroup
public X2PSwitchBlockStatementGroup(PSwitchBlockStatementGroup _pSwitchBlockStatementGroup_)
clone
public java.lang.Object clone()
- Overrides:
clone
in class Node
apply
public void apply(Switch sw)
getPSwitchBlockStatementGroup
public PSwitchBlockStatementGroup getPSwitchBlockStatementGroup()
setPSwitchBlockStatementGroup
public void setPSwitchBlockStatementGroup(PSwitchBlockStatementGroup node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object