public class CastExpr extends Expr
| Constructor and Description |
|---|
CastExpr(Expr value,
ValueType targetType) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
acceptVisitor(ExprVisitor<T> visitor) |
ValueType |
getTargetType() |
Expr |
getValue() |
void |
setTargetType(ValueType targetType) |
void |
setValue(Expr value) |
public Expr getValue()
public void setValue(Expr value)
public ValueType getTargetType()
public void setTargetType(ValueType targetType)
public <T> T acceptVisitor(ExprVisitor<T> visitor)
acceptVisitor in class ExprCopyright © 2019. All rights reserved.