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