public interface NewMultiArrayExpr extends Expr, AnyNewExpr
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
ArrayType |
getBaseType() |
Value |
getSize(int index) |
ValueBox |
getSizeBox(int index) |
int |
getSizeCount() |
java.util.List<Value> |
getSizes() |
Type |
getType()
Returns the Soot type of this Value.
|
void |
setBaseType(ArrayType baseType) |
void |
setSize(int index,
Value size) |
clone, getUseBoxes, toString
equivHashCode, equivTo
ArrayType getBaseType()
void setBaseType(ArrayType baseType)
ValueBox getSizeBox(int index)
int getSizeCount()
Value getSize(int index)
java.util.List<Value> getSizes()
void setSize(int index, Value size)
Type getType()
Value
void apply(Switch sw)
Switchable
apply
in interface Switchable