Uses of Class
net.hydromatic.morel.ast.Ast.DatatypeDecl
-
Packages that use Ast.DatatypeDecl 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.DatatypeDecl in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.DatatypeDecl Modifier and Type Method Description Ast.DatatypeDeclAst.DatatypeDecl. accept(Shuttle shuttle)Ast.DatatypeDeclAstBuilder. 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.DatatypeDecl Modifier and Type Method Description protected 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.DatatypeDecl Modifier and Type Method Description private 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)Core.DatatypeDeclResolver. toCore(Ast.DatatypeDecl datatypeDecl)
-