soot.baf
Interface NewArrayInst

All Known Implementing Classes:
BNewArrayInst

public interface NewArrayInst
extends Inst


Method Summary
 Type getBaseType()
           
 void setBaseType(Type type)
           
 
Methods inherited from interface soot.baf.Inst
getInCount, getInMachineCount, getNetCount, getNetMachineCount, getOutCount, getOutMachineCount, toBriefString, toBriefString, toBriefString, toBriefString, toString, toString, toString, toString
 
Methods inherited from interface soot.Unit
branches, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.tagkit.Host
addTag, getTag, getTags, hasTag, removeTag
 

Method Detail

getBaseType

public Type getBaseType()

setBaseType

public void setBaseType(Type type)