public interface SearchBinary extends SearchExpression
Modifier and Type | Method and Description |
---|---|
SearchExpression |
getLeftOperand() |
SearchBinaryOperatorKind |
getOperator() |
SearchExpression |
getRightOperand() |
SearchBinaryOperatorKind getOperator()
SearchExpression getLeftOperand()
SearchExpression getRightOperand()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.