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