WritableEntrypublic class BooleanAnnotationValue extends AnnotationValue
| Constructor | Description |
|---|---|
BooleanAnnotationValue(ConstPool constPool,
java.lang.String name,
boolean value) |
| Modifier and Type | Method | Description |
|---|---|---|
char |
getTag() |
|
boolean |
getValue() |
|
void |
writeData(ByteArrayDataOutputStream stream) |
getName, writepublic BooleanAnnotationValue(ConstPool constPool, java.lang.String name, boolean value)
public char getTag()
getTag in class AnnotationValuepublic void writeData(ByteArrayDataOutputStream stream) throws java.io.IOException
writeData in class AnnotationValuejava.io.IOExceptionpublic boolean getValue()
Copyright © 2018. All rights reserved.