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

Packages that use ContextVarNode
soot.jimple.spark.pag   
 

Uses of ContextVarNode in soot.jimple.spark.pag
 

Fields in soot.jimple.spark.pag with type parameters of type ContextVarNode
protected  Map<Object,ContextVarNode> LocalVarNode.cvns
           
protected  Map<Object,ContextVarNode> LocalVarNode.cvns
           
 

Methods in soot.jimple.spark.pag that return ContextVarNode
 ContextVarNode LocalVarNode.context(Object context)
           
 ContextVarNode LocalVarNode.context(Object context)
           
 ContextVarNode PAG.findContextVarNode(Object baseValue, Context context)
          Finds the ContextVarNode for base variable value and context context, or returns null.
 ContextVarNode PAG.findContextVarNode(Object baseValue, Context context)
          Finds the ContextVarNode for base variable value and context context, or returns null.
 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.
 ContextVarNode PAG.makeContextVarNode(Object baseValue, Type baseType, Context context, SootMethod method)
          Finds or creates the ContextVarNode for base variable baseValue and context context, of type type.
 ContextVarNode PAG.makeContextVarNode(Object baseValue, Type baseType, Context context, SootMethod method)
          Finds or creates the ContextVarNode for base variable baseValue and context context, of type type.