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