soot.jimple.spark.pag
Class MethodPAG
java.lang.Object
soot.jimple.spark.pag.AbstractMethodPAG
soot.jimple.spark.pag.MethodPAG
- public final class MethodPAG
- extends AbstractMethodPAG
Part of a pointer assignment graph for a single method.
- Author:
- Ondrej Lhotak
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)
pag
public AbstractPAG pag()
- Specified by:
pag
in class AbstractMethodPAG
addToPAG
public void addToPAG(java.lang.Object varNodeParameter)
- Adds this method to the main PAG, with all VarNodes parameterized by
varNodeParameter.
- Specified by:
addToPAG
in class AbstractMethodPAG
addInternalEdge
public void addInternalEdge(Node src,
Node dst)
- Specified by:
addInternalEdge
in class AbstractMethodPAG
addInEdge
public void addInEdge(Node src,
Node dst)
- Specified by:
addInEdge
in class AbstractMethodPAG
addOutEdge
public void addOutEdge(Node src,
Node dst)
- Specified by:
addOutEdge
in class AbstractMethodPAG