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, toString
equivHashCode, equivTo
Value getOp()
void setOp(Value op)
ValueBox getOpBox()
Type getCastType()
void setCastType(Type castType)
Type getType()
Value
void apply(Switch sw)
Switchable
apply
in interface Switchable