public class MapLiteralExpression extends BaseExpression
Expression.Type| Constructor and Description |
|---|
MapLiteralExpression(org.antlr.v4.runtime.Token start,
HashMap<String,Expression> map) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Expression> |
children() |
Iterable<Map.Entry<String,Expression>> |
entries() |
Map |
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 MapLiteralExpression(org.antlr.v4.runtime.Token start,
HashMap<String,Expression> map)
public boolean isConstant()
public Map evaluateUnsafe(EvaluationContext context)
Expressionpublic Class getType()
public Iterable<Map.Entry<String,Expression>> entries()
public Iterable<Expression> children()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.