public class CastToIntegerPlan extends Plan
| Constructor and Description |
|---|
CastToIntegerPlan(IntegerSubtype type,
Plan operand) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(PlanVisitor visitor) |
Plan |
getOperand() |
IntegerSubtype |
getType() |
void |
setOperand(Plan operand) |
void |
setType(IntegerSubtype type) |
getLocation, setLocation, toStringpublic CastToIntegerPlan(IntegerSubtype type, Plan operand)
public IntegerSubtype getType()
public void setType(IntegerSubtype type)
public Plan getOperand()
public void setOperand(Plan operand)
public void acceptVisitor(PlanVisitor visitor)
acceptVisitor in class PlanCopyright © 2019. All rights reserved.