Uses of Interface
soot.baf.NewArrayInst

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

Methods in soot.baf that return NewArrayInst
 NewArrayInst Baf.newNewArrayInst(Type opType)
           
 NewArrayInst Baf.newNewArrayInst(Type opType)
           
 

Methods in soot.baf with parameters of type NewArrayInst
 void InstSwitch.caseNewArrayInst(NewArrayInst i)
           
 void InstSwitch.caseNewArrayInst(NewArrayInst i)
           
 

Uses of NewArrayInst in soot.baf.internal
 

Classes in soot.baf.internal that implement NewArrayInst
 class BNewArrayInst
           
 

Uses of NewArrayInst in soot.jbco.bafTransformations
 

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

Uses of NewArrayInst in soot.toolkits.exceptions
 

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