Rabbit-R1/android (non root)/smali/smali_classes3/kotlin/text/Regex$findAll$2.smali
2024-05-21 17:08:36 -04:00

105 lines
2.4 KiB
Smali

.class final synthetic Lkotlin/text/Regex$findAll$2;
.super Lkotlin/jvm/internal/FunctionReferenceImpl;
.source "Regex.kt"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lkotlin/text/Regex;->findAll(Ljava/lang/CharSequence;I)Lkotlin/sequences/Sequence;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1000
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lkotlin/jvm/internal/FunctionReferenceImpl;",
"Lkotlin/jvm/functions/Function1<",
"Lkotlin/text/MatchResult;",
"Lkotlin/text/MatchResult;",
">;"
}
.end annotation
.annotation runtime Lkotlin/Metadata;
k = 0x3
mv = {
0x1,
0x9,
0x0
}
xi = 0x30
.end annotation
# static fields
.field public static final INSTANCE:Lkotlin/text/Regex$findAll$2;
# direct methods
.method static constructor <clinit>()V
.locals 1
new-instance v0, Lkotlin/text/Regex$findAll$2;
invoke-direct {v0}, Lkotlin/text/Regex$findAll$2;-><init>()V
sput-object v0, Lkotlin/text/Regex$findAll$2;->INSTANCE:Lkotlin/text/Regex$findAll$2;
return-void
.end method
.method constructor <init>()V
.locals 6
const/4 v1, 0x1
const-class v2, Lkotlin/text/MatchResult;
const-string v3, "next"
const-string v4, "next()Lkotlin/text/MatchResult;"
const/4 v5, 0x0
move-object v0, p0
invoke-direct/range {v0 .. v5}, Lkotlin/jvm/internal/FunctionReferenceImpl;-><init>(ILjava/lang/Class;Ljava/lang/String;Ljava/lang/String;I)V
return-void
.end method
# virtual methods
.method public bridge synthetic invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 135
check-cast p1, Lkotlin/text/MatchResult;
invoke-virtual {p0, p1}, Lkotlin/text/Regex$findAll$2;->invoke(Lkotlin/text/MatchResult;)Lkotlin/text/MatchResult;
move-result-object p0
return-object p0
.end method
.method public final invoke(Lkotlin/text/MatchResult;)Lkotlin/text/MatchResult;
.locals 0
const-string p0, "p0"
invoke-static {p1, p0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
.line 135
invoke-interface {p1}, Lkotlin/text/MatchResult;->next()Lkotlin/text/MatchResult;
move-result-object p0
return-object p0
.end method