Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
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) |