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

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

public final class ATryTryStatement
extends PTryStatement


Constructor Summary
ATryTryStatement()
           
ATryTryStatement(TTry _try_, PBlock _block_, java.util.List _catchClause_)
           
ATryTryStatement(TTry _try_, PBlock _block_, XPCatchClause _catchClause_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PBlock getBlock()
           
 java.util.LinkedList getCatchClause()
           
 TTry getTry()
           
 void setBlock(PBlock node)
           
 void setCatchClause(java.util.List list)
           
 void setTry(TTry 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

ATryTryStatement

public ATryTryStatement()

ATryTryStatement

public ATryTryStatement(TTry _try_,
                        PBlock _block_,
                        java.util.List _catchClause_)

ATryTryStatement

public ATryTryStatement(TTry _try_,
                        PBlock _block_,
                        XPCatchClause _catchClause_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getTry

public TTry getTry()

setTry

public void setTry(TTry node)

getBlock

public PBlock getBlock()

setBlock

public void setBlock(PBlock node)

getCatchClause

public java.util.LinkedList getCatchClause()

setCatchClause

public void setCatchClause(java.util.List list)

toString

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