public class ContextVarNode extends VarNode
fields, interProcSource, interProcTarget, variable| Constructor and Description |
|---|
ContextVarNode(VarNode base,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
VarNode |
base() |
Context |
context() |
SootMethod |
getMethod() |
boolean |
isInterProcSource()
Returns true if this node is the potential source of a interprocedural assignment edge which
may be added during on-the-fly call graph updating.
|
boolean |
isInterProcTarget()
Returns true if this node is the potential target of a interprocedural assignment edge which
may be added during on-the-fly call graph updating.
|
String |
toString() |
dot, getAllFieldRefs, getVariable, setInterProcSource, setInterProcTargetcompareTo, discardP2Set, getP2Setclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNumber, setNumberpublic boolean isInterProcTarget()
VarNodeisInterProcTarget in class VarNodepublic boolean isInterProcSource()
VarNodeisInterProcSource in class VarNodepublic SootMethod getMethod()
Copyright © 2024 Soot OSS. All rights reserved.