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 |
---|---|
ReferenceLookup |
LocalReference.lookup()
Returns a
ReferenceLookup referencing this variable. |
static ReferenceLookup |
ReferenceLookup.of(java.lang.Object name)
Creates a lookup to the reference defined by the given name.
|
protected ReferenceLookup |
ReferenceLookup.self() |
Modifier and Type | Method and Description |
---|---|
void |
GoloIrVisitor.visitReferenceLookup(ReferenceLookup referenceLookup) |
void |
AbstractGoloIrVisitor.visitReferenceLookup(ReferenceLookup referenceLookup) |
void |
Visitors.DispatchIrVisitor.visitReferenceLookup(ReferenceLookup elt) |
void |
IrTreeDumper.visitReferenceLookup(ReferenceLookup referenceLookup) |
Modifier and Type | Method and Description |
---|---|
void |
ClosureCaptureGoloIrVisitor.visitReferenceLookup(ReferenceLookup referenceLookup) |