Class ArrayTypeSignature

    • Field Detail

      • scanResult

        protected transient ScanResult scanResult
    • Method Detail

      • getElementTypeSignature

        public TypeSignature getElementTypeSignature()
        Returns:
        The type signature of the array elements.
      • getNumDimensions

        public int getNumDimensions()
        Returns:
        The number of dimensions of the array.
      • getClassName

        protected String getClassName()
        The name of the class (used by getClassInfo() to fetch the ClassInfo object for the class).
        Returns:
        The class name.
      • getClassInfo

        protected ClassInfo getClassInfo()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object