Uses of Class
net.hydromatic.morel.ast.Ast.Compute
-
Packages that use Ast.Compute 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.Compute in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.Compute Modifier and Type Method Description Ast.ComputeAstBuilder. compute(Pos pos, List<Ast.Aggregate> aggregates)Ast.ComputeAst.Compute. copy(List<Ast.Aggregate> aggregates)Methods in net.hydromatic.morel.ast with parameters of type Ast.Compute Modifier and Type Method Description protected 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.Compute Modifier and Type Method Description protected voidResolver.FromResolver. visit(Ast.Compute compute)
-