public class CollectionLiteral extends ExpressionStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionLiteral.Type |
| Constructor and Description |
|---|
CollectionLiteral(CollectionLiteral.Type type,
List<ExpressionStatement> expressions) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(GoloIrVisitor visitor) |
List<ExpressionStatement> |
getExpressions() |
CollectionLiteral.Type |
getType() |
getASTNode, getPositionInSourceCode, hasASTNode, setASTNodepublic CollectionLiteral(CollectionLiteral.Type type, List<ExpressionStatement> expressions)
public CollectionLiteral.Type getType()
public List<ExpressionStatement> getExpressions()
public void accept(GoloIrVisitor visitor)
accept in class GoloStatementCopyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.