Class PolyFunctionType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<PolyFunctionType>

    public class PolyFunctionType
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<PolyFunctionType>
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.scala.syntax.PolyFunctionType type.
      • TPARAMS

        public static final Name TPARAMS
        Name of the hydra.scala.syntax.PolyFunctionType.tparams field.
      • TPE

        public static final Name TPE
        Name of the hydra.scala.syntax.PolyFunctionType.tpe field.
      • tparams

        public final java.util.List<ParamType> tparams
      • tpe

        public final Type tpe
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object