| Package | Description |
|---|---|
| soot.jimple.spark.pag |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Object,ContextVarNode> |
LocalVarNode.cvns |
| Modifier and Type | Method and Description |
|---|---|
ContextVarNode |
LocalVarNode.context(Object context) |
ContextVarNode |
PAG.findContextVarNode(Object baseValue,
Context context)
Finds the ContextVarNode for base variable value and context context, or returns null.
|
ContextVarNode |
PAG.makeContextVarNode(LocalVarNode base,
Context context)
Finds or creates the ContextVarNode for base variable base and context context, of type type.
|
ContextVarNode |
PAG.makeContextVarNode(Object baseValue,
Type baseType,
Context context,
SootMethod method)
Finds or creates the ContextVarNode for base variable baseValue and context context, of type type.
|
Copyright © 2020 Soot OSS. All rights reserved.