soot.baf
Interface NewMultiArrayInst

All Superinterfaces:
Host, Inst, Switchable, Unit
All Known Implementing Classes:
BNewMultiArrayInst

public interface NewMultiArrayInst
extends Inst


Method Summary
 ArrayType getBaseType()
           
 int getDimensionCount()
           
 void setBaseType(ArrayType type)
           
 void setDimensionCount(int count)
           
 
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 ArrayType getBaseType()

setBaseType

public void setBaseType(ArrayType type)

getDimensionCount

public int getDimensionCount()

setDimensionCount

public void setDimensionCount(int count)