public class BooleanExpression extends ConstantExpression implements LogicalExpression
Expression.Type| Constructor and Description |
|---|
BooleanExpression(org.antlr.v4.runtime.Token start,
boolean value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluateBool(EvaluationContext context) |
Object |
evaluateUnsafe(EvaluationContext context)
This method is allowed to throw exceptions.
|
String |
toString() |
children, getType, isConstantgetStartTokenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchildren, evaluate, evaluateUnsafe, getStartToken, getType, isConstant, nodeTypepublic BooleanExpression(org.antlr.v4.runtime.Token start,
boolean value)
public Object evaluateUnsafe(EvaluationContext context)
ExpressionevaluateUnsafe in interface Expressionpublic boolean evaluateBool(EvaluationContext context)
evaluateBool in interface LogicalExpressionCopyright © 2012–2021 Graylog, Inc.. All rights reserved.