Uses of Class
net.hydromatic.morel.ast.Ast.Let
-
Packages that use Ast.Let 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.Let in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.Let Modifier and Type Method Description Ast.LetAst.Let. copy(Iterable<Ast.Decl> decls, Ast.Exp exp)Creates a copy of thisLetExpwith given contents, orthisif the contents are the same.Ast.LetAstBuilder. let(Pos pos, Iterable<? extends Ast.Decl> decls, Ast.Exp exp)protected Ast.LetShuttle. visit(Ast.Let let)Methods in net.hydromatic.morel.ast with parameters of type Ast.Let Modifier and Type Method Description protected Ast.LetShuttle. visit(Ast.Let let)protected voidVisitor. visit(Ast.Let let) -
Uses of Ast.Let in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.Let Modifier and Type Method Description private Core.ExpResolver. toCore(Ast.Let let)
-