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


Constructor Summary
X1PCatchClause()
           
X1PCatchClause(XPCatchClause _xPCatchClause_, PCatchClause _pCatchClause_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PCatchClause getPCatchClause()
           
 XPCatchClause getXPCatchClause()
           
 void setPCatchClause(PCatchClause node)
           
 void setXPCatchClause(XPCatchClause 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

X1PCatchClause

public X1PCatchClause()

X1PCatchClause

public X1PCatchClause(XPCatchClause _xPCatchClause_,
                      PCatchClause _pCatchClause_)
Method Detail

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