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.jbco.bafTransformations   
soot.toolkits.exceptions   
 

Uses of NewInst in soot.baf
 

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

Methods in soot.baf with parameters of type NewInst
 void InstSwitch.caseNewInst(NewInst i)
           
 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.jbco.bafTransformations
 

Methods in soot.jbco.bafTransformations with parameters of type NewInst
 void StackTypeHeightCalculator.StackEffectSwitch.caseNewInst(NewInst i)
           
 void StackTypeHeightCalculator.StackEffectSwitch.caseNewInst(NewInst i)
           
 

Uses of NewInst in soot.toolkits.exceptions
 

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