Uses of Class
net.hydromatic.morel.compile.Analyzer.Analysis
Packages that use Analyzer.Analysis
Package
Description
Validates programs
(represented as
AstNode),
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.AnalysisMethods in net.hydromatic.morel.compile that return Analyzer.AnalysisModifier and TypeMethodDescriptionstatic 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.AnalysisModifier and TypeMethodDescriptionstatic InlinerInliner.of(TypeSystem typeSystem, Environment env, Analyzer.Analysis analysis) Creates an Inliner.Constructors in net.hydromatic.morel.compile with parameters of type Analyzer.AnalysisModifierConstructorDescriptionprivateInliner(TypeSystem typeSystem, Environment env, Analyzer.Analysis analysis) Private constructor.