public class BooleanNumberConditionsVisitor extends Object implements ExpressionVisitor
| Constructor and Description |
|---|
BooleanNumberConditionsVisitor() |
BooleanNumberConditionsVisitor(Map<String,Double> numberReferences) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
visit(Expr.And and) |
boolean |
visit(Expr.Equal equal) |
boolean |
visit(Expr.Greater greater) |
boolean |
visit(Expr.GreaterEqual greater) |
boolean |
visit(Expr.Group group) |
boolean |
visit(Expr.Lesser lesser) |
boolean |
visit(Expr.LesserEqual lesser) |
boolean |
visit(Expr.Not not) |
double |
visit(Expr.NumberReference numberRef) |
double |
visit(Expr.NumberValue numberValue) |
boolean |
visit(Expr.Or or) |
boolean |
visit(Expr.True expr) |
public boolean visit(Expr.True expr)
visit in interface ExpressionVisitorpublic boolean visit(Expr.And and)
visit in interface ExpressionVisitorpublic boolean visit(Expr.Or or)
visit in interface ExpressionVisitorpublic boolean visit(Expr.Not not)
visit in interface ExpressionVisitorpublic boolean visit(Expr.Equal equal)
visit in interface ExpressionVisitorpublic boolean visit(Expr.Greater greater)
visit in interface ExpressionVisitorpublic boolean visit(Expr.GreaterEqual greater)
visit in interface ExpressionVisitorpublic boolean visit(Expr.Lesser lesser)
visit in interface ExpressionVisitorpublic boolean visit(Expr.LesserEqual lesser)
visit in interface ExpressionVisitorpublic double visit(Expr.NumberValue numberValue)
visit in interface ExpressionVisitorpublic double visit(Expr.NumberReference numberRef)
visit in interface ExpressionVisitorpublic boolean visit(Expr.Group group)
visit in interface ExpressionVisitorCopyright © 2012–2021 Graylog, Inc.. All rights reserved.