Class BinaryExpression
java.lang.Object
org.graylog.plugins.pipelineprocessor.ast.expressions.BaseExpression
org.graylog.plugins.pipelineprocessor.ast.expressions.UnaryExpression
org.graylog.plugins.pipelineprocessor.ast.expressions.BinaryExpression
- All Implemented Interfaces:
Expression
- Direct Known Subclasses:
AdditionExpression,AndExpression,ComparisonExpression,EqualityExpression,MultiplicationExpression,OrExpression
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.graylog.plugins.pipelineprocessor.ast.expressions.Expression
Expression.Type -
Field Summary
FieldsFields inherited from class org.graylog.plugins.pipelineprocessor.ast.expressions.UnaryExpression
right -
Constructor Summary
ConstructorsConstructorDescriptionBinaryExpression(org.antlr.v4.runtime.Token start, Expression left, Expression right) -
Method Summary
Methods inherited from class org.graylog.plugins.pipelineprocessor.ast.expressions.UnaryExpression
getType, right, rightMethods inherited from class org.graylog.plugins.pipelineprocessor.ast.expressions.BaseExpression
getStartTokenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.plugins.pipelineprocessor.ast.expressions.Expression
evaluate, evaluateUnsafe, evaluateUnsafe, nodeType
-
Field Details
-
left
-
-
Constructor Details
-
BinaryExpression
-
-
Method Details
-
isConstant
public boolean isConstant()- Specified by:
isConstantin interfaceExpression- Overrides:
isConstantin classUnaryExpression
-
left
-
left
-
children
- Specified by:
childrenin interfaceExpression- Overrides:
childrenin classUnaryExpression
-