Uses of Interface
soot.baf.NewMultiArrayInst

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

Methods in soot.baf that return NewMultiArrayInst
 NewMultiArrayInst Baf.newNewMultiArrayInst(ArrayType opType, int dimensions)
           
 NewMultiArrayInst Baf.newNewMultiArrayInst(ArrayType opType, int dimensions)
           
 

Methods in soot.baf with parameters of type NewMultiArrayInst
 void InstSwitch.caseNewMultiArrayInst(NewMultiArrayInst i)
           
 void InstSwitch.caseNewMultiArrayInst(NewMultiArrayInst i)
           
 

Uses of NewMultiArrayInst in soot.baf.internal
 

Classes in soot.baf.internal that implement NewMultiArrayInst
 class BNewMultiArrayInst
           
 

Uses of NewMultiArrayInst in soot.jbco.bafTransformations
 

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

Uses of NewMultiArrayInst in soot.toolkits.exceptions
 

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