mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
36 lines
847 B
Smali
36 lines
847 B
Smali
.class Lcom/alibaba/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:Lcom/alibaba/fastjson/JSONStreamContext;
|
|
|
|
.field protected state:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/alibaba/fastjson/JSONStreamContext;I)V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/alibaba/fastjson/JSONStreamContext;->parent:Lcom/alibaba/fastjson/JSONStreamContext;
|
|
|
|
iput p2, p0, Lcom/alibaba/fastjson/JSONStreamContext;->state:I
|
|
|
|
return-void
|
|
.end method
|