Lines Matching full:value
34 private Object value;
63 value = getByteValue(valueArg);
66 value = getShortValue(valueArg);
69 value = getCharValue(valueArg);
72 value = getIntValue(valueArg);
75 value = getLongValue(valueArg);
78 value = getFloatValue(valueArg);
81 value = getDoubleValue(valueArg);
84 value = getStringValue(valueArg);
87 value = getTypeValue(valueArg);
90 value = getFieldValue(valueArg);
93 value = getMethodValue(valueArg);
96 value = getEnumValue(valueArg);
99 value = getArrayValue(valueArg);
102 value = getAnnotationValue(valueArg);
105 value = getNullValue(valueArg);
108 value = getBooleanValue(valueArg);
117 * VALUE_BOOLEAN 0x1f boolean (0...1) (none) one-bit value; 0 for false and
124 /** VALUE_NULL 0x1e (none; must be 0) (none) null reference value */
132 * below. The size of the value is implicit in the encoding.
143 * value is implicit in the encoding.
157 * four-byte integer value, interpreted as an index into the field_ids
158 * section and representing the value of an enumerated type constant
171 * four-byte integer value, interpreted as an index into the method_ids
172 * section and representing a reflective method value
175 // FIXME lookup value
182 * four-byte integer value, interpreted as an index into the field_ids
183 * section and representing a reflective field value
196 * four-byte integer value, interpreted as an index into the type_ids
197 * section and representing a reflective type/class value
201 // FIXME SPEC!! states: unsigned (zero-extended) four-byte integer value
207 * four-byte integer value, interpreted as an index into the string_ids
208 * section and representing a string value
218 * point value
227 * point value
235 * value, sign-extended
243 * value, sign-extended
251 * value, zero-extended
259 * value, sign-extended
266 * VALUE_BYTE 0x00 (none; must be 0) ubyte[1] signed one-byte integer value
278 return value;