com.bluemarsh.jswat.parser.java.node
Class X1PCatchClause
java.lang.Object
|
+--com.bluemarsh.jswat.parser.java.node.Node
|
+--com.bluemarsh.jswat.parser.java.node.XPCatchClause
|
+--com.bluemarsh.jswat.parser.java.node.X1PCatchClause
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class X1PCatchClause
- extends XPCatchClause
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
X1PCatchClause
public X1PCatchClause()
X1PCatchClause
public X1PCatchClause(XPCatchClause _xPCatchClause_,
PCatchClause _pCatchClause_)
clone
public java.lang.Object clone()
- Overrides:
clone
in class Node
apply
public void apply(Switch sw)
getXPCatchClause
public XPCatchClause getXPCatchClause()
setXPCatchClause
public void setXPCatchClause(XPCatchClause node)
getPCatchClause
public PCatchClause getPCatchClause()
setPCatchClause
public void setPCatchClause(PCatchClause node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object