Class UnsupportedAttribute


  • public class UnsupportedAttribute
    extends AttributeInfo
    An attribute that is unknown/unsupported by this decompiler.
    Version:
    1.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name of this attribute.
      java.lang.String toString()
      Returns a string representation of this attribute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        private java.lang.String name
    • Constructor Detail

      • UnsupportedAttribute

        public UnsupportedAttribute​(ClassFile cf,
                                    java.lang.String name)
        Constructor.
        Parameters:
        cf - The class file.
        name - The name of the attribute.
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from class: AttributeInfo
        Returns the name of this attribute.
        Overrides:
        getName in class AttributeInfo
        Returns:
        The name of this attribute.
      • toString

        public java.lang.String toString()
        Returns a string representation of this attribute. Useful for debugging.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A string representation of this attribute.