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

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

public final class ACatchClause
extends PCatchClause


Constructor Summary
ACatchClause()
           
ACatchClause(TCatch _catch_, TLParenthese _lParenthese_, PFormalParameter _formalParameter_, TRParenthese _rParenthese_, PBlock _block_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PBlock getBlock()
           
 TCatch getCatch()
           
 PFormalParameter getFormalParameter()
           
 TLParenthese getLParenthese()
           
 TRParenthese getRParenthese()
           
 void setBlock(PBlock node)
           
 void setCatch(TCatch node)
           
 void setFormalParameter(PFormalParameter node)
           
 void setLParenthese(TLParenthese node)
           
 void setRParenthese(TRParenthese 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

ACatchClause

public ACatchClause()

ACatchClause

public ACatchClause(TCatch _catch_,
                    TLParenthese _lParenthese_,
                    PFormalParameter _formalParameter_,
                    TRParenthese _rParenthese_,
                    PBlock _block_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getCatch

public TCatch getCatch()

setCatch

public void setCatch(TCatch node)

getLParenthese

public TLParenthese getLParenthese()

setLParenthese

public void setLParenthese(TLParenthese node)

getFormalParameter

public PFormalParameter getFormalParameter()

setFormalParameter

public void setFormalParameter(PFormalParameter node)

getRParenthese

public TRParenthese getRParenthese()

setRParenthese

public void setRParenthese(TRParenthese node)

getBlock

public PBlock getBlock()

setBlock

public void setBlock(PBlock node)

toString

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