Uses of Class
net.hydromatic.morel.compile.Compiler.LinkCode
-
Packages that use Compiler.LinkCode Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated. -
-
Uses of Compiler.LinkCode in net.hydromatic.morel.compile
Method parameters in net.hydromatic.morel.compile with type arguments of type Compiler.LinkCode Modifier and Type Method Description private voidCompiler. link(Map<Core.NamedPat,Compiler.LinkCode> linkCodes, Core.Pat pat, Code code)
-