Class Attribute
java.lang.Object
org.jboss.classfilewriter.attributes.Attribute
- All Implemented Interfaces:
WritableEntry
- Direct Known Subclasses:
AnnotationsAttribute
,CodeAttribute
,ExceptionsAttribute
,ParameterAnnotationsAttribute
,SignatureAttribute
,StackMapTableAttribute
Represents an attribute in a class file
- Author:
- Stuart Douglas
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
write
(ByteArrayDataOutputStream stream) abstract void
writeData
(ByteArrayDataOutputStream stream)
-
Field Details
-
constPool
-
-
Constructor Details
-
Attribute
-
-
Method Details
-
write
- Specified by:
write
in interfaceWritableEntry
- Throws:
IOException
-
writeData
- Throws:
IOException
-
getName
-