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()voidwrite(ByteArrayDataOutputStream stream) abstract voidwriteData(ByteArrayDataOutputStream stream)
-
Field Details
-
constPool
-
-
Constructor Details
-
Attribute
-
-
Method Details
-
write
- Specified by:
writein interfaceWritableEntry- Throws:
IOException
-
writeData
- Throws:
IOException
-
getName
-