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