Class ByteAnnotationValue
java.lang.Object
org.jboss.classfilewriter.annotations.AnnotationValue
org.jboss.classfilewriter.annotations.ByteAnnotationValue
- All Implemented Interfaces:
WritableEntry
a byte annotation value
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchargetTag()bytegetValue()voidwriteData(ByteArrayDataOutputStream stream) Methods inherited from class org.jboss.classfilewriter.annotations.AnnotationValue
getName, write
-
Field Details
-
valueIndex
private final int valueIndex -
value
private final byte value
-
-
Constructor Details
-
ByteAnnotationValue
-
-
Method Details
-
getTag
public char getTag()- Specified by:
getTagin classAnnotationValue
-
writeData
- Specified by:
writeDatain classAnnotationValue- Throws:
IOException
-
getValue
public byte getValue()
-