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