public interface Expression<T>
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_EXPR |
Modifier and Type | Method and Description |
---|---|
T |
accept(ExpressionVisitor visitor) |
String |
expr() |
static final String FIELD_EXPR
String expr()
T accept(ExpressionVisitor visitor)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.