public class BinaryImpl extends Object implements org.apache.olingo.server.api.uri.queryoption.expression.Binary
| Constructor and Description |
|---|
BinaryImpl(org.apache.olingo.server.api.uri.queryoption.expression.Expression left,
org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind operator,
org.apache.olingo.server.api.uri.queryoption.expression.Expression right,
org.apache.olingo.commons.api.edm.EdmType type) |
BinaryImpl(org.apache.olingo.server.api.uri.queryoption.expression.Expression left,
org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind operator,
List<org.apache.olingo.server.api.uri.queryoption.expression.Expression> right,
org.apache.olingo.commons.api.edm.EdmType type) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor<T> visitor) |
List<org.apache.olingo.server.api.uri.queryoption.expression.Expression> |
getExpressions() |
org.apache.olingo.server.api.uri.queryoption.expression.Expression |
getLeftOperand() |
org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind |
getOperator() |
org.apache.olingo.server.api.uri.queryoption.expression.Expression |
getRightOperand() |
org.apache.olingo.commons.api.edm.EdmType |
getType() |
String |
toString() |
public BinaryImpl(org.apache.olingo.server.api.uri.queryoption.expression.Expression left,
org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind operator,
org.apache.olingo.server.api.uri.queryoption.expression.Expression right,
org.apache.olingo.commons.api.edm.EdmType type)
public BinaryImpl(org.apache.olingo.server.api.uri.queryoption.expression.Expression left,
org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind operator,
List<org.apache.olingo.server.api.uri.queryoption.expression.Expression> right,
org.apache.olingo.commons.api.edm.EdmType type)
public org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind getOperator()
getOperator in interface org.apache.olingo.server.api.uri.queryoption.expression.Binarypublic org.apache.olingo.server.api.uri.queryoption.expression.Expression getLeftOperand()
getLeftOperand in interface org.apache.olingo.server.api.uri.queryoption.expression.Binarypublic org.apache.olingo.server.api.uri.queryoption.expression.Expression getRightOperand()
getRightOperand in interface org.apache.olingo.server.api.uri.queryoption.expression.Binarypublic org.apache.olingo.commons.api.edm.EdmType getType()
public <T> T accept(org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor<T> visitor)
throws org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitException,
org.apache.olingo.server.api.ODataApplicationException
accept in interface org.apache.olingo.server.api.uri.queryoption.expression.VisitableExpressionorg.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitExceptionorg.apache.olingo.server.api.ODataApplicationExceptionpublic List<org.apache.olingo.server.api.uri.queryoption.expression.Expression> getExpressions()
getExpressions in interface org.apache.olingo.server.api.uri.queryoption.expression.BinaryCopyright © 2013–2019 The Apache Software Foundation. All rights reserved.