Class UnsupportedAttribute

java.lang.Object
org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
org.fife.rsta.ac.java.classreader.attributes.UnsupportedAttribute

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

  • Constructor Details

    • UnsupportedAttribute

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

    • getName

      public 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 String toString()
      Returns a string representation of this attribute. Useful for debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this attribute.