Class ArrayLiteralExpression

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

public class ArrayLiteralExpression extends BaseExpression
  • Constructor Details

    • ArrayLiteralExpression

      public ArrayLiteralExpression(org.antlr.v4.runtime.Token start, List<Expression> elements)
  • Method Details

    • isConstant

      public boolean isConstant()
    • evaluateUnsafe

      public List 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
    • children

      public Iterable<Expression> children()