Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
org.eclipse.golo.compiler |
Provides access to the Golo compiler and supporting classes.
|
Modifier and Type | Method and Description |
---|---|
protected Struct |
Struct.self() |
static Struct |
Struct.struct(java.lang.String name)
Creates a structure type.
|
Modifier and Type | Method and Description |
---|---|
void |
GoloIrVisitor.visitStruct(Struct struct) |
void |
AbstractGoloIrVisitor.visitStruct(Struct struct) |
void |
Visitors.DispatchIrVisitor.visitStruct(Struct elt) |
void |
IrTreeDumper.visitStruct(Struct struct) |
Modifier and Type | Method and Description |
---|---|
void |
SugarExpansionVisitor.visitStruct(Struct struct)
Add struct factories if they don't already exist.
|