Represents an array object construction either using a fixed size or an initializer expression
Constructor and description |
---|
ArrayExpression
(ClassNode elementType, List<Expression> expressions, List<Expression> sizeExpression) |
ArrayExpression
(ClassNode elementType, List<Expression> expressions) Creates an array using an initializer expression |
Type | Name and description |
---|---|
void |
addExpression(Expression expression) |
ClassNode |
getElementType() |
Expression |
getExpression(int i) |
List<Expression> |
getExpressions() |
List<Expression> |
getSizeExpression() |
String |
getText() |
boolean |
isDynamic() |
String |
toString() |
Expression |
transformExpression(ExpressionTransformer transformer) |
void |
visit(GroovyCodeVisitor visitor) |
Methods inherited from class | Name |
---|---|
class Expression |
getType, setType, transformExpression, transformExpressions, transformExpressions |
class AnnotatedNode |
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic |
class ASTNode |
copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getNodeMetaData, getNodeMetaData, getText, putNodeMetaData, removeNodeMetaData, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setNodeMetaData, setSourcePosition, visit |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Creates an array using an initializer expression
Copyright © 2003-2014 The Codehaus. All rights reserved.