Package net.hydromatic.morel.type
Interface NamedType
- All Superinterfaces:
Type
- All Known Implementing Classes:
DataType,ParameterizedType
Type that has a name.
-
Nested Class Summary
-
Method Summary
Methods inherited from interface net.hydromatic.morel.type.Type
accept, copy, isProgressive, key, moniker, op, substitute
-
Method Details
-
name
String name()Name of the type.
-