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