soot.jimple.parser.node
Class X2PCatchClause
java.lang.Object
|
+--soot.jimple.parser.node.Node
|
+--soot.jimple.parser.node.XPCatchClause
|
+--soot.jimple.parser.node.X2PCatchClause
- 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