Uses of Class
net.hydromatic.morel.ast.Ast.Aggregate
-
Packages that use Ast.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 Ast.Aggregate in net.hydromatic.morel.ast
Fields in net.hydromatic.morel.ast with type parameters of type Ast.Aggregate Modifier and Type Field Description com.google.common.collect.ImmutableList<Ast.Aggregate>Ast.Group. aggregatesMethods in net.hydromatic.morel.ast that return Ast.Aggregate Modifier and Type Method Description Ast.AggregateAstBuilder. aggregate(Pos pos, Ast.Exp aggregate, Ast.Exp argument, Ast.Id id)Ast.AggregateAst.Aggregate. copy(Ast.Exp aggregate, Ast.Exp argument, Ast.Id id)Methods in net.hydromatic.morel.ast with parameters of type Ast.Aggregate Modifier and Type Method Description protected AstNodeShuttle. visit(Ast.Aggregate aggregate)protected voidVisitor. visit(Ast.Aggregate aggregate)Method parameters in net.hydromatic.morel.ast with type arguments of type Ast.Aggregate Modifier and Type Method Description Ast.ComputeAstBuilder. compute(Pos pos, List<Ast.Aggregate> aggregates)Ast.ComputeAst.Compute. copy(List<Ast.Aggregate> aggregates)Constructor parameters in net.hydromatic.morel.ast with type arguments of type Ast.Aggregate Constructor Description Compute(Pos pos, 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.Aggregate Modifier and Type Method Description private Core.AggregateResolver. toCore(Ast.Aggregate aggregate, Collection<? extends Core.IdPat> groupKeys)
-