public class LongAnnotationValue extends AnnotationValue
Modifier and Type | Field and Description |
---|---|
private long |
value |
private int |
valueIndex |
Constructor and Description |
---|
LongAnnotationValue(ConstPool constPool,
java.lang.String name,
long value) |
Modifier and Type | Method and Description |
---|---|
char |
getTag() |
long |
getValue() |
void |
writeData(ByteArrayDataOutputStream stream) |
getName, write
public LongAnnotationValue(ConstPool constPool, java.lang.String name, long 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 long getValue()