Uses of Class
net.hydromatic.morel.compile.Analyzer.Analysis
-
Packages that use Analyzer.Analysis 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.Analysis in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile declared as Analyzer.Analysis Modifier and Type Field Description private Analyzer.AnalysisInliner. analysisMethods in net.hydromatic.morel.compile that return Analyzer.Analysis Modifier and Type Method Description static Analyzer.AnalysisAnalyzer. analyze(TypeSystem typeSystem, Environment env, AstNode node)Analyzes an expression.private Analyzer.AnalysisAnalyzer. result()Returns the result of an analysis.Methods in net.hydromatic.morel.compile with parameters of type Analyzer.Analysis Modifier and Type Method Description static InlinerInliner. of(TypeSystem typeSystem, Environment env, Analyzer.Analysis analysis)Creates an Inliner.Constructors in net.hydromatic.morel.compile with parameters of type Analyzer.Analysis Constructor Description Inliner(TypeSystem typeSystem, Environment env, Analyzer.Analysis analysis)Private constructor.
-