Class SignatureAttribute.ClassSignature

  • Enclosing class:
    SignatureAttribute

    public static class SignatureAttribute.ClassSignature
    extends java.lang.Object
    Class signature.
    • Method Detail

      • getParameters

        public SignatureAttribute.TypeParameter[] getParameters()
        Returns the type parameters.
        Returns:
        a zero-length array if the type parameters are not specified.
      • getInterfaces

        public SignatureAttribute.ClassType[] getInterfaces()
        Returns the super interfaces.
        Returns:
        a zero-length array if the super interfaces are not specified.
      • toString

        public java.lang.String toString()
        Returns the string representation.
        Overrides:
        toString in class java.lang.Object
      • encode

        public java.lang.String encode()
        Returns the encoded string representing the method type signature.