Package | Description |
---|---|
soot.jimple.toolkits.pointer |
Modifier and Type | Field and Description |
---|---|
protected LocalMustNotAliasAnalysis |
InstanceKey.lnma |
protected LocalMustNotAliasAnalysis |
InstanceKey.lnma |
Constructor and Description |
---|
InstanceKey(Local local,
Stmt stmt,
SootMethod owner,
LocalMustAliasAnalysis lmaa,
LocalMustNotAliasAnalysis lmna)
Creates a new instance key representing the value stored in local, just before
stmt.
|
InstanceKey(Local local,
Stmt stmt,
SootMethod owner,
LocalMustAliasAnalysis lmaa,
LocalMustNotAliasAnalysis lmna)
Creates a new instance key representing the value stored in local, just before
stmt.
|