Files
rr3-apk/smali_classes4/csdk/glucentralservices/eventbus/CollectionUtil$JSONStringerBaseVisitor.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

151 lines
4.2 KiB
Smali

.class abstract Lcsdk/glucentralservices/eventbus/CollectionUtil$JSONStringerBaseVisitor;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcsdk/glucentralservices/eventbus/CollectionUtil$IVisitor;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcsdk/glucentralservices/eventbus/CollectionUtil;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x409
name = "JSONStringerBaseVisitor"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcsdk/glucentralservices/eventbus/CollectionUtil$IVisitor<",
"Lorg/json/JSONStringer;",
">;"
}
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 197
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public synthetic constructor <init>(Lcsdk/glucentralservices/eventbus/CollectionUtil$1;)V
.locals 0
.line 197
invoke-direct {p0}, Lcsdk/glucentralservices/eventbus/CollectionUtil$JSONStringerBaseVisitor;-><init>()V
return-void
.end method
# virtual methods
.method public bridge synthetic endList(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.line 197
check-cast p1, Lorg/json/JSONStringer;
invoke-virtual {p0, p1, p2, p3, p4}, Lcsdk/glucentralservices/eventbus/CollectionUtil$JSONStringerBaseVisitor;->endList(Lorg/json/JSONStringer;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
return-object p1
.end method
.method public endList(Lorg/json/JSONStringer;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/json/JSONException;
}
.end annotation
.line 205
invoke-virtual {p1}, Lorg/json/JSONStringer;->endArray()Lorg/json/JSONStringer;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic endMap(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.line 197
check-cast p1, Lorg/json/JSONStringer;
invoke-virtual {p0, p1, p2, p3, p4}, Lcsdk/glucentralservices/eventbus/CollectionUtil$JSONStringerBaseVisitor;->endMap(Lorg/json/JSONStringer;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
return-object p1
.end method
.method public endMap(Lorg/json/JSONStringer;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/json/JSONException;
}
.end annotation
.line 200
invoke-virtual {p1}, Lorg/json/JSONStringer;->endObject()Lorg/json/JSONStringer;
move-result-object p1
return-object p1
.end method
.method public list()Lcsdk/glucentralservices/eventbus/CollectionUtil$IVisitor;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcsdk/glucentralservices/eventbus/CollectionUtil$IVisitor<",
"Lorg/json/JSONStringer;",
">;"
}
.end annotation
.line 215
sget-object v0, Lcsdk/glucentralservices/eventbus/CollectionUtil;->JSON_LIST:Lcsdk/glucentralservices/eventbus/CollectionUtil$IVisitor;
return-object v0
.end method
.method public map()Lcsdk/glucentralservices/eventbus/CollectionUtil$IVisitor;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcsdk/glucentralservices/eventbus/CollectionUtil$IVisitor<",
"Lorg/json/JSONStringer;",
">;"
}
.end annotation
.line 210
sget-object v0, Lcsdk/glucentralservices/eventbus/CollectionUtil;->JSON_MAP:Lcsdk/glucentralservices/eventbus/CollectionUtil$IVisitor;
return-object v0
.end method