com.bluemarsh.jswat.parser.java.node
Class AThrows
java.lang.Object
|
+--com.bluemarsh.jswat.parser.java.node.Node
|
+--com.bluemarsh.jswat.parser.java.node.PThrows
|
+--com.bluemarsh.jswat.parser.java.node.AThrows
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class AThrows
- extends PThrows
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AThrows
public AThrows()
AThrows
public AThrows(TThrows _throws_,
PClassTypeList _classTypeList_)
clone
public java.lang.Object clone()
- Overrides:
clone
in class Node
apply
public void apply(Switch sw)
getThrows
public TThrows getThrows()
setThrows
public void setThrows(TThrows node)
getClassTypeList
public PClassTypeList getClassTypeList()
setClassTypeList
public void setClassTypeList(PClassTypeList node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object