public interface AliasAnalysis
Modifier and Type | Method and Description |
---|---|
java.util.Set |
getAliasesOfAfter(soot.Local local,
soot.Unit unit)
Return the set of other fields and locals that maybe reference
the same object as the given field, at a point after
the given unit.
|
java.util.Set |
getAliasesOfAfter(soot.SootField field,
soot.Unit unit)
Return the set of other fields and locals that reference
the same object as the given field, at a point after
the given unit.
|
java.util.Set |
getAliasesOfBefore(soot.Local local,
soot.Unit unit)
Return the set of other fields and locals that reference
the same object as the given local, at a point before
the given unit.
|
java.util.Set |
getAliasesOfBefore(soot.SootField field,
soot.Unit unit)
Return the set of other fields and locals that reference
the same object as the given field, at a point before
the given unit.
|
java.util.Set getAliasesOfBefore(soot.SootField field, soot.Unit unit)
java.util.Set getAliasesOfAfter(soot.SootField field, soot.Unit unit)
java.util.Set getAliasesOfBefore(soot.Local local, soot.Unit unit)
java.util.Set getAliasesOfAfter(soot.Local local, soot.Unit unit)