public class ArrayConstructionPlan extends Plan
| Constructor and Description |
|---|
ArrayConstructionPlan(String elementType) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(PlanVisitor visitor) |
List<Plan> |
getElements() |
String |
getElementType() |
void |
setElementType(String elementType) |
getLocation, setLocation, toStringpublic ArrayConstructionPlan(String elementType)
public String getElementType()
public void setElementType(String elementType)
public void acceptVisitor(PlanVisitor visitor)
acceptVisitor in class PlanCopyright © 2019. All rights reserved.