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