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


Constructor Summary
X2PCatchClause()
           
X2PCatchClause(PCatchClause _pCatchClause_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PCatchClause getPCatchClause()
           
 void setPCatchClause(PCatchClause 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

X2PCatchClause

public X2PCatchClause()

X2PCatchClause

public X2PCatchClause(PCatchClause _pCatchClause_)
Method Detail

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