javassist.bytecode.annotation
public class LongMemberValue extends MemberValue
Constructor Summary | |
---|---|
LongMemberValue(int index, ConstPool cp)
Constructs a long constant value. | |
LongMemberValue(long j, ConstPool cp)
Constructs a long constant value.
| |
LongMemberValue(ConstPool cp)
Constructs a long constant value. |
Method Summary | |
---|---|
void | accept(MemberValueVisitor visitor)
Accepts a visitor. |
long | getValue()
Obtains the value of the member. |
void | setValue(long newValue)
Sets the value of the member. |
String | toString()
Obtains the string representation of this object. |
void | write(AnnotationsWriter writer)
Writes the value. |
Parameters: index the index of a CONSTANT_Long_info structure.
Parameters: j the initial value.