Uses of Class
net.hydromatic.morel.ast.Core.Aggregate
-
Packages that use Core.Aggregate Package Description net.hydromatic.morel.ast Abstract syntax tree.net.hydromatic.morel.compile Validates programs (represented asAstNode), 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.Aggregate Modifier and Type Field Description SortedMap<Core.IdPat,Core.Aggregate>Core.Group. aggregatesMethods in net.hydromatic.morel.ast that return Core.Aggregate Modifier and Type Method Description Core.AggregateCore.Aggregate. accept(Shuttle shuttle)Core.AggregateCoreBuilder. aggregate(Type type, Core.Exp aggregate, @Nullable Core.Exp argument)Core.AggregateCore.Aggregate. copy(Type type, Core.Exp aggregate, Core.Exp argument)protected Core.AggregateShuttle. visit(Core.Aggregate aggregate)Methods in net.hydromatic.morel.ast with parameters of type Core.Aggregate Modifier and Type Method Description protected 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.Aggregate Modifier and Type Method Description private Core.AggregateResolver. toCore(Ast.Aggregate aggregate, Collection<? extends Core.IdPat> groupKeys)Methods in net.hydromatic.morel.compile with parameters of type Core.Aggregate Modifier and Type Method Description protected voidEnvVisitor. visit(Core.Aggregate aggregate)
-