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