public interface ArrayRef extends ConcreteRef
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
Value |
getBase() |
ValueBox |
getBaseBox() |
Value |
getIndex() |
ValueBox |
getIndexBox() |
Type |
getType()
Returns the Soot type of this Value.
|
void |
setBase(Local base) |
void |
setIndex(Value index) |
clone, getUseBoxes, toString
equivHashCode, equivTo
Value getBase()
void setBase(Local base)
ValueBox getBaseBox()
Value getIndex()
void setIndex(Value index)
ValueBox getIndexBox()
Type getType()
Value
void apply(Switch sw)
Switchable
apply
in interface Switchable