Uses of Enum
net.hydromatic.morel.compile.TypeResolver.CollectionType
Packages that use TypeResolver.CollectionType
Package
Description
Validates programs (represented as
AstNode),
deduces their type, and compiles them into code that can be evaluated.-
Uses of TypeResolver.CollectionType in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return TypeResolver.CollectionTypeModifier and TypeMethodDescriptionstatic TypeResolver.CollectionTypeReturns the enum constant of this type with the specified name.static TypeResolver.CollectionType[]TypeResolver.CollectionType.values()Returns an array containing the constants of this enum type, in the order they are declared.