Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInvocation<T extends AbstractInvocation<T>>
Abstract representation of a Golo invocation in the IR tree.
|
Modifier and Type | Class and Description |
---|---|
class |
FunctionInvocation
Represents a function call.
|
class |
MethodInvocation
Represent a method invocation on an expression.
|