- 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
130 lines
2.9 KiB
Smali
130 lines
2.9 KiB
Smali
.class Lcom/google/gson/stream/JsonReader$1;
|
|
.super Lcom/google/gson/internal/JsonReaderInternalAccess;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/gson/stream/JsonReader;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 1588
|
|
invoke-direct {p0}, Lcom/google/gson/internal/JsonReaderInternalAccess;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public promoteNameToValue(Lcom/google/gson/stream/JsonReader;)V
|
|
.locals 3
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 1590
|
|
instance-of v0, p1, Lcom/google/gson/internal/bind/JsonTreeReader;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 1591
|
|
check-cast p1, Lcom/google/gson/internal/bind/JsonTreeReader;
|
|
|
|
invoke-virtual {p1}, Lcom/google/gson/internal/bind/JsonTreeReader;->promoteNameToValue()V
|
|
|
|
return-void
|
|
|
|
.line 1594
|
|
:cond_0
|
|
iget v0, p1, Lcom/google/gson/stream/JsonReader;->peeked:I
|
|
|
|
if-nez v0, :cond_1
|
|
|
|
.line 1596
|
|
invoke-virtual {p1}, Lcom/google/gson/stream/JsonReader;->doPeek()I
|
|
|
|
move-result v0
|
|
|
|
:cond_1
|
|
const/16 v1, 0xd
|
|
|
|
if-ne v0, v1, :cond_2
|
|
|
|
const/16 v0, 0x9
|
|
|
|
.line 1599
|
|
iput v0, p1, Lcom/google/gson/stream/JsonReader;->peeked:I
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
const/16 v1, 0xc
|
|
|
|
if-ne v0, v1, :cond_3
|
|
|
|
const/16 v0, 0x8
|
|
|
|
.line 1601
|
|
iput v0, p1, Lcom/google/gson/stream/JsonReader;->peeked:I
|
|
|
|
goto :goto_0
|
|
|
|
:cond_3
|
|
const/16 v1, 0xe
|
|
|
|
if-ne v0, v1, :cond_4
|
|
|
|
const/16 v0, 0xa
|
|
|
|
.line 1603
|
|
iput v0, p1, Lcom/google/gson/stream/JsonReader;->peeked:I
|
|
|
|
:goto_0
|
|
return-void
|
|
|
|
.line 1605
|
|
:cond_4
|
|
new-instance v0, Ljava/lang/IllegalStateException;
|
|
|
|
new-instance v1, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v2, "Expected a name but was "
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 1606
|
|
invoke-virtual {p1}, Lcom/google/gson/stream/JsonReader;->peek()Lcom/google/gson/stream/JsonToken;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {p1}, Lcom/google/gson/stream/JsonReader;->locationString()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-direct {v0, p1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v0
|
|
.end method
|