Package | Description |
---|---|
org.eclipse.golo.compiler |
Provides access to the Golo compiler and supporting classes.
|
org.eclipse.golo.compiler.ir |
(this is an internal API)
|
Modifier and Type | Method and Description |
---|---|
void |
ClosureCaptureGoloIrVisitor.visitReferenceLookup(ReferenceLookup referenceLookup) |
Modifier and Type | Method and Description |
---|---|
ReferenceLookup |
LocalReference.lookup() |
static ReferenceLookup |
Builders.refLookup(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGoloIrVisitor.visitReferenceLookup(ReferenceLookup referenceLookup) |
void |
GoloIrVisitor.visitReferenceLookup(ReferenceLookup referenceLookup) |
void |
IrTreeDumper.visitReferenceLookup(ReferenceLookup referenceLookup) |