public interface CastExpr extends Expr
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
Type |
getCastType() |
Value |
getOp() |
ValueBox |
getOpBox() |
Type |
getType()
Returns the Soot type of this Value.
|
void |
setCastType(Type castType) |
void |
setOp(Value op) |
clone, getUseBoxes, toStringequivHashCode, equivToValue getOp()
void setOp(Value op)
ValueBox getOpBox()
Type getCastType()
void setCastType(Type castType)
Type getType()
Valuevoid apply(Switch sw)
Switchableapply in interface Switchable