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