Uses of Interface
soot.baf.NewInst

Packages that use NewInst
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 NewInst in soot.baf
 

Methods in soot.baf that return NewInst
 NewInst Baf.newNewInst(RefType opType)
           
 

Methods in soot.baf with parameters of type NewInst
 void InstSwitch.caseNewInst(NewInst i)
           
 

Uses of NewInst in soot.baf.internal
 

Classes in soot.baf.internal that implement NewInst
 class BNewInst
           
 

Uses of NewInst in soot.toolkits.exceptions
 

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