| Package | Description |
|---|---|
| soot.jimple.spark.pag |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.Object,ContextVarNode> |
LocalVarNode.cvns |
protected java.util.Map<java.lang.Object,ContextVarNode> |
LocalVarNode.cvns |
| Modifier and Type | Method and Description |
|---|---|
ContextVarNode |
LocalVarNode.context(java.lang.Object context) |
ContextVarNode |
LocalVarNode.context(java.lang.Object context) |
ContextVarNode |
PAG.findContextVarNode(java.lang.Object baseValue,
Context context)
Finds the ContextVarNode for base variable value and context
context, or returns null.
|
ContextVarNode |
PAG.findContextVarNode(java.lang.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(LocalVarNode base,
Context context)
Finds or creates the ContextVarNode for base variable base and context
context, of type type.
|
ContextVarNode |
PAG.makeContextVarNode(java.lang.Object baseValue,
Type baseType,
Context context,
SootMethod method)
Finds or creates the ContextVarNode for base variable baseValue and context
context, of type type.
|
ContextVarNode |
PAG.makeContextVarNode(java.lang.Object baseValue,
Type baseType,
Context context,
SootMethod method)
Finds or creates the ContextVarNode for base variable baseValue and context
context, of type type.
|