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