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.From. 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)Methods in net.hydromatic.morel.ast with parameters of type Ast.Aggregate Modifier and Type Method Description AstNodeShuttle. visit(Ast.Aggregate aggregate) -
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 CodeCompiler. compileAggregate(Environment env, Ast.Aggregate aggregate)
-