com.bluemarsh.jswat.parser.java.node
Class ASwitchStatement

java.lang.Object
  |
  +--com.bluemarsh.jswat.parser.java.node.Node
        |
        +--com.bluemarsh.jswat.parser.java.node.PSwitchStatement
              |
              +--com.bluemarsh.jswat.parser.java.node.ASwitchStatement
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class ASwitchStatement
extends PSwitchStatement


Constructor Summary
ASwitchStatement()
           
ASwitchStatement(TSwitch _switch_, TLParenthese _lParenthese_, PExpression _expression_, TRParenthese _rParenthese_, PSwitchBlock _switchBlock_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PExpression getExpression()
           
 TLParenthese getLParenthese()
           
 TRParenthese getRParenthese()
           
 TSwitch getSwitch()
           
 PSwitchBlock getSwitchBlock()
           
 void setExpression(PExpression node)
           
 void setLParenthese(TLParenthese node)
           
 void setRParenthese(TRParenthese node)
           
 void setSwitch(TSwitch node)
           
 void setSwitchBlock(PSwitchBlock node)
           
 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

ASwitchStatement

public ASwitchStatement()

ASwitchStatement

public ASwitchStatement(TSwitch _switch_,
                        TLParenthese _lParenthese_,
                        PExpression _expression_,
                        TRParenthese _rParenthese_,
                        PSwitchBlock _switchBlock_)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class Node

apply

public void apply(Switch sw)

getSwitch

public TSwitch getSwitch()

setSwitch

public void setSwitch(TSwitch node)

getLParenthese

public TLParenthese getLParenthese()

setLParenthese

public void setLParenthese(TLParenthese node)

getExpression

public PExpression getExpression()

setExpression

public void setExpression(PExpression node)

getRParenthese

public TRParenthese getRParenthese()

setRParenthese

public void setRParenthese(TRParenthese node)

getSwitchBlock

public PSwitchBlock getSwitchBlock()

setSwitchBlock

public void setSwitchBlock(PSwitchBlock node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object