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

Packages that use LocalMustNotAliasAnalysis
soot.jimple.toolkits.pointer   
 

Uses of LocalMustNotAliasAnalysis in soot.jimple.toolkits.pointer
 

Fields in soot.jimple.toolkits.pointer declared as LocalMustNotAliasAnalysis
protected  LocalMustNotAliasAnalysis InstanceKey.lnma
           
protected  LocalMustNotAliasAnalysis InstanceKey.lnma
           
 

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