Package net.hydromatic.morel.type
Interface NamedType
-
- All Superinterfaces:
Type
- All Known Implementing Classes:
DataType,ParameterizedType,TemporaryType
public interface NamedType extends Type
Type that has a name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()Name of the type.
-
-
-
Method Detail
-
name
String name()
Name of the type.
-
-