Uses of Class
net.hydromatic.morel.compile.TypeMap
-
Packages that use TypeMap Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated. -
-
Uses of TypeMap in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile declared as TypeMap Modifier and Type Field Description (package private) TypeMapResolver. typeMapprivate TypeMapTypeMap.TermToTypeConverter. typeMapTypeMapTypeResolver.Resolved. typeMapMethods in net.hydromatic.morel.compile with parameters of type TypeMap Modifier and Type Method Description static ResolverResolver. of(TypeMap typeMap, Environment env)Creates a root Resolver.(package private) static TypeResolver.ResolvedTypeResolver.Resolved. of(Environment env, Ast.Decl originalNode, Ast.Decl node, TypeMap typeMap)Constructors in net.hydromatic.morel.compile with parameters of type TypeMap Constructor Description Resolved(Environment env, Ast.Decl originalNode, Ast.Decl node, TypeMap typeMap)Resolver(TypeMap typeMap, NameGenerator nameGenerator, Map<Pair<Core.NamedPat,Type>,Core.NamedPat> variantIdMap, Environment env)TermToTypeConverter(TypeMap typeMap)
-