Module org.jboss.classfilewriter
Class LongAnnotationValue
java.lang.Object
org.jboss.classfilewriter.annotations.AnnotationValue
org.jboss.classfilewriter.annotations.LongAnnotationValue
- All Implemented Interfaces:
WritableEntry
A long annotation value
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchargetTag()longgetValue()voidwriteData(ByteArrayDataOutputStream stream) Methods inherited from class org.jboss.classfilewriter.annotations.AnnotationValue
getName, write
-
Constructor Details
-
LongAnnotationValue
-
-
Method Details
-
getTag
public char getTag()- Specified by:
getTagin classAnnotationValue
-
writeData
- Specified by:
writeDatain classAnnotationValue- Throws:
IOException
-
getValue
public long getValue()
-