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() |
getStartToken
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
evaluate, evaluateUnsafe, nodeType
public MapLiteralExpression(org.antlr.v4.runtime.Token start, HashMap<String,Expression> map)
public boolean isConstant()
public Map evaluateUnsafe(EvaluationContext context)
Expression
public Class getType()
public Iterable<Map.Entry<String,Expression>> entries()
public Iterable<Expression> children()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.