Class LongAnnotationValue
- java.lang.Object
-
- org.jboss.classfilewriter.annotations.AnnotationValue
-
- org.jboss.classfilewriter.annotations.LongAnnotationValue
-
- All Implemented Interfaces:
WritableEntry
public class LongAnnotationValue extends AnnotationValue
A long annotation value- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description LongAnnotationValue(ConstPool constPool, java.lang.String name, long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char
getTag()
long
getValue()
void
writeData(ByteArrayDataOutputStream stream)
-
Methods inherited from class org.jboss.classfilewriter.annotations.AnnotationValue
getName, write
-
-
-
-
Constructor Detail
-
LongAnnotationValue
public LongAnnotationValue(ConstPool constPool, java.lang.String name, long value)
-
-
Method Detail
-
getTag
public char getTag()
- Specified by:
getTag
in classAnnotationValue
-
writeData
public void writeData(ByteArrayDataOutputStream stream) throws java.io.IOException
- Specified by:
writeData
in classAnnotationValue
- Throws:
java.io.IOException
-
getValue
public long getValue()
-
-