Class TupleType

  • All Implemented Interfaces:
    Type

    public final class TupleType
    extends java.lang.Object
    A "tuple" type, containing members of varying types.
    • Method Detail

      • getMemberTypes

        public java.util.List<Type> getMemberTypes()
        Gets the types of each member in the tuple.
        Returns:
        the types of each member in the tuple.
      • equals

        public boolean equals​(java.lang.Object obj)
      • hashCode

        public int hashCode()
      • toString

        public java.lang.String toString()