Interface Type<T extends Type<T>>

    • Method Detail

      • createVariable

        T createVariable()
        Creates a new Type variable which can only store one value.
        Returns:
        a new Type variable
      • copy

        T copy()
        Creates a new Type variable that has the value of this Type
        Returns:
        a new Type variable
      • set

        void set​(T c)
        Sets the value of another Type.
        Parameters:
        c - the new value