public class IntAnnotationValue extends AnnotationValue
Constructor and Description |
---|
IntAnnotationValue(ConstPool constPool,
String name,
int value) |
Modifier and Type | Method and Description |
---|---|
char |
getTag() |
int |
getValue() |
void |
writeData(ByteArrayDataOutputStream stream) |
getName, write
public char getTag()
getTag
in class AnnotationValue
public void writeData(ByteArrayDataOutputStream stream) throws IOException
writeData
in class AnnotationValue
IOException
public int getValue()
Copyright © 2014 Seam Framework. All Rights Reserved.