Uses of Interface
net.hydromatic.morel.type.TypeSystem.Transaction
-
Packages that use TypeSystem.Transaction Package Description net.hydromatic.morel.type Type system. -
-
Uses of TypeSystem.Transaction in net.hydromatic.morel.type
Classes in net.hydromatic.morel.type that implement TypeSystem.Transaction Modifier and Type Class Description private classTypeSystem.TransactionImplImplementation ofTypeSystem.Transaction.Methods in net.hydromatic.morel.type that return TypeSystem.Transaction Modifier and Type Method Description TypeSystem.TransactionTypeSystem. transaction()Methods in net.hydromatic.morel.type with parameters of type TypeSystem.Transaction Modifier and Type Method Description TypeDataType. substitute(TypeSystem typeSystem, List<? extends Type> types, TypeSystem.Transaction transaction)default TypeType. substitute(TypeSystem typeSystem, List<? extends Type> types, TypeSystem.Transaction transaction)Returns a copy of this type, specialized by substituting type parameters.TypeTypeVar. substitute(TypeSystem typeSystem, List<? extends Type> types, TypeSystem.Transaction transaction)protected TypeDataType. substitute2(TypeSystem typeSystem, List<? extends Type> types, TypeSystem.Transaction transaction)Second part of the implementation ofDataType.substitute(TypeSystem, List, TypeSystem.Transaction), called if there is not already a type of the given description.protected TypeTemporaryType. substitute2(TypeSystem typeSystem, List<? extends Type> types, TypeSystem.Transaction transaction)TemporaryTypeTypeSystem. temporaryType(String name, List<? extends Type> parameterTypes, TypeSystem.Transaction transaction_, boolean withScheme)Creates a temporary type.
-