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 |
Augmentation
"classical" augmentation.
|
class |
GoloFunction
Represents a function declaration.
|
class |
ModuleImport |
class |
NamedAugmentation
Named augmentation definition.
|
class |
Noop
Empty IR node.
|
class |
Struct
Represents a
struct element. |
class |
Union
Represents a
union element. |