public class ReferenceEqualityPlan extends Plan
| Constructor and Description |
|---|
ReferenceEqualityPlan(Plan firstOperand,
Plan secondOperand,
ReferenceEqualityPlanType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(PlanVisitor visitor) |
Plan |
getFirstOperand() |
Plan |
getSecondOperand() |
ReferenceEqualityPlanType |
getType() |
void |
setFirstOperand(Plan firstOperand) |
void |
setSecondOperand(Plan secondOperand) |
void |
setType(ReferenceEqualityPlanType type) |
getLocation, setLocation, toStringpublic ReferenceEqualityPlan(Plan firstOperand, Plan secondOperand, ReferenceEqualityPlanType type)
public Plan getFirstOperand()
public void setFirstOperand(Plan firstOperand)
public Plan getSecondOperand()
public void setSecondOperand(Plan secondOperand)
public ReferenceEqualityPlanType getType()
public void setType(ReferenceEqualityPlanType type)
public void acceptVisitor(PlanVisitor visitor)
acceptVisitor in class PlanCopyright © 2019. All rights reserved.