Class TypeParameter

    • Field Detail

      • scanResult

        protected transient ScanResult scanResult
    • Constructor Detail

      • TypeParameter

        public TypeParameter​(String identifier,
                             ReferenceTypeSignature classBound,
                             List<ReferenceTypeSignature> interfaceBounds)
        Parameters:
        identifier - The type parameter identifier.
        classBound - The type parameter class bound.
        interfaceBounds - The type parameter interface bound.
    • Method Detail

      • getIdentifier

        public String getIdentifier()
        Get the type parameter identifier.
        Returns:
        The type parameter identifier.
      • getClassBound

        public ReferenceTypeSignature getClassBound()
        Get the type parameter class bound.
        Returns:
        The type parameter class bound. May be null.
      • getInterfaceBounds

        public List<ReferenceTypeSignature> getInterfaceBounds()
        Get the type parameter interface bound(s).
        Returns:
        Get the type parameter interface bound(s), which may be the empty list.
      • getClassNamesFromTypeDescriptors

        public void getClassNamesFromTypeDescriptors​(Set<String> classNameListOut)
      • getClassName

        protected String getClassName()
      • getClassInfo

        protected ClassInfo getClassInfo()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object