Uses of Class
net.hydromatic.morel.ast.Ast.Aggregate
Packages that use Ast.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 Ast.Aggregate in net.hydromatic.morel.ast
Fields in net.hydromatic.morel.ast with type parameters of type Ast.AggregateModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<Ast.Aggregate> Ast.Group.aggregatesMethods in net.hydromatic.morel.ast that return Ast.AggregateModifier and TypeMethodDescriptionMethods in net.hydromatic.morel.ast with parameters of type Ast.AggregateModifier and TypeMethodDescriptionprotected AstNodeShuttle.visit(Ast.Aggregate aggregate) protected voidVisitor.visit(Ast.Aggregate aggregate) Method parameters in net.hydromatic.morel.ast with type arguments of type Ast.AggregateModifier and TypeMethodDescriptionAstBuilder.compute(Pos pos, List<Ast.Aggregate> aggregates) Ast.Compute.copy(List<Ast.Aggregate> aggregates) Constructor parameters in net.hydromatic.morel.ast with type arguments of type Ast.AggregateModifierConstructorDescription(package private)Compute(Pos pos, com.google.common.collect.ImmutableList<Ast.Aggregate> aggregates) (package private)Group(Pos pos, Op op, ImmutablePairList<Ast.Id, Ast.Exp> groupExps, com.google.common.collect.ImmutableList<Ast.Aggregate> aggregates) -
Uses of Ast.Aggregate in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.AggregateModifier and TypeMethodDescriptionprivate Core.AggregateResolver.toCore(Ast.Aggregate aggregate, Collection<? extends Core.IdPat> groupKeys)