public class MapEntryExpression extends Expression
 Represents an entry inside a map expression such as 1 : 2 or 'foo' : 'bar'.
 
| Fields inherited from class | Fields | 
|---|---|
| class Expression | EMPTY_ARRAY | 
| Constructor and description | 
|---|
| MapEntryExpression(Expression keyExpression, Expression valueExpression) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public Expression | getKeyExpression() | 
|  | public Expression | getValueExpression() | 
|  | public void | setKeyExpression(Expression keyExpression) | 
|  | public void | setValueExpression(Expression valueExpression) | 
|  | 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, 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-2025 The Apache Software Foundation. All rights reserved.