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, toStringequivHashCode, equivToType getBaseType()
void setBaseType(Type type)
ValueBox getSizeBox()
Value getSize()
void setSize(Value size)
Type getType()
Valuevoid apply(Switch sw)
Switchableapply in interface Switchable