Uses of Class
net.hydromatic.morel.ast.Ast.Compute
Packages that use Ast.Compute
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.Compute in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.ComputeModifier and TypeMethodDescriptionAstBuilder.compute(Pos pos, List<Ast.Aggregate> aggregates) Ast.Compute.copy(List<Ast.Aggregate> aggregates) Methods in net.hydromatic.morel.ast with parameters of type Ast.ComputeModifier and TypeMethodDescriptionprotected AstNodeShuttle.visit(Ast.Compute compute) protected voidVisitor.visit(Ast.Compute compute) -
Uses of Ast.Compute in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.ComputeModifier and TypeMethodDescriptionprotected voidResolver.FromResolver.visit(Ast.Compute compute)