Uses of Class
net.hydromatic.morel.compile.TypeResolver.TypeMap
-
Packages that use TypeResolver.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 TypeResolver.TypeMap in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile declared as TypeResolver.TypeMap Modifier and Type Field Description private TypeResolver.TypeMapCompiler. typeMapTypeResolver.TypeMapTypeResolver.Resolved. typeMapprivate TypeResolver.TypeMapTypeResolver.TermToTypeConverter. typeMapMethods in net.hydromatic.morel.compile with parameters of type TypeResolver.TypeMap Modifier and Type Method Description (package private) static TypeResolver.ResolvedTypeResolver.Resolved. of(Ast.Decl originalNode, Ast.Decl node, TypeResolver.TypeMap typeMap)Constructors in net.hydromatic.morel.compile with parameters of type TypeResolver.TypeMap Constructor Description Compiler(TypeResolver.TypeMap typeMap)Resolved(Ast.Decl originalNode, Ast.Decl node, TypeResolver.TypeMap typeMap)TermToTypeConverter(TypeResolver.TypeMap typeMap)
-