Class ArrayType

  • All Implemented Interfaces:
    Type

    public final class ArrayType
    extends java.lang.Object
    The "array" type, which contains entries of a member type.
    • Method Detail

      • getMember

        public Type getMember()
        Gets the type of the member in this array.
        Returns:
        the type of the member in this array.
      • expectArrayType

        public ArrayType expectArrayType()
      • equals

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

        public int hashCode()
      • toString

        public java.lang.String toString()