Uses of Class
soot.jimple.toolkits.pointer.LocalMustAliasAnalysis

Packages that use LocalMustAliasAnalysis
soot.jimple.toolkits.pointer   
 

Uses of LocalMustAliasAnalysis in soot.jimple.toolkits.pointer
 

Subclasses of LocalMustAliasAnalysis in soot.jimple.toolkits.pointer
 class StrongLocalMustAliasAnalysis
          A special version of the local must-alias analysis that takes redefinitions within loops into account.
 

Fields in soot.jimple.toolkits.pointer declared as LocalMustAliasAnalysis
protected  LocalMustAliasAnalysis InstanceKey.lmaa
           
protected  LocalMustAliasAnalysis InstanceKey.lmaa
           
 

Constructors in soot.jimple.toolkits.pointer with parameters of type LocalMustAliasAnalysis
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.