public class NegatePlan extends Plan
| Constructor and Description |
|---|
NegatePlan(Plan operand,
ArithmeticType valueType) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(PlanVisitor visitor) |
Plan |
getOperand() |
ArithmeticType |
getValueType() |
void |
setOperand(Plan operand) |
void |
setValueType(ArithmeticType valueType) |
getLocation, setLocation, toStringpublic NegatePlan(Plan operand, ArithmeticType valueType)
public Plan getOperand()
public void setOperand(Plan operand)
public ArithmeticType getValueType()
public void setValueType(ArithmeticType valueType)
public void acceptVisitor(PlanVisitor visitor)
acceptVisitor in class PlanCopyright © 2019. All rights reserved.