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
Fields in net.hydromatic.morel.compile declared as Core.FromModifier and TypeFieldDescription(package private) final Core.FromSuchThatShuttle.FromState.fromMethods in net.hydromatic.morel.compile that return 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 voidprotected Core.ExpConstructors in net.hydromatic.morel.compile with parameters of type Core.From