Class ArrayTypeSignature

    • Field Detail

      • scanResult

        protected transient ScanResult scanResult
    • Constructor Detail

      • ArrayTypeSignature

        public ArrayTypeSignature​(TypeSignature elementTypeSignature,
                                  int numDims)
        Parameters:
        elementTypeSignature - The type signature of the array elements.
        numDims - The number of array dimensions.
    • Method Detail

      • getElementTypeSignature

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

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

        protected String getClassName()
      • getClassInfo

        protected ClassInfo getClassInfo()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object