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 Summary
Fields Modifier and Type Field Description private java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description UnsupportedAttribute(ClassFile cf, java.lang.String name)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of this attribute.java.lang.StringtoString()Returns a string representation of this attribute.-
Methods inherited from class org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
getClassFile, readUnsupportedAttribute
-
-
-
-
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:AttributeInfoReturns the name of this attribute.- Overrides:
getNamein classAttributeInfo- Returns:
- The name of this attribute.
-
toString
public java.lang.String toString()
Returns a string representation of this attribute. Useful for debugging.- Overrides:
toStringin classjava.lang.Object- Returns:
- A string representation of this attribute.
-
-