soot.jimple.parser.node
Class X2PCatchClause
java.lang.Object
soot.jimple.parser.node.Node
soot.jimple.parser.node.XPCatchClause
soot.jimple.parser.node.X2PCatchClause
- All Implemented Interfaces:
- Cloneable, Switchable
public final class X2PCatchClause
- extends XPCatchClause
X2PCatchClause
public X2PCatchClause()
X2PCatchClause
public X2PCatchClause(PCatchClause _pCatchClause_)
clone
public Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getPCatchClause
public PCatchClause getPCatchClause()
setPCatchClause
public void setPCatchClause(PCatchClause node)
toString
public String toString()
- Overrides:
toString
in class Object