public class MapExpression extends Expression
Represents a map expression [1 : 2, "a" : "b", x : y] which creates a mutable Map
Fields inherited from class | Fields |
---|---|
class Expression |
EMPTY_ARRAY |
Constructor and description |
---|
MapExpression
() |
MapExpression
(List<MapEntryExpression> mapEntryExpressions) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
addMapEntryExpression(MapEntryExpression expression) |
|
public void |
addMapEntryExpression(Expression keyExpression, Expression valueExpression) |
|
public List<MapEntryExpression> |
getMapEntryExpressions() |
|
public String |
getText() |
|
public boolean |
isDynamic() |
|
public String |
toString() |
|
public Expression |
transformExpression(ExpressionTransformer transformer) |
|
public void |
visit(GroovyCodeVisitor visitor) |
Methods inherited from class | Name |
---|---|
class Expression |
getType, setType, transformExpression, transformExpressions, transformExpressions |
class AnnotatedNode |
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, getGroovydoc, getInstance, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic |
class ASTNode |
copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getMetaDataMap, getText, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setMetaDataMap, setSourcePosition, visit |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.