public class UnsupportedAttribute extends AttributeInfo
attributeNameIndex| Constructor and Description |
|---|
UnsupportedAttribute(ClassFile cf,
java.lang.String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name of this attribute.
|
java.lang.String |
toString()
Returns a string representation of this attribute.
|
getClassFile, readUnsupportedAttributepublic UnsupportedAttribute(ClassFile cf, java.lang.String name)
cf - The class file.public java.lang.String getName()
AttributeInfogetName in class AttributeInfopublic java.lang.String toString()
toString in class java.lang.Object