Uses of Class
net.hydromatic.morel.compile.Inliner
Packages that use Inliner
Package
Description
Validates programs (represented as
AstNode),
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 InlinerModifier and TypeMethodDescriptionstatic InlinerInliner.of(TypeSystem typeSystem, Environment env, @Nullable Analyzer.Analysis analysis) Creates an Inliner.protected InlinerInliner.push(Environment env)