Package org.graylog.events.conditions
Class Expr.Group
java.lang.Object
org.graylog.events.conditions.Expr.Group
- All Implemented Interfaces:
Expression<Boolean>
- Enclosing class:
- Expr
-
Field Summary
Fields inherited from interface org.graylog.events.conditions.Expression
FIELD_EXPR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(ExpressionVisitor visitor) abstract Expression<Boolean>child()static Expr.Groupcreate(String expr, Expression<Boolean> child, String operator) static Expr.Groupcreate(Expression<Boolean> child, String operator) abstract Stringoperator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.events.conditions.Expression
expr
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
child
-
operator
-
create
-
create
-
accept
- Specified by:
acceptin interfaceExpression<Boolean>
-