Class UnsupportedAttribute
java.lang.Object
org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
org.fife.rsta.ac.java.classreader.attributes.UnsupportedAttribute
An attribute that is unknown/unsupported by this decompiler.
- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
getClassFile, readUnsupportedAttribute
-
Field Details
-
name
-
-
Constructor Details
-
UnsupportedAttribute
Constructor.- Parameters:
cf- The class file.name- The name of the attribute.
-
-
Method Details
-
getName
Description copied from class:AttributeInfoReturns the name of this attribute.- Overrides:
getNamein classAttributeInfo- Returns:
- The name of this attribute.
-
toString
Returns a string representation of this attribute. Useful for debugging.
-