public class StringAnnotationValue extends AnnotationValue
| 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, writepublic StringAnnotationValue(ConstPool constPool, java.lang.String name, java.lang.String value)
public char getTag()
getTag in class AnnotationValuepublic void writeData(ByteArrayDataOutputStream stream) throws java.io.IOException
writeData in class AnnotationValuejava.io.IOExceptionpublic java.lang.String getValue()
Copyright © 2015. All Rights Reserved.