public abstract static class Expr.NumberValue extends Object implements Expression<Double>
FIELD_EXPR| Constructor and Description |
|---|
NumberValue() |
| Modifier and Type | Method and Description |
|---|---|
Double |
accept(ExpressionVisitor visitor) |
static Expr.NumberValue |
create(double value) |
static Expr.NumberValue |
create(String expr,
double value) |
abstract double |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexprpublic abstract double value()
public static Expr.NumberValue create(String expr, double value)
public static Expr.NumberValue create(double value)
public Double accept(ExpressionVisitor visitor)
accept in interface Expression<Double>Copyright © 2012–2021 Graylog, Inc.. All rights reserved.