Class Compiler.LinkCode

java.lang.Object
net.hydromatic.morel.compile.Compiler.LinkCode
All Implemented Interfaces:
Code, Describable
Enclosing class:
Compiler

private static class Compiler.LinkCode extends Object implements Code
A piece of code that is references another piece of code. It is useful when defining recursive functions. The reference is mutable, and is fixed up when the function has been compiled.