Class StringExpression
java.lang.Object
org.graylog.plugins.pipelineprocessor.ast.expressions.BaseExpression
org.graylog.plugins.pipelineprocessor.ast.expressions.ConstantExpression
org.graylog.plugins.pipelineprocessor.ast.expressions.StringExpression
- All Implemented Interfaces:
Expression
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.graylog.plugins.pipelineprocessor.ast.expressions.Expression
Expression.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluateUnsafe(EvaluationContext context) This method is allowed to throw exceptions.toString()Methods inherited from class org.graylog.plugins.pipelineprocessor.ast.expressions.ConstantExpression
children, getType, isConstantMethods inherited from class org.graylog.plugins.pipelineprocessor.ast.expressions.BaseExpression
getStartTokenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.graylog.plugins.pipelineprocessor.ast.expressions.Expression
evaluate, evaluateUnsafe, nodeType
-
Constructor Details
-
StringExpression
-
-
Method Details
-
evaluateUnsafe
Description copied from interface:ExpressionThis method is allowed to throw exceptions. The outside world is supposed to call evaluate instead. -
toString
-