Uses of Class
net.hydromatic.morel.ast.Ast.FunDecl
-
Packages that use Ast.FunDecl 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.FunDecl in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.FunDecl Modifier and Type Method Description Ast.FunDeclAstBuilder. funDecl(Pos pos, Iterable<? extends Ast.FunBind> valBinds)Methods in net.hydromatic.morel.ast with parameters of type Ast.FunDecl Modifier and Type Method Description protected Ast.DeclShuttle. visit(Ast.FunDecl funDecl)protected voidVisitor. visit(Ast.FunDecl funDecl) -
Uses of Ast.FunDecl in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.FunDecl Modifier and Type Method Description private Ast.ValDeclTypeResolver. toValDecl(TypeResolver.TypeEnv env, Ast.FunDecl funDecl)Converts a function declaration to a value declaration.
-