public class MapLiteralExpression extends Expression
Modifier and Type | Field and Description |
---|---|
protected List<org.eclipse.epsilon.eol.dom.MapLiteralExpression.KeyValueExpressionPair> |
keyValueExpressionPairs |
resolvedType
Constructor and Description |
---|
MapLiteralExpression() |
Modifier and Type | Method and Description |
---|---|
void |
build(AST cst,
IModule module) |
void |
compile(EolCompilationContext context) |
Object |
execute(IEolContext context) |
getResolvedType, hasResolvedType
getChildren, getComments, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, setModule, setParent, setRegion, setUri
protected List<org.eclipse.epsilon.eol.dom.MapLiteralExpression.KeyValueExpressionPair> keyValueExpressionPairs
public void build(AST cst, IModule module)
build
in interface ModuleElement
build
in class AbstractModuleElement
public Object execute(IEolContext context) throws EolRuntimeException
EolRuntimeException
public void compile(EolCompilationContext context)
Copyright © 2018. All rights reserved.