void |
Block.relink(ReferenceTable table) |
void |
CaseStatement.relink(ReferenceTable table) |
void |
ConditionalBranching.relink(ReferenceTable table) |
void |
ForEachLoopStatement.relink(ReferenceTable table) |
void |
GoloFunction.relink(ReferenceTable table) |
void |
LoopStatement.relink(ReferenceTable table) |
void |
ReferenceTable.relink(ReferenceTable parent) |
void |
ReturnStatement.relink(ReferenceTable table) |
void |
Scope.relink(ReferenceTable table)
Make the given table a parent of this scope.
|
void |
Block.relinkTopLevel(ReferenceTable table) |
void |
CaseStatement.relinkTopLevel(ReferenceTable table) |
void |
ConditionalBranching.relinkTopLevel(ReferenceTable table) |
void |
ForEachLoopStatement.relinkTopLevel(ReferenceTable table) |
void |
GoloFunction.relinkTopLevel(ReferenceTable table) |
void |
LoopStatement.relinkTopLevel(ReferenceTable table) |
void |
ReferenceTable.relinkTopLevel(ReferenceTable topLevel) |
void |
ReturnStatement.relinkTopLevel(ReferenceTable table) |
void |
Scope.relinkTopLevel(ReferenceTable topLevel)
Make the given table the top-level parent of this scope.
|
LocalReference |
ReferenceLookup.resolveIn(ReferenceTable referenceTable) |
void |
Block.setReferenceTable(ReferenceTable referenceTable) |