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

Packages that use GlobalVarNode
soot.jimple.spark.pag   
 

Uses of GlobalVarNode in soot.jimple.spark.pag
 

Methods in soot.jimple.spark.pag that return GlobalVarNode
 GlobalVarNode PAG.findGlobalVarNode(Object value)
          Finds the GlobalVarNode for the variable value, or returns null.
 GlobalVarNode PAG.findGlobalVarNode(Object value)
          Finds the GlobalVarNode for the variable value, or returns null.
 GlobalVarNode PAG.makeGlobalVarNode(Object value, Type type)
          Finds or creates the GlobalVarNode for the variable value, of type type.
 GlobalVarNode PAG.makeGlobalVarNode(Object value, Type type)
          Finds or creates the GlobalVarNode for the variable value, of type type.