JSONStreamContext.smali
852 字节
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
.class Lnet/json/fastjson/JSONStreamContext;
.super Ljava/lang/Object;
.source "JSONStreamContext.java"
# static fields
.field static final ArrayValue:I = 0x3ed
.field static final PropertyKey:I = 0x3ea
.field static final PropertyValue:I = 0x3eb
.field static final StartArray:I = 0x3ec
.field static final StartObject:I = 0x3e9
# instance fields
.field protected final parent:Lnet/json/fastjson/JSONStreamContext;
.field protected state:I
# direct methods
.method public constructor <init>(Lnet/json/fastjson/JSONStreamContext;I)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lnet/json/fastjson/JSONStreamContext;->parent:Lnet/json/fastjson/JSONStreamContext;
.line 3
iput p2, p0, Lnet/json/fastjson/JSONStreamContext;->state:I
return-void
.end method