Uses of Class
net.hydromatic.morel.ast.Ast.From
-
Packages that use Ast.From 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.From in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.From Modifier and Type Method Description Ast.FromAst.From. copy(List<Ast.FromStep> steps, @Nullable Ast.Exp implicitYieldExp)Creates a copy of thisFromwith given contents, orthisif the contents are the same.Ast.FromAstBuilder. from(Pos pos, List<Ast.FromStep> steps)Ast.FromAstBuilder. from(Pos pos, List<Ast.FromStep> steps, Ast.Exp implicitYieldExp)Methods in net.hydromatic.morel.ast with parameters of type Ast.From Modifier and Type Method Description protected Ast.ExpShuttle. visit(Ast.From from)protected voidVisitor. visit(Ast.From from) -
Uses of Ast.From in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.From Modifier and Type Method Description (package private) Core.ExpResolver.FromResolver. run(Ast.From from)(package private) Core.ExpResolver. toCore(Ast.From from)
-