- 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
138 lines
3.4 KiB
Smali
138 lines
3.4 KiB
Smali
.class public final Landroidx/room/util/TableInfo$ForeignKeyWithSequence;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Comparable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/room/util/TableInfo;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "ForeignKeyWithSequence"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Ljava/lang/Comparable<",
|
|
"Landroidx/room/util/TableInfo$ForeignKeyWithSequence;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final from:Ljava/lang/String;
|
|
|
|
.field private final id:I
|
|
|
|
.field private final sequence:I
|
|
|
|
.field private final to:Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(IILjava/lang/String;Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
const-string v0, "from"
|
|
|
|
invoke-static {p3, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
const-string v0, "to"
|
|
|
|
invoke-static {p4, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 378
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput p1, p0, Landroidx/room/util/TableInfo$ForeignKeyWithSequence;->id:I
|
|
|
|
iput p2, p0, Landroidx/room/util/TableInfo$ForeignKeyWithSequence;->sequence:I
|
|
|
|
iput-object p3, p0, Landroidx/room/util/TableInfo$ForeignKeyWithSequence;->from:Ljava/lang/String;
|
|
|
|
iput-object p4, p0, Landroidx/room/util/TableInfo$ForeignKeyWithSequence;->to:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public compareTo(Landroidx/room/util/TableInfo$ForeignKeyWithSequence;)I
|
|
.locals 2
|
|
|
|
const-string v0, "other"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
iget v0, p0, Landroidx/room/util/TableInfo$ForeignKeyWithSequence;->id:I
|
|
|
|
.line 385
|
|
iget v1, p1, Landroidx/room/util/TableInfo$ForeignKeyWithSequence;->id:I
|
|
|
|
sub-int/2addr v0, v1
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
iget v0, p0, Landroidx/room/util/TableInfo$ForeignKeyWithSequence;->sequence:I
|
|
|
|
.line 387
|
|
iget p1, p1, Landroidx/room/util/TableInfo$ForeignKeyWithSequence;->sequence:I
|
|
|
|
sub-int/2addr v0, p1
|
|
|
|
:cond_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public bridge synthetic compareTo(Ljava/lang/Object;)I
|
|
.locals 0
|
|
|
|
.line 378
|
|
check-cast p1, Landroidx/room/util/TableInfo$ForeignKeyWithSequence;
|
|
|
|
invoke-virtual {p0, p1}, Landroidx/room/util/TableInfo$ForeignKeyWithSequence;->compareTo(Landroidx/room/util/TableInfo$ForeignKeyWithSequence;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final getFrom()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/room/util/TableInfo$ForeignKeyWithSequence;->from:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final getId()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Landroidx/room/util/TableInfo$ForeignKeyWithSequence;->id:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final getSequence()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Landroidx/room/util/TableInfo$ForeignKeyWithSequence;->sequence:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final getTo()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/room/util/TableInfo$ForeignKeyWithSequence;->to:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|