public class GetArrayElementPlan extends Plan
| Constructor and Description |
|---|
GetArrayElementPlan(Plan array,
Plan index) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(PlanVisitor visitor) |
Plan |
getArray() |
Plan |
getIndex() |
void |
setArray(Plan array) |
void |
setIndex(Plan index) |
getLocation, setLocation, toStringpublic Plan getArray()
public void setArray(Plan array)
public Plan getIndex()
public void setIndex(Plan index)
public void acceptVisitor(PlanVisitor visitor)
acceptVisitor in class PlanCopyright © 2019. All rights reserved.