com.bluemarsh.jswat.parser.java.node
Class ASwitchBlock
java.lang.Object
|
+--com.bluemarsh.jswat.parser.java.node.Node
|
+--com.bluemarsh.jswat.parser.java.node.PSwitchBlock
|
+--com.bluemarsh.jswat.parser.java.node.ASwitchBlock
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class ASwitchBlock
- extends PSwitchBlock
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASwitchBlock
public ASwitchBlock()
ASwitchBlock
public ASwitchBlock(TLBrace _lBrace_,
java.util.List _switchBlockStatementGroup_,
java.util.List _switchLabel_,
TRBrace _rBrace_)
ASwitchBlock
public ASwitchBlock(TLBrace _lBrace_,
XPSwitchBlockStatementGroup _switchBlockStatementGroup_,
XPSwitchLabel _switchLabel_,
TRBrace _rBrace_)
clone
public java.lang.Object clone()
- Overrides:
clone
in class Node
apply
public void apply(Switch sw)
getLBrace
public TLBrace getLBrace()
setLBrace
public void setLBrace(TLBrace node)
getSwitchBlockStatementGroup
public java.util.LinkedList getSwitchBlockStatementGroup()
setSwitchBlockStatementGroup
public void setSwitchBlockStatementGroup(java.util.List list)
getSwitchLabel
public java.util.LinkedList getSwitchLabel()
setSwitchLabel
public void setSwitchLabel(java.util.List list)
getRBrace
public TRBrace getRBrace()
setRBrace
public void setRBrace(TRBrace node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object