|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryOperator | |
---|---|
org.apache.olingo.odata2.api.uri.expression | Expression Parser |
Uses of BinaryOperator in org.apache.olingo.odata2.api.uri.expression |
---|
Methods in org.apache.olingo.odata2.api.uri.expression that return BinaryOperator | |
---|---|
BinaryOperator |
BinaryExpression.getOperator()
|
static BinaryOperator |
BinaryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BinaryOperator[] |
BinaryOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type BinaryOperator | |
---|---|
Object |
ExpressionVisitor.visitBinary(BinaryExpression binaryExpression,
BinaryOperator operator,
Object leftSide,
Object rightSide)
Visits a binary expression |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |