Class CharAnnotationValue
- java.lang.Object
-
- org.jboss.classfilewriter.annotations.AnnotationValue
-
- org.jboss.classfilewriter.annotations.CharAnnotationValue
-
- All Implemented Interfaces:
WritableEntry
public class CharAnnotationValue extends AnnotationValue
A char annotation value- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description CharAnnotationValue(ConstPool constPool, String name, char value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description chargetTag()chargetValue()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 char getValue()
-
-