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.toolkits.exceptions   
 

Uses of NewArrayInst in soot.baf
 

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

Methods in soot.baf with parameters of type NewArrayInst
 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.toolkits.exceptions
 

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