Class UnaryExpression
java.lang.Object
org.graylog.plugins.pipelineprocessor.ast.expressions.BaseExpression
org.graylog.plugins.pipelineprocessor.ast.expressions.UnaryExpression
- All Implemented Interfaces:
Expression
- Direct Known Subclasses:
BinaryExpression,NotExpression,SignedExpression
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.graylog.plugins.pipelineprocessor.ast.expressions.Expression
Expression.Type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildren()getType()booleanright()voidright(Expression right) Methods 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
-
right
-
-
Constructor Details
-
UnaryExpression
-
-
Method Details
-
isConstant
public boolean isConstant() -
getType
-
right
-
right
-
children
-