Uses of Class
net.hydromatic.morel.ast.Ast.TyCon
-
Packages that use Ast.TyCon 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.TyCon in net.hydromatic.morel.ast
Fields in net.hydromatic.morel.ast with type parameters of type Ast.TyCon Modifier and Type Field Description java.util.List<Ast.TyCon>Ast.DatatypeBind. tyConsMethods in net.hydromatic.morel.ast that return Ast.TyCon Modifier and Type Method Description Ast.TyConAstBuilder. typeConstructor(Pos pos, Ast.Id id, Ast.Type type)Methods in net.hydromatic.morel.ast with parameters of type Ast.TyCon Modifier and Type Method Description AstNodeShuttle. visit(Ast.TyCon tyCon) -
Uses of Ast.TyCon in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.TyCon Modifier and Type Method Description private voidCompiler. compileTyCon(Environment env, Type dataType, Ast.TyCon tyCon, java.util.List<Binding> bindings)
-