Class TypeArgument

    • Field Detail

      • scanResult

        protected transient ScanResult scanResult
    • Method Detail

      • getWildcard

        public TypeArgument.Wildcard getWildcard()
        Get the type wildcard, which is one of {NONE, ANY, EXTENDS, SUPER}.
        Returns:
        The type wildcard.
      • getTypeSignature

        public ReferenceTypeSignature getTypeSignature()
        Get the type signature associated with the wildcard (or null, if the wildcard is ANY).
        Returns:
        The type signature.
      • 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