Uses of Interface
org.apache.olingo.odata2.api.uri.expression.CommonExpression
-
Packages that use CommonExpression Package Description org.apache.olingo.odata2.api.uri.expression Expression Parser -
-
Uses of CommonExpression in org.apache.olingo.odata2.api.uri.expression
Subinterfaces of CommonExpression in org.apache.olingo.odata2.api.uri.expression Modifier and Type Interface Description interfaceBinaryExpressionRepresents a binary expression node in the expression tree returned by the methods
A binary expression node is inserted in the expression tree for any valid ODATA binary operator inBinaryOperator(e.g.interfaceFilterExpressionRepresents a $filter expression in the expression tree Used to define the root expression node in an $filter expression tree.interfaceLiteralExpressionRepresents a literal expression node in the expression tree
interfaceMemberExpressionRepresents a member expression in the expression tree
interfaceMethodExpressionRepresents a method expression in the expression tree
interfaceOrderByExpressionRepresents a $orderby expression Used to define the root expression node in an $filter expression tree.interfaceOrderExpressionRepresents a order expression in the expression tree
interfacePropertyExpressionRepresents a property expression in the expression tree
interfaceUnaryExpressionRepresents a unary expression node in the expression tree
Methods in org.apache.olingo.odata2.api.uri.expression that return CommonExpression Modifier and Type Method Description CommonExpressionFilterExpression. getExpression()CommonExpressionOrderExpression. getExpression()CommonExpressionExceptionVisitExpression. getFilterTree()Get erroneous filter for debug informationCommonExpressionExpressionParserException. getFilterTree()Gets erroneous filter expression tree for debug information.CommonExpressionBinaryExpression. getLeftOperand()CommonExpressionUnaryExpression. getOperand()CommonExpressionMemberExpression. getPath()CommonExpressionMemberExpression. getProperty()CommonExpressionBinaryExpression. getRightOperand()CommonExpressionCommonExpression. setEdmType(EdmType edmType)Set the edmType of this expression nodeMethods in org.apache.olingo.odata2.api.uri.expression that return types with arguments of type CommonExpression Modifier and Type Method Description List<CommonExpression>MethodExpression. getParameters()Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type CommonExpression Modifier and Type Method Description voidExceptionVisitExpression. setFilterTree(CommonExpression filterTree)Sets erroneous filter tree for debug information.voidExpressionParserException. setFilterTree(CommonExpression filterTree)Sets erroneous filter tree for debug information.
-