[Java] Class ListExpression
- org.codehaus.groovy.ast.expr.ListExpression
public class ListExpression
extends Expression
Represents a list expression [1, 2, 3] which creates a mutable List
Constructor Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
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 |
Constructor Detail
public ListExpression()
public ListExpression(List<Expression> expressions)
Method Detail
public void addExpression(Expression expression)
public Expression getExpression(int i)
public String getText()
public boolean isWrapped()
public void setWrapped(boolean value)
public String toString()