apkfuckery/com.discord/smali_classes2/kotlin/text/Regex$d.smali

84 lines
1.8 KiB
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public final synthetic Lkotlin/text/Regex$d;
2020-10-05 23:18:16 +00:00
.super Lc0/n/c/i;
2020-05-17 12:40:10 +00:00
.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 = 0x1019
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
2020-10-05 23:18:16 +00:00
"Lc0/n/c/i;",
2020-05-17 12:40:10 +00:00
"Lkotlin/jvm/functions/Function1<",
"Lkotlin/text/MatchResult;",
"Lkotlin/text/MatchResult;",
">;"
}
.end annotation
# static fields
.field public static final d:Lkotlin/text/Regex$d;
# direct methods
.method public static constructor <clinit>()V
.locals 1
new-instance v0, Lkotlin/text/Regex$d;
invoke-direct {v0}, Lkotlin/text/Regex$d;-><init>()V
sput-object v0, Lkotlin/text/Regex$d;->d:Lkotlin/text/Regex$d;
return-void
.end method
.method public constructor <init>()V
2020-09-16 23:45:23 +00:00
.locals 6
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
const-class v2, Lkotlin/text/MatchResult;
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
const/4 v1, 0x1
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
const-string v3, "next"
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
const-string v4, "next()Lkotlin/text/MatchResult;"
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
const/4 v5, 0x0
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
move-object v0, p0
2020-05-17 12:40:10 +00:00
2020-10-05 23:18:16 +00:00
invoke-direct/range {v0 .. v5}, Lc0/n/c/i;-><init>(ILjava/lang/Class;Ljava/lang/String;Ljava/lang/String;I)V
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
return-void
2020-05-17 12:40:10 +00:00
.end method
2020-09-16 23:45:23 +00:00
# virtual methods
2020-07-08 16:44:49 +00:00
.method public invoke(Ljava/lang/Object;)Ljava/lang/Object;
2020-09-16 23:45:23 +00:00
.locals 1
2020-05-17 12:40:10 +00:00
check-cast p1, Lkotlin/text/MatchResult;
2020-09-16 23:45:23 +00:00
const-string v0, "p1"
2020-10-05 23:18:16 +00:00
invoke-static {p1, v0}, Lc0/n/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
invoke-interface {p1}, Lkotlin/text/MatchResult;->next()Lkotlin/text/MatchResult;
move-result-object p1
return-object p1
.end method