Uses of Class
net.hydromatic.morel.type.DataType
-
Packages that use DataType Package Description net.hydromatic.morel.type Type system. -
-
Uses of DataType in net.hydromatic.morel.type
Fields in net.hydromatic.morel.type with type parameters of type DataType Modifier and Type Field Description private java.util.Map<java.lang.String,Pair<DataType,Type>>TypeSystem. typeConstructorByNameMethods in net.hydromatic.morel.type that return DataType Modifier and Type Method Description DataTypeTypeSystem. dataType(java.lang.String name, java.util.List<TypeVar> typeVars, java.util.Map<java.lang.String,Type> tyCons)Creates a data type.Methods in net.hydromatic.morel.type that return types with arguments of type DataType Modifier and Type Method Description Pair<DataType,Type>TypeSystem. lookupTyCon(java.lang.String tyConName)Methods in net.hydromatic.morel.type with parameters of type DataType Modifier and Type Method Description RTypeVisitor. visit(DataType dataType)Visits aDataType.
-