Public Attributes | |
| DexValueType | type |
| union { | |
| dx_byte val_byte | |
| dx_short val_short | |
| dx_ushort val_char | |
| dx_int val_int | |
| dx_long val_long | |
| float val_float | |
| double val_double | |
| ref_str * val_str | |
| ref_str * val_type | |
| struct { | |
| ref_str * defining_class | |
| ref_str * type | |
| ref_str * name | |
| } val_field | |
| struct { | |
| ref_str * defining_class | |
| ref_strstr * prototype | |
| ref_str * name | |
| } val_method | |
| struct { | |
| ref_str * defining_class | |
| ref_str * type | |
| ref_str * name | |
| } val_enum | |
| struct dex_value_t * val_array | |
| struct dex_annotation_t * val_annotation | |
| int val_boolean | |
| } | value |
1.6.3