Uses of Class
net.hydromatic.morel.ast.Ast.FunBind
Packages that use Ast.FunBind
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.FunBind in net.hydromatic.morel.ast
Fields in net.hydromatic.morel.ast with type parameters of type Ast.FunBindMethods in net.hydromatic.morel.ast that return Ast.FunBindModifier and TypeMethodDescriptionAstBuilder.funBind(Pos pos, Iterable<? extends Ast.FunMatch> matchList) protected Ast.FunBindShuttle.visit(Ast.FunBind funBind) Methods in net.hydromatic.morel.ast with parameters of type Ast.FunBindModifier and TypeMethodDescriptionprotected Ast.FunBindShuttle.visit(Ast.FunBind funBind) protected voidVisitor.visit(Ast.FunBind funBind) Method parameters in net.hydromatic.morel.ast with type arguments of type Ast.FunBindModifier and TypeMethodDescriptionAstBuilder.funDecl(Pos pos, Iterable<? extends Ast.FunBind> valBinds) Constructor parameters in net.hydromatic.morel.ast with type arguments of type Ast.FunBindModifierConstructorDescription(package private)FunDecl(Pos pos, com.google.common.collect.ImmutableList<Ast.FunBind> funBinds) -
Uses of Ast.FunBind in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.FunBindModifier and TypeMethodDescriptionprivate Ast.ValBindTypeResolver.toValBind(TypeResolver.TypeEnv env, Ast.FunBind funBind)