Uses of Class
net.hydromatic.morel.compile.Inliner
-
Packages that use Inliner Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated. -
-
Uses of Inliner in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Inliner Modifier and Type Method Description protected InlinerInliner. bind(List<Binding> bindingList)static InlinerInliner. of(TypeSystem typeSystem, Environment env, Analyzer.Analysis analysis)Creates an Inliner.
-