Interface NamedType

All Superinterfaces:
Type
All Known Implementing Classes:
DataType, ParameterizedType

public interface NamedType extends Type
Type that has a name.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.hydromatic.morel.type.Type

    Type.Key
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the type.

    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.