Uses of Class
net.hydromatic.morel.ast.Core.From
Packages that use Core.From
Package
Description
Abstract syntax tree.
Validates programs (represented as
AstNode),
deduces their type, and compiles them into code that can be evaluated.-
Uses of Core.From in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.FromModifier and TypeMethodDescriptionFromBuilder.build()CoreBuilder.from(ListType type, List<Core.FromStep> steps) CoreBuilder.from(TypeSystem typeSystem, List<Core.FromStep> steps) Derives the result type, then callsCoreBuilder.from(ListType, List).Methods in net.hydromatic.morel.ast with parameters of type Core.From -
Uses of Core.From in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Core.FromModifier and TypeMethodDescriptionprivate Core.FromSuchThatShuttle.FromVisitor.rewrite1(Core.Scan scan, List<? extends Core.FromStep> laterSteps, PairList<Core.IdPat, Core.Exp> idPats) Rewrites an unbounded scan to afromexpression, using predicates in later steps to determine the ranges of variables.private Core.From(package private) Core.FromMethods in net.hydromatic.morel.compile with parameters of type Core.FromModifier and TypeMethodDescriptionprotected CodeCalciteCompiler.compileFrom(Compiler.Context cx, Core.From from) protected CodeCompiler.compileFrom(Compiler.Context cx, Core.From from) protected Core.Expprotected voidprotected Core.Exp(package private) Core.Fromprotected Core.Exp