| Package | Description | 
|---|---|
| gololang.ir | 
 Java package for golo IR tree elements. 
 | 
| org.eclipse.golo.compiler | 
 Provides access to the Golo compiler and supporting classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CollectionLiteral | 
CollectionLiteral.add(java.lang.Object expression)
Adds an expression to the collection. 
 | 
static CollectionLiteral | 
CollectionLiteral.create(java.lang.Object type,
      java.lang.Object... values)
Creates a collection literal of the given type. 
 | 
protected CollectionLiteral | 
CollectionLiteral.self()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GoloIrVisitor.visitCollectionLiteral(CollectionLiteral collectionLiteral)  | 
void | 
AbstractGoloIrVisitor.visitCollectionLiteral(CollectionLiteral collectionLiteral)  | 
void | 
Visitors.DispatchIrVisitor.visitCollectionLiteral(CollectionLiteral elt)  | 
void | 
IrTreeDumper.visitCollectionLiteral(CollectionLiteral collectionLiteral)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SugarExpansionVisitor.visitCollectionLiteral(CollectionLiteral collection)
Literal expansion. 
 |