soot.jimple.parser.node
Class X2PStatement
java.lang.Object
|
+--soot.jimple.parser.node.Node
|
+--soot.jimple.parser.node.XPStatement
|
+--soot.jimple.parser.node.X2PStatement
- public final class X2PStatement
- extends XPStatement
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
X2PStatement
public X2PStatement()
X2PStatement
public X2PStatement(PStatement _pStatement_)
clone
public java.lang.Object clone()
- Overrides:
- clone in class Node
apply
public void apply(Switch sw)
getPStatement
public PStatement getPStatement()
setPStatement
public void setPStatement(PStatement node)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object