Class 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.
      • toStringWithSimpleNames

        public String toStringWithSimpleNames()
        Render to string, using only simple names for classes.
        Returns:
        the string representation, using simple names for classes.
      • toString

        public String toString()
        Render to string.
        Overrides:
        toString in class Object
        Returns:
        the string representation.