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