public class ArrayLiteralExpression extends BaseExpression
Expression.Type| Constructor and Description |
|---|
ArrayLiteralExpression(org.antlr.v4.runtime.Token start,
List<Expression> elements) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Expression> |
children() |
List |
evaluateUnsafe(EvaluationContext context)
This method is allowed to throw exceptions.
|
Class |
getType() |
boolean |
isConstant() |
String |
toString() |
getStartTokenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitevaluate, evaluateUnsafe, nodeTypepublic ArrayLiteralExpression(org.antlr.v4.runtime.Token start,
List<Expression> elements)
public boolean isConstant()
public List evaluateUnsafe(EvaluationContext context)
Expressionpublic Class getType()
public Iterable<Expression> children()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.