Uses of Class
net.hydromatic.morel.compile.Extents.Analysis
Packages that use Extents.Analysis
Package
Description
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.-
Uses of Extents.Analysis in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Extents.AnalysisModifier and TypeMethodDescriptionstatic Extents.AnalysisExtents.create(TypeSystem typeSystem, Core.Pat pat, SortedMap<Core.NamedPat, Core.Exp> boundPats, Iterable<? extends Core.FromStep> followingSteps, PairList<Core.IdPat, Core.Exp> idPats) Analyzes the extent of a pattern in an expression and creates anExtents.Analysis.