soot.jimple.spark.pag
Class MethodPAG
java.lang.Object
|
+--soot.jimple.spark.pag.MethodPAG
- public final class MethodPAG
- extends java.lang.Object
Part of a pointer assignment graph for a single method.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
MethodPAG
protected MethodPAG(PAG pag,
SootMethod m)
v
public static MethodPAG v(PAG pag,
SootMethod m)
build
public void build()
getMethod
public SootMethod getMethod()
addToPAG
public void addToPAG()
addEdge
public void addEdge(Node src,
Node dst)
buildNormal
protected void buildNormal()
buildNative
protected void buildNative()
addMiscEdges
protected void addMiscEdges()