public class BooleanAnnotationValue extends AnnotationValue
| Constructor and Description |
|---|
BooleanAnnotationValue(ConstPool constPool,
String name,
boolean value) |
| Modifier and Type | Method and Description |
|---|---|
char |
getTag() |
boolean |
getValue() |
void |
writeData(ByteArrayDataOutputStream stream) |
getName, writepublic char getTag()
getTag in class AnnotationValuepublic void writeData(ByteArrayDataOutputStream stream) throws IOException
writeData in class AnnotationValueIOExceptionpublic boolean getValue()
Copyright © 2019 JBoss by Red Hat. All rights reserved.