public class BooleanAnnotationValue extends AnnotationValue
| Constructor and Description |
|---|
BooleanAnnotationValue(ConstPool constPool,
java.lang.String name,
boolean value) |
| Modifier and Type | Method and 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 © 2015. All Rights Reserved.