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, String name, long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description chargetTag()longgetValue()voidwriteData(ByteArrayDataOutputStream stream)-
Methods inherited from class org.jboss.classfilewriter.annotations.AnnotationValue
getName, write
-
-
-
-
Method Detail
-
getTag
public char getTag()
- Specified by:
getTagin classAnnotationValue
-
writeData
public void writeData(ByteArrayDataOutputStream stream) throws IOException
- Specified by:
writeDatain classAnnotationValue- Throws:
IOException
-
getValue
public long getValue()
-
-