Package net.hydromatic.morel.type
Class Keys.DataTypeDef
- java.lang.Object
-
- net.hydromatic.morel.type.Keys.DataTypeDef
-
-
Constructor Summary
Constructors Modifier Constructor Description privateDataTypeDef(String name, com.google.common.collect.ImmutableList<Type> types, com.google.common.collect.ImmutableSortedMap<String,Type> tyCons, boolean scheme)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderdescribe(StringBuilder buf)DataTypetoType(TypeSystem typeSystem)
-
-
-
Method Detail
-
describe
public StringBuilder describe(StringBuilder buf)
-
toType
public DataType toType(TypeSystem typeSystem)
-
-