public interface SearchBinary extends SearchExpression
Modifier and Type | Method and Description |
---|---|
SearchExpression |
getLeftOperand() |
SearchBinaryOperatorKind |
getOperator() |
SearchExpression |
getRightOperand() |
asSearchBinary, asSearchTerm, asSearchUnary, isSearchBinary, isSearchTerm, isSearchUnary
SearchBinaryOperatorKind getOperator()
SearchExpression getLeftOperand()
SearchExpression getRightOperand()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.