WritableEntrypublic class EnumAnnotationValue extends AnnotationValue
| Constructor | Description |
|---|---|
EnumAnnotationValue(ConstPool constPool,
String name,
Enum<?> value) |
|
EnumAnnotationValue(ConstPool constPool,
String name,
String enumType,
String enumValue) |
| Modifier and Type | Method | Description |
|---|---|---|
char |
getTag() |
|
void |
writeData(ByteArrayDataOutputStream stream) |
getName, writepublic char getTag()
getTag in class AnnotationValuepublic void writeData(ByteArrayDataOutputStream stream) throws IOException
writeData in class AnnotationValueIOExceptionCopyright © 2018. All rights reserved.