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
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACatchClause
public ACatchClause()
ACatchClause
public ACatchClause(TCatch _catch_,
TLParenthese _lParenthese_,
PFormalParameter _formalParameter_,
TRParenthese _rParenthese_,
PBlock _block_)
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