| 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.makeGlobalVarNode(Object value,
Type type)
Finds or creates the GlobalVarNode for the variable value, of type type.
|
Copyright © 2020 Soot OSS. All rights reserved.