Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
Modifier and Type | Class and Description |
---|---|
class |
GoloAssignment<T extends GoloAssignment<T>> |
Modifier and Type | Class and Description |
---|---|
class |
AssignmentStatement
Assignment statement in Golo code.
|
class |
DestructuringAssignment
A destructuring assignment.
|
Modifier and Type | Method and Description |
---|---|
GoloAssignment<?>[] |
ExpressionStatement.declarations()
Returns the local declarations of this expression if any.
|