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

Packages that use ValNode
soot.jimple.spark.pag   
 

Uses of ValNode in soot.jimple.spark.pag
 

Subclasses of ValNode in soot.jimple.spark.pag
 class ContextVarNode
          Represents a simple variable node with context.
 class FieldRefNode
          Represents a field reference node (Red) in the pointer assignment graph.
 class GlobalVarNode
          Represents a simple variable node (Green) in the pointer assignment graph that is not associated with any particular method invocation.
 class LocalVarNode
          Represents a simple variable node (Green) in the pointer assignment graph that is specific to a particular method invocation.
 class VarNode
          Represents a simple variable node (Green) in the pointer assignment graph.