WritableEntry
public 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, 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()
Copyright © 2018. All rights reserved.