Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
Modifier and Type | Class and Description |
---|---|
class |
AssignmentStatement
Assignment statement in Golo code.
|
class |
DestructuringAssignment
A destructuring assignment.
|
class |
ForEachLoopStatement
Represents a
foreach loop on an iterator. |
class |
GoloAssignment<T extends GoloAssignment<T>> |
class |
LoopStatement
Generic looping structure.
|