Uses of Class
net.hydromatic.morel.type.TemporaryType
-
Packages that use TemporaryType Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated.net.hydromatic.morel.type Type system. -
-
Uses of TemporaryType in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile declared as TemporaryType Modifier and Type Field Description (package private) TemporaryTypeTypeResolver.DatatypeBindWorkspace. temporaryTypeConstructors in net.hydromatic.morel.compile with parameters of type TemporaryType Constructor Description DatatypeBindWorkspace(TemporaryType temporaryType) -
Uses of TemporaryType in net.hydromatic.morel.type
Methods in net.hydromatic.morel.type that return TemporaryType Modifier and Type Method Description TemporaryTypeTemporaryType. copy(TypeSystem typeSystem, UnaryOperator<Type> transform)TemporaryTypeTypeSystem. temporaryType(String name, List<? extends Type> parameterTypes, TypeSystem.Transaction transaction_, boolean withScheme)Creates a temporary type.
-