public class LocalVarNode extends VarNode
| Modifier and Type | Field and Description |
|---|---|
protected SootMethod |
method |
fields, interProcSource, interProcTarget, variable| Constructor and Description |
|---|
LocalVarNode(Object variable,
Type t,
SootMethod m) |
| Modifier and Type | Method and Description |
|---|---|
VarNode |
base() |
SootMethod |
getMethod() |
boolean |
isReturn() |
boolean |
isThis()
Returns true if this VarNode represents the THIS pointer
|
String |
toString() |
context, dot, getAllFieldRefs, getVariable, isInterProcSource, isInterProcTarget, setInterProcSource, setInterProcTargetcompareTo, discardP2Set, getP2Setclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNumber, setNumberprotected SootMethod method
public LocalVarNode(Object variable, Type t, SootMethod m)
public SootMethod getMethod()
public boolean isThis()
public boolean isReturn()
Copyright © 2024 Soot OSS. All rights reserved.