Interface NamedElement.WithDescriptor

    • Field Detail

      • NON_GENERIC_SIGNATURE

        static final java.lang.String NON_GENERIC_SIGNATURE
        The generic type signature of a non-generic byte code element.
    • Method Detail

      • getDescriptor

        java.lang.String getDescriptor()
        Returns the descriptor of this byte code element.
        Returns:
        The descriptor of this byte code element.
      • getGenericSignature

        java.lang.String getGenericSignature()
        Returns the generic signature of this byte code element. If this element does not reference generic types or references malformed generic types, null is returned as a signature.
        Returns:
        The generic signature or null if this element is not generic.