Uses of Class
net.hydromatic.morel.type.Keys.DataTypeDef
-
Packages that use Keys.DataTypeDef Package Description net.hydromatic.morel.type Type system. -
-
Uses of Keys.DataTypeDef in net.hydromatic.morel.type
Methods in net.hydromatic.morel.type that return Keys.DataTypeDef Modifier and Type Method Description static Keys.DataTypeDefKeys. dataTypeDef(String name, List<? extends Type> parameterTypes, SortedMap<String,Type> tyCons, boolean scheme)Returns a definition of aDataType.Keys.DataTypeDefDataType. def()Method parameters in net.hydromatic.morel.type with type arguments of type Keys.DataTypeDef Modifier and Type Method Description List<Type>TypeSystem. dataTypes(List<Keys.DataTypeDef> defs)Creates several data types simultaneously.private List<Type>TypeSystem. dataTypes(List<Keys.DataTypeDef> defs, TypeSystem.DataTypeFixer fixer)
-