Uses of Class
net.hydromatic.morel.ast.Ast.DatatypeBind
Packages that use Ast.DatatypeBind
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.DatatypeBind in net.hydromatic.morel.ast
Fields in net.hydromatic.morel.ast with type parameters of type Ast.DatatypeBindMethods in net.hydromatic.morel.ast that return Ast.DatatypeBindModifier and TypeMethodDescriptionAstBuilder.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.DatatypeBindModifier and TypeMethodDescriptionprotected 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.DatatypeBindModifier and TypeMethodDescriptionAstBuilder.datatypeDecl(Pos pos, Iterable<Ast.DatatypeBind> binds) Constructor parameters in net.hydromatic.morel.ast with type arguments of type Ast.DatatypeBindModifierConstructorDescription(package private)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.DatatypeBindModifier and TypeMethodDescriptionprivate voidTypeResolver.deduceDatatypeBindType(Ast.DatatypeBind datatypeBind, SortedMap<String, Type.Key> tyCons) private DataTypeResolver.toCore(Ast.DatatypeBind bind)