Uses of Class
net.hydromatic.morel.ast.FromBuilder
Packages that use FromBuilder
Package
Description
Abstract syntax tree.
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.-
Uses of FromBuilder in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return FromBuilderModifier and TypeMethodDescriptionFromBuilder.addAll(Iterable<? extends Core.FromStep> steps) private FromBuilderFromBuilder.addStep(Core.FromStep step) CoreBuilder.fromBuilder(TypeSystem typeSystem) Creates a builder that will create aCore.Frombut does not validate.CoreBuilder.fromBuilder(TypeSystem typeSystem, @Nullable Environment env) Creates a builder that will create aCore.From.FromBuilder.group(SortedMap<Core.IdPat, Core.Exp> groupExps, SortedMap<Core.IdPat, Core.Aggregate> aggregates) FromBuilder.order(Iterable<Core.OrderItem> orderItems) Creates a "yield" step. -
Uses of FromBuilder in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile declared as FromBuilderModifier and TypeFieldDescription(package private) final FromBuilderResolver.FromResolver.fromBuilder