public class LocalVarNode extends VarNode
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Object,ContextVarNode> |
cvns |
protected SootMethod |
method |
fields, finishingNumber, interProcSource, interProcTarget, numDerefs, variable
p2set, pag, replacement, type
Modifier and Type | Method and Description |
---|---|
ContextVarNode |
context(java.lang.Object context) |
SootMethod |
getMethod() |
java.lang.String |
toString() |
compareTo, context, dot, getAllFieldRefs, getVariable, isInterProcSource, isInterProcTarget, isThisPtr, setFinishingNumber, setInterProcSource, setInterProcTarget
protected java.util.Map<java.lang.Object,ContextVarNode> cvns
protected SootMethod method
public ContextVarNode context(java.lang.Object context)
public SootMethod getMethod()
public java.lang.String toString()
toString
in class java.lang.Object