Uses of Class
net.hydromatic.morel.ast.Core.Aggregate
Packages that use Core.Aggregate
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.Aggregate in net.hydromatic.morel.ast
Fields in net.hydromatic.morel.ast with type parameters of type Core.AggregateModifier and TypeFieldDescriptionfinal SortedMap<Core.IdPat, Core.Aggregate> Core.Group.aggregatesMethods in net.hydromatic.morel.ast that return Core.AggregateModifier and TypeMethodDescriptionprotected Core.AggregateShuttle.visit(Core.Aggregate aggregate) Methods in net.hydromatic.morel.ast with parameters of type Core.AggregateModifier and TypeMethodDescriptionprotected Core.AggregateShuttle.visit(Core.Aggregate aggregate) protected voidVisitor.visit(Core.Aggregate aggregate) -
Uses of Core.Aggregate in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Core.AggregateModifier and TypeMethodDescriptionprivate Core.AggregateResolver.toCore(Ast.Aggregate aggregate, Collection<? extends Core.IdPat> groupKeys) Methods in net.hydromatic.morel.compile with parameters of type Core.Aggregate