public class BooleanAnnotationValue extends AnnotationValue
Modifier and Type | Field and Description |
---|---|
private boolean |
value |
private int |
valueIndex |
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, write
public BooleanAnnotationValue(ConstPool constPool, java.lang.String name, boolean value)
public char getTag()
getTag
in class AnnotationValue
public void writeData(ByteArrayDataOutputStream stream) throws java.io.IOException
writeData
in class AnnotationValue
java.io.IOException
public boolean getValue()