Package net.hydromatic.morel.type
Interface Type.Def
-
- All Known Implementing Classes:
Keys.DataTypeDef
- Enclosing interface:
- Type
public static interface Type.DefDefinition of a type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringBuilderdescribe(StringBuilder buf)DataTypetoType(TypeSystem typeSystem)
-
-
-
Method Detail
-
describe
StringBuilder describe(StringBuilder buf)
-
toType
DataType toType(TypeSystem typeSystem)
-
-