public class CastPlan extends Plan
| Constructor and Description |
|---|
CastPlan(Plan operand,
String targetType) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(PlanVisitor visitor) |
Plan |
getOperand() |
String |
getTargetType() |
void |
setOperand(Plan operand) |
void |
setTargetType(String targetType) |
getLocation, setLocation, toStringpublic Plan getOperand()
public void setOperand(Plan operand)
public String getTargetType()
public void setTargetType(String targetType)
public void acceptVisitor(PlanVisitor visitor)
acceptVisitor in class PlanCopyright © 2019. All rights reserved.