public interface NewArrayExpr extends Expr, AnyNewExpr
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
Type |
getBaseType() |
Value |
getSize() |
ValueBox |
getSizeBox() |
Type |
getType()
Returns the Soot type of this Value.
|
void |
setBaseType(Type type) |
void |
setSize(Value size) |
clone, getUseBoxes, toString
equivHashCode, equivTo
Type getBaseType()
void setBaseType(Type type)
ValueBox getSizeBox()
Value getSize()
void setSize(Value size)
Type getType()
Value
void apply(Switch sw)
Switchable
apply
in interface Switchable