Class TypeSignature

    • Field Detail

      • scanResult

        protected transient ScanResult scanResult
    • Constructor Detail

      • TypeSignature

        public TypeSignature()
    • Method Detail

      • equalsIgnoringTypeParams

        public abstract boolean equalsIgnoringTypeParams​(TypeSignature other)
        Compare base types, ignoring generic type parameters.
        Parameters:
        other - the other TypeSignature to compare to.
        Returns:
        True if the two TypeSignature objects are equal, ignoring type parameters.
      • getClassName

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