public class StringAnnotationValue extends AnnotationValue
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value |
private int |
valueIndex |
Constructor and Description |
---|
StringAnnotationValue(ConstPool constPool,
java.lang.String name,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
char |
getTag() |
java.lang.String |
getValue() |
void |
writeData(ByteArrayDataOutputStream stream) |
getName, write
public StringAnnotationValue(ConstPool constPool, java.lang.String name, java.lang.String value)
public char getTag()
getTag
in class AnnotationValue
public void writeData(ByteArrayDataOutputStream stream) throws java.io.IOException
writeData
in class AnnotationValue
java.io.IOException
public java.lang.String getValue()