Class BaseType

java.lang.Object
net.hydromatic.morel.type.BaseType
All Implemented Interfaces:
Type
Direct Known Subclasses:
FnType, ForallType, ListType, ParameterizedType, RecordType, TupleType

abstract class BaseType extends Object implements Type
Abstract implementation of Type.
  • Field Details

    • op

      final Op op
  • Constructor Details

    • BaseType

      protected BaseType(Op op)
  • Method Details

    • op

      public Op op()
      Description copied from interface: Type
      Type operator.
      Specified by:
      op in interface Type
    • toString

      public String toString()
      Overrides:
      toString in class Object