soot.jimple.parser.node
Class X1PCatchClause

java.lang.Object
  extended by soot.jimple.parser.node.Node
      extended by soot.jimple.parser.node.XPCatchClause
          extended by soot.jimple.parser.node.X1PCatchClause
All Implemented Interfaces:
Cloneable, Switchable

public final class X1PCatchClause
extends XPCatchClause


Constructor Summary
X1PCatchClause()
           
X1PCatchClause(XPCatchClause _xPCatchClause_, PCatchClause _pCatchClause_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PCatchClause getPCatchClause()
           
 XPCatchClause getXPCatchClause()
           
 void setPCatchClause(PCatchClause node)
           
 void setXPCatchClause(XPCatchClause node)
           
 String toString()
           
 
Methods inherited from class soot.jimple.parser.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 Object clone()
Specified by:
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 String toString()
Overrides:
toString in class Object