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, arg, canCallArgOf, copy, isCollection, isFinite, isProgressive, key, moniker, op, specializes, substitute, unifyWith
-
Method Details
-
name
String name()Name of the type.
-