public abstract class BinaryOperation<ExpressionType> extends InternalBinaryFunction<ExpressionType,ExpressionType>
Modifier | Constructor and Description |
---|---|
protected |
BinaryOperation(QueryExpression<ExpressionType> operand1,
QueryExpression<ExpressionType> operand2) |
getOperand1, getOperand2, setOperand1, setOperand2, toString
accept, finishAccept, getChildren, setChild, startAccept
getExpressionType
protected BinaryOperation(QueryExpression<ExpressionType> operand1, QueryExpression<ExpressionType> operand2)
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.