Uses of Interface
soot.baf.MulInst

Packages that use MulInst
soot.baf Public classes for the Baf intermediate representation. 
soot.baf.internal Internal, messy, implementation-specific classes for the Baf intermediate representation. 
soot.toolkits.exceptions   
 

Uses of MulInst in soot.baf
 

Methods in soot.baf that return MulInst
 MulInst Baf.newMulInst(Type opType)
           
 

Methods in soot.baf with parameters of type MulInst
 void InstSwitch.caseMulInst(MulInst i)
           
 

Uses of MulInst in soot.baf.internal
 

Classes in soot.baf.internal that implement MulInst
 class BMulInst
           
 

Uses of MulInst in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type MulInst
 void UnitThrowAnalysis.UnitSwitch.caseMulInst(MulInst i)