Uses of Interface
net.hydromatic.morel.compile.BuiltIn.BuiltInType
Packages that use BuiltIn.BuiltInType
Package
Description
Validates programs (represented as
AstNode),
deduces their type, and compiles them into code that can be evaluated.Type system.
-
Uses of BuiltIn.BuiltInType in net.hydromatic.morel.compile
Classes in net.hydromatic.morel.compile that implement BuiltIn.BuiltInTypeModifier and TypeClassDescriptionstatic enumBuilt-in datatype.static enumBuilt-in equality type.Methods in net.hydromatic.morel.compile with parameters of type BuiltIn.BuiltInTypeModifier and TypeMethodDescriptionprivate static voidBuiltIn.defineType(TypeSystem ts, List<Binding> bindings, BuiltIn.BuiltInType builtInType) -
Uses of BuiltIn.BuiltInType in net.hydromatic.morel.type
Fields in net.hydromatic.morel.type with type parameters of type BuiltIn.BuiltInTypeModifier and TypeFieldDescription(package private) final Map<BuiltIn.BuiltInType, Type> TypeSystem.builtInTypesMethods in net.hydromatic.morel.type with parameters of type BuiltIn.BuiltInTypeModifier and TypeMethodDescriptionTypeSystem.lookup(BuiltIn.BuiltInType builtInType) Looks up a built-in type.voidTypeSystem.setBuiltIn(BuiltIn.BuiltInType datatype) Converts a regular type to an internal type.