Uses of Class
net.hydromatic.morel.compile.TypeResolver.EmptyTypeEnv
-
Packages that use TypeResolver.EmptyTypeEnv 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.EmptyTypeEnv in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return TypeResolver.EmptyTypeEnv Modifier and Type Method Description static TypeResolver.EmptyTypeEnvTypeResolver.EmptyTypeEnv. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TypeResolver.EmptyTypeEnv[]TypeResolver.EmptyTypeEnv. values()Returns an array containing the constants of this enum type, in the order they are declared.
-