Uses of Class
org.n52.svalbard.odata.core.expr.arithmetic.NumericValueExpr
-
Packages that use NumericValueExpr Package Description org.n52.svalbard.odata.core.expr org.n52.svalbard.odata.core.expr.arithmetic -
-
Uses of NumericValueExpr in org.n52.svalbard.odata.core.expr
Methods in org.n52.svalbard.odata.core.expr that return types with arguments of type NumericValueExpr Modifier and Type Method Description default Optional<NumericValueExpr>Expr. asNumericValue()Get this expression as a value expressionMethods in org.n52.svalbard.odata.core.expr with parameters of type NumericValueExpr Modifier and Type Method Description TExprVisitor. visitNumeric(NumericValueExpr expr)Visit a number expression. -
Uses of NumericValueExpr in org.n52.svalbard.odata.core.expr.arithmetic
Methods in org.n52.svalbard.odata.core.expr.arithmetic that return types with arguments of type NumericValueExpr Modifier and Type Method Description Optional<NumericValueExpr>NumericValueExpr. asNumericValue()
-