Uses of Class
soot.jimple.spark.pag.LocalVarNode

Packages that use LocalVarNode
soot.jimple.spark.ondemand.pautil   
soot.jimple.spark.pag   
 

Uses of LocalVarNode in soot.jimple.spark.ondemand.pautil
 

Methods in soot.jimple.spark.ondemand.pautil that return LocalVarNode
 LocalVarNode ContextSensitiveInfo.getReceiverForVirtCallSite(Integer callSite)
           
 LocalVarNode ContextSensitiveInfo.getReceiverForVirtCallSite(Integer callSite)
           
 

Methods in soot.jimple.spark.ondemand.pautil with parameters of type LocalVarNode
 Set<Integer> ContextSensitiveInfo.getVirtCallSitesForReceiver(LocalVarNode receiver)
           
 Set<Integer> ContextSensitiveInfo.getVirtCallSitesForReceiver(LocalVarNode receiver)
           
 

Uses of LocalVarNode in soot.jimple.spark.pag
 

Subclasses of LocalVarNode in soot.jimple.spark.pag
 class ContextVarNode
          Represents a simple variable node with context.
 

Methods in soot.jimple.spark.pag that return LocalVarNode
 LocalVarNode PAG.findLocalVarNode(Object value)
          Finds the LocalVarNode for the variable value, or returns null.
 LocalVarNode PAG.findLocalVarNode(Object value)
          Finds the LocalVarNode for the variable value, or returns null.
 LocalVarNode PAG.makeLocalVarNode(Object value, Type type, SootMethod method)
          Finds or creates the LocalVarNode for the variable value, of type type.
 LocalVarNode PAG.makeLocalVarNode(Object value, Type type, SootMethod method)
          Finds or creates the LocalVarNode for the variable value, of type type.
 

Methods in soot.jimple.spark.pag with parameters of type LocalVarNode
 ContextVarNode PAG.makeContextVarNode(LocalVarNode base, Context context)
          Finds or creates the ContextVarNode for base variable base and context context, of type type.
 ContextVarNode PAG.makeContextVarNode(LocalVarNode base, Context context)
          Finds or creates the ContextVarNode for base variable base and context context, of type type.
static String PagToDotDumper.makeLabel(LocalVarNode n)
           
static String PagToDotDumper.makeLabel(LocalVarNode n)
           
protected  VarNode MethodPAG.parameterize(LocalVarNode vn, Context varNodeParameter)
           
protected  VarNode MethodPAG.parameterize(LocalVarNode vn, Context varNodeParameter)