- 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
93 lines
2.5 KiB
Smali
93 lines
2.5 KiB
Smali
.class public final Lkotlin/text/DelimitedRangesSequence;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lkotlin/sequences/Sequence;
|
|
|
|
|
|
# instance fields
|
|
.field public final getNextMatch:Lkotlin/jvm/functions/Function2;
|
|
|
|
.field public final input:Ljava/lang/CharSequence;
|
|
|
|
.field public final limit:I
|
|
|
|
.field public final startIndex:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/CharSequence;IILkotlin/jvm/functions/Function2;)V
|
|
.locals 1
|
|
|
|
const-string v0, "input"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
const-string v0, "getNextMatch"
|
|
|
|
invoke-static {p4, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 1171
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lkotlin/text/DelimitedRangesSequence;->input:Ljava/lang/CharSequence;
|
|
|
|
iput p2, p0, Lkotlin/text/DelimitedRangesSequence;->startIndex:I
|
|
|
|
iput p3, p0, Lkotlin/text/DelimitedRangesSequence;->limit:I
|
|
|
|
iput-object p4, p0, Lkotlin/text/DelimitedRangesSequence;->getNextMatch:Lkotlin/jvm/functions/Function2;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static final synthetic access$getGetNextMatch$p(Lkotlin/text/DelimitedRangesSequence;)Lkotlin/jvm/functions/Function2;
|
|
.locals 0
|
|
|
|
.line 1171
|
|
iget-object p0, p0, Lkotlin/text/DelimitedRangesSequence;->getNextMatch:Lkotlin/jvm/functions/Function2;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final synthetic access$getInput$p(Lkotlin/text/DelimitedRangesSequence;)Ljava/lang/CharSequence;
|
|
.locals 0
|
|
|
|
.line 1171
|
|
iget-object p0, p0, Lkotlin/text/DelimitedRangesSequence;->input:Ljava/lang/CharSequence;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final synthetic access$getLimit$p(Lkotlin/text/DelimitedRangesSequence;)I
|
|
.locals 0
|
|
|
|
.line 1171
|
|
iget p0, p0, Lkotlin/text/DelimitedRangesSequence;->limit:I
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static final synthetic access$getStartIndex$p(Lkotlin/text/DelimitedRangesSequence;)I
|
|
.locals 0
|
|
|
|
.line 1171
|
|
iget p0, p0, Lkotlin/text/DelimitedRangesSequence;->startIndex:I
|
|
|
|
return p0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public iterator()Ljava/util/Iterator;
|
|
.locals 1
|
|
|
|
.line 1178
|
|
new-instance v0, Lkotlin/text/DelimitedRangesSequence$iterator$1;
|
|
|
|
invoke-direct {v0, p0}, Lkotlin/text/DelimitedRangesSequence$iterator$1;-><init>(Lkotlin/text/DelimitedRangesSequence;)V
|
|
|
|
return-object v0
|
|
.end method
|