Uses of Class
net.hydromatic.morel.ast.Ast.DatatypeBind
-
Packages that use Ast.DatatypeBind 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.DatatypeBind in net.hydromatic.morel.ast
Fields in net.hydromatic.morel.ast with type parameters of type Ast.DatatypeBind Modifier and Type Field Description List<Ast.DatatypeBind>Ast.DatatypeDecl. bindsMethods in net.hydromatic.morel.ast that return Ast.DatatypeBind Modifier and Type Method Description Ast.DatatypeBindAst.DatatypeBind. accept(Shuttle shuttle)Ast.DatatypeBindAstBuilder. datatypeBind(Pos pos, Ast.Id name, Iterable<Ast.TyVar> tyVars, Iterable<Ast.TyCon> tyCons)protected Ast.DatatypeBindShuttle. visit(Ast.DatatypeBind datatypeBind)Methods in net.hydromatic.morel.ast with parameters of type Ast.DatatypeBind Modifier and Type Method Description protected Ast.DatatypeBindShuttle. visit(Ast.DatatypeBind datatypeBind)protected voidVisitor. visit(Ast.DatatypeBind datatypeBind)Method parameters in net.hydromatic.morel.ast with type arguments of type Ast.DatatypeBind Modifier and Type Method Description Ast.DatatypeDeclAstBuilder. datatypeDecl(Pos pos, Iterable<Ast.DatatypeBind> binds)Constructor parameters in net.hydromatic.morel.ast with type arguments of type Ast.DatatypeBind Constructor Description DatatypeDecl(Pos pos, com.google.common.collect.ImmutableList<Ast.DatatypeBind> binds) -
Uses of Ast.DatatypeBind in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.DatatypeBind Modifier and Type Method Description private voidTypeResolver. deduceDatatypeBindType(TypeResolver.TypeEnv env, Ast.DatatypeBind datatypeBind, Map<Ast.IdPat,Unifier.Term> termMap, TypeResolver.DatatypeBindWorkspace w)private DataTypeResolver. toCore(Ast.DatatypeBind bind)
-