| java.lang.Object javassist.bytecode.annotation.MemberValue javassist.bytecode.annotation.ShortMemberValue
ShortMemberValue | public class ShortMemberValue extends MemberValue (Code) | | Short integer constant value.
author: Bill Burke author: Shigeru Chiba |
valueIndex | int valueIndex(Code) | | |
ShortMemberValue | public ShortMemberValue(int index, ConstPool cp)(Code) | | Constructs a short constant value. The initial value is specified
by the constant pool entry at the given index.
Parameters: index - the index of a CONSTANT_Integer_info structure. |
ShortMemberValue | public ShortMemberValue(short s, ConstPool cp)(Code) | | Constructs a short constant value.
Parameters: s - the initial value. |
ShortMemberValue | public ShortMemberValue(ConstPool cp)(Code) | | Constructs a short constant value. The initial value is 0.
|
getValue | public short getValue()(Code) | | Obtains the value of the member.
|
setValue | public void setValue(short newValue)(Code) | | Sets the value of the member.
|
toString | public String toString()(Code) | | Obtains the string representation of this object.
|
|
|