WritableEntryAnnotationAnnotationValue, ArrayAnnotationValue, BooleanAnnotationValue, ByteAnnotationValue, CharAnnotationValue, ClassAnnotationValue, DoubleAnnotationValue, EnumAnnotationValue, FloatAnnotationValue, IntAnnotationValue, LongAnnotationValue, ShortAnnotationValue, StringAnnotationValuepublic abstract class AnnotationValue extends Object implements WritableEntry
| Modifier | Constructor | Description |
|---|---|---|
protected |
AnnotationValue(ConstPool constPool,
String name) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
|
abstract char |
getTag() |
|
void |
write(ByteArrayDataOutputStream stream) |
|
abstract void |
writeData(ByteArrayDataOutputStream stream) |
public void write(ByteArrayDataOutputStream stream) throws IOException
write in interface WritableEntryIOExceptionpublic abstract void writeData(ByteArrayDataOutputStream stream) throws IOException
IOExceptionpublic String getName()
public abstract char getTag()
Copyright © 2018. All rights reserved.