Class IntAnnotationValue
java.lang.Object
org.jboss.classfilewriter.annotations.AnnotationValue
org.jboss.classfilewriter.annotations.IntAnnotationValue
- All Implemented Interfaces:
WritableEntry
An int annotation value
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar
getTag()
int
getValue()
void
writeData
(ByteArrayDataOutputStream stream) Methods inherited from class org.jboss.classfilewriter.annotations.AnnotationValue
getName, write
-
Constructor Details
-
IntAnnotationValue
-
-
Method Details
-
getTag
public char getTag()- Specified by:
getTag
in classAnnotationValue
-
writeData
- Specified by:
writeData
in classAnnotationValue
- Throws:
IOException
-
getValue
public int getValue()
-