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


Constructor Summary
ASwitchBlock()
           
ASwitchBlock(TLBrace _lBrace_, java.util.List _switchBlockStatementGroup_, java.util.List _switchLabel_, TRBrace _rBrace_)
           
ASwitchBlock(TLBrace _lBrace_, XPSwitchBlockStatementGroup _switchBlockStatementGroup_, XPSwitchLabel _switchLabel_, TRBrace _rBrace_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TLBrace getLBrace()
           
 TRBrace getRBrace()
           
 java.util.LinkedList getSwitchBlockStatementGroup()
           
 java.util.LinkedList getSwitchLabel()
           
 void setLBrace(TLBrace node)
           
 void setRBrace(TRBrace node)
           
 void setSwitchBlockStatementGroup(java.util.List list)
           
 void setSwitchLabel(java.util.List list)
           
 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

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_)
Method Detail

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