JSONToken.smali
3.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
.class public Lnet/json/fastjson/parser/JSONToken;
.super Ljava/lang/Object;
.source "JSONToken.java"
# static fields
.field public static final COLON:I = 0x11
.field public static final COMMA:I = 0x10
.field public static final EOF:I = 0x14
.field public static final ERROR:I = 0x1
.field public static final FALSE:I = 0x7
.field public static final IDENTIFIER:I = 0x12
.field public static final LBRACE:I = 0xc
.field public static final LBRACKET:I = 0xe
.field public static final LITERAL_FLOAT:I = 0x3
.field public static final LITERAL_INT:I = 0x2
.field public static final LITERAL_ISO8601_DATE:I = 0x5
.field public static final LITERAL_STRING:I = 0x4
.field public static final LPAREN:I = 0xa
.field public static final NEW:I = 0x9
.field public static final NULL:I = 0x8
.field public static final RBRACE:I = 0xd
.field public static final RBRACKET:I = 0xf
.field public static final RPAREN:I = 0xb
.field public static final SET:I = 0x15
.field public static final TREE_SET:I = 0x16
.field public static final TRUE:I = 0x6
.field public static final UNDEFINED:I = 0x17
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static name(I)Ljava/lang/String;
.locals 0
packed-switch p0, :pswitch_data_0
:pswitch_0
const-string p0, "Unknown"
return-object p0
:pswitch_1
const-string p0, "undefined"
return-object p0
:pswitch_2
const-string p0, "TreeSet"
return-object p0
:pswitch_3
const-string p0, "Set"
return-object p0
:pswitch_4
const-string p0, "EOF"
return-object p0
:pswitch_5
const-string p0, "ident"
return-object p0
:pswitch_6
const-string p0, ":"
return-object p0
:pswitch_7
const-string p0, ","
return-object p0
:pswitch_8
const-string p0, "]"
return-object p0
:pswitch_9
const-string p0, "["
return-object p0
:pswitch_a
const-string p0, "}"
return-object p0
:pswitch_b
const-string p0, "{"
return-object p0
:pswitch_c
const-string p0, ")"
return-object p0
:pswitch_d
const-string p0, "("
return-object p0
:pswitch_e
const-string p0, "new"
return-object p0
:pswitch_f
const-string p0, "null"
return-object p0
:pswitch_10
const-string p0, "false"
return-object p0
:pswitch_11
const-string p0, "true"
return-object p0
:pswitch_12
const-string p0, "iso8601"
return-object p0
:pswitch_13
const-string p0, "string"
return-object p0
:pswitch_14
const-string p0, "float"
return-object p0
:pswitch_15
const-string p0, "int"
return-object p0
:pswitch_16
const-string p0, "error"
return-object p0
:pswitch_data_0
.packed-switch 0x1
:pswitch_16
:pswitch_15
:pswitch_14
:pswitch_13
:pswitch_12
:pswitch_11
:pswitch_10
:pswitch_f
:pswitch_e
:pswitch_d
:pswitch_c
:pswitch_b
:pswitch_a
:pswitch_9
:pswitch_8
:pswitch_7
:pswitch_6
:pswitch_5
:pswitch_0
:pswitch_4
:pswitch_3
:pswitch_2
:pswitch_1
.end packed-switch
.end method