Uses of Enum
net.hydromatic.morel.compile.TypeResolver.EmptyTypeEnv
Packages that use TypeResolver.EmptyTypeEnv
Package
Description
Validates programs
(represented as
AstNode),
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.EmptyTypeEnvModifier and TypeMethodDescriptionstatic TypeResolver.EmptyTypeEnvReturns 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.