Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
Modifier and Type | Method and Description |
---|---|
static CollectionComprehension |
CollectionComprehension.create(java.lang.Object type,
java.lang.Object expression,
java.lang.Object... loops)
Complete collection comprehension creation.
|
CollectionComprehension |
CollectionComprehension.expression(java.lang.Object expression)
Defines the expression of the comprehension.
|
CollectionComprehension |
CollectionComprehension.loop(java.lang.Object loop)
Adds a loop instruction to this comprehension.
|
static CollectionComprehension |
CollectionComprehension.of(java.lang.Object type)
Creates a collection comprehension of the given type.
|
protected CollectionComprehension |
CollectionComprehension.self() |
Modifier and Type | Method and Description |
---|---|
void |
GoloIrVisitor.visitCollectionComprehension(CollectionComprehension collectionComprehension) |
void |
AbstractGoloIrVisitor.visitCollectionComprehension(CollectionComprehension collectionComprehension) |
void |
Visitors.DispatchIrVisitor.visitCollectionComprehension(CollectionComprehension elt) |
void |
IrTreeDumper.visitCollectionComprehension(CollectionComprehension collectionComprehension) |