Package | Description |
---|---|
soot.jimple.spark.pag |
Modifier and Type | Class and Description |
---|---|
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.
|