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
Fields in net.hydromatic.morel.compile declared as BuiltIn.DatatypeMethods 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.Constructors in net.hydromatic.morel.compile with parameters of type BuiltIn.DatatypeModifierConstructorDescriptionprivateConstructor(BuiltIn.Datatype datatype, String constructor) privateConstructor(BuiltIn.Datatype datatype, String constructor, Function<BuiltIn.DataTypeHelper, Type.Key> typeFunction)