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 java.util.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, java.lang.Iterable<Ast.TyVar> tyVars, java.lang.Iterable<Ast.TyCon> tyCons)Ast.DatatypeBindShuttle. visit(Ast.DatatypeBind datatypeBind)Methods in net.hydromatic.morel.ast with parameters of type Ast.DatatypeBind Modifier and Type Method Description Ast.DatatypeBindShuttle. 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, java.lang.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, java.util.Map<Ast.IdPat,Unifier.Term> termMap)
-