public class ConstantPlan extends Plan
| Constructor and Description |
|---|
ConstantPlan(Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(PlanVisitor visitor) |
Object |
getValue() |
void |
setValue(Object value) |
getLocation, setLocation, toStringpublic ConstantPlan(Object value)
public Object getValue()
public void setValue(Object value)
public void acceptVisitor(PlanVisitor visitor)
acceptVisitor in class PlanCopyright © 2019. All rights reserved.