Uses of Class
net.hydromatic.morel.ast.Ast.FunDecl
Packages that use Ast.FunDecl
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.FunDecl in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.FunDeclModifier and TypeMethodDescriptionAstBuilder.funDecl(Pos pos, Iterable<? extends Ast.FunBind> valBinds) Methods in net.hydromatic.morel.ast with parameters of type Ast.FunDeclModifier and TypeMethodDescriptionprotected 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.FunDeclModifier and TypeMethodDescriptionprivate Ast.ValDeclTypeResolver.toValDecl(TypeResolver.TypeEnv env, Ast.FunDecl funDecl) Converts a function declaration to a value declaration.