public class ByteAnnotationValue extends AnnotationValue
| Constructor and Description |
|---|
ByteAnnotationValue(ConstPool constPool,
java.lang.String name,
byte value) |
| Modifier and Type | Method and Description |
|---|---|
char |
getTag() |
byte |
getValue() |
void |
writeData(ByteArrayDataOutputStream stream) |
getName, writepublic ByteAnnotationValue(ConstPool constPool, java.lang.String name, byte value)
public char getTag()
getTag in class AnnotationValuepublic void writeData(ByteArrayDataOutputStream stream) throws java.io.IOException
writeData in class AnnotationValuejava.io.IOExceptionpublic byte getValue()
Copyright © 2015. All Rights Reserved.