public class ConstructionPlan extends Plan
| Constructor and Description |
|---|
ConstructionPlan(String className,
String methodDesc,
List<Plan> arguments) |
ConstructionPlan(String className,
String methodDesc,
Plan... arguments) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(PlanVisitor visitor) |
List<Plan> |
getArguments() |
String |
getClassName() |
String |
getMethodDesc() |
void |
setClassName(String className) |
void |
setMethodDesc(String methodDesc) |
getLocation, setLocation, toStringpublic String getClassName()
public void setClassName(String className)
public String getMethodDesc()
public void setMethodDesc(String methodDesc)
public void acceptVisitor(PlanVisitor visitor)
acceptVisitor in class PlanCopyright © 2019. All rights reserved.