Class MessageRefExpression

java.lang.Object
org.graylog.plugins.pipelineprocessor.ast.expressions.BaseExpression
org.graylog.plugins.pipelineprocessor.ast.expressions.MessageRefExpression
All Implemented Interfaces:
Expression

public class MessageRefExpression extends BaseExpression
  • Constructor Details

    • MessageRefExpression

      public MessageRefExpression(org.antlr.v4.runtime.Token start, Expression fieldExpr)
  • Method Details

    • isConstant

      public boolean isConstant()
    • evaluateUnsafe

      public Object evaluateUnsafe(EvaluationContext context)
      Description copied from interface: Expression
      This method is allowed to throw exceptions. The outside world is supposed to call evaluate instead.
    • getType

      public Class getType()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getFieldExpr

      public Expression getFieldExpr()
    • children

      public Iterable<Expression> children()