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