Uses of Interface
org.n52.svalbard.odata.core.expr.arithmetic.ArithmeticExpr
-
Packages that use ArithmeticExpr Package Description org.n52.svalbard.odata.core org.n52.svalbard.odata.core.expr org.n52.svalbard.odata.core.expr.arithmetic -
-
Uses of ArithmeticExpr in org.n52.svalbard.odata.core
-
Uses of ArithmeticExpr in org.n52.svalbard.odata.core.expr
Classes in org.n52.svalbard.odata.core.expr that implement ArithmeticExpr Modifier and Type Class Description classMemberExprClass to hold a member or value reference expression.classMethodCallExprClass to hold a method call expression.Methods in org.n52.svalbard.odata.core.expr that return types with arguments of type ArithmeticExpr Modifier and Type Method Description default Optional<ArithmeticExpr>Expr. asArithmetic()Get this expression as a arithmetic expression -
Uses of ArithmeticExpr in org.n52.svalbard.odata.core.expr.arithmetic
Classes in org.n52.svalbard.odata.core.expr.arithmetic that implement ArithmeticExpr Modifier and Type Class Description classNumericValueExprExpression representing a value.classSimpleArithmeticExprMethods in org.n52.svalbard.odata.core.expr.arithmetic that return types with arguments of type ArithmeticExpr Modifier and Type Method Description default Optional<ArithmeticExpr>ArithmeticExpr. asArithmetic()Optional<ArithmeticExpr>SimpleArithmeticExpr. asArithmetic()Get this expression as a arithmetic expressionConstructors in org.n52.svalbard.odata.core.expr.arithmetic with parameters of type ArithmeticExpr Constructor Description SimpleArithmeticExpr(FilterConstants.SimpleArithmeticOperator operator, ArithmeticExpr left, ArithmeticExpr right)Create a newBinaryExpr.
-