Uses of Class
net.hydromatic.morel.ast.Ast.From
Packages that use Ast.From
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.From in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.FromModifier and TypeMethodDescriptionAst.From.copy(List<Ast.FromStep> steps, @Nullable Ast.Exp implicitYieldExp) Creates a copy of thisFromwith given contents, orthisif the contents are the same.AstBuilder.from(Pos pos, List<Ast.FromStep> steps) AstBuilder.from(Pos pos, List<Ast.FromStep> steps, Ast.Exp implicitYieldExp) Methods in net.hydromatic.morel.ast with parameters of type Ast.From -
Uses of Ast.From in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.From