Uses of Class
net.hydromatic.morel.ast.Ast.DatatypeDecl
Packages that use Ast.DatatypeDecl
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.DatatypeDecl in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.DatatypeDeclModifier and TypeMethodDescriptionAstBuilder.datatypeDecl(Pos pos, Iterable<Ast.DatatypeBind> binds) protected Ast.DatatypeDeclShuttle.visit(Ast.DatatypeDecl datatypeDecl) Methods in net.hydromatic.morel.ast with parameters of type Ast.DatatypeDeclModifier and TypeMethodDescriptionprotected Ast.DatatypeDeclShuttle.visit(Ast.DatatypeDecl datatypeDecl) protected voidVisitor.visit(Ast.DatatypeDecl datatypeDecl) -
Uses of Ast.DatatypeDecl in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.DatatypeDeclModifier and TypeMethodDescriptionprivate Ast.DeclTypeResolver.deduceDataTypeDeclType(TypeResolver.TypeEnv env, Ast.DatatypeDecl datatypeDecl, Map<Ast.IdPat, Unifier.Term> termMap) private Resolver.ResolvedDatatypeDeclResolver.resolveDatatypeDecl(Ast.DatatypeDecl decl, List<Binding> bindings) Resolver.toCore(Ast.DatatypeDecl datatypeDecl)