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

119 lines
2.4 KiB
Smali
Raw Normal View History

2019-12-06 03:29:40 +00:00
.class public final synthetic Lkotlin/text/Regex$d;
2020-02-20 19:33:18 +00:00
.super Lw/u/b/i;
2019-07-24 11:27:29 +00:00
.source "Regex.kt"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
2019-10-09 23:16:36 +00:00
value = Lkotlin/text/Regex;->findAll(Ljava/lang/CharSequence;I)Lkotlin/sequences/Sequence;
2019-07-24 11:27:29 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
2019-12-06 03:29:40 +00:00
accessFlags = 0x1019
2019-07-24 11:27:29 +00:00
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
2020-02-20 19:33:18 +00:00
"Lw/u/b/i;",
2019-07-24 11:27:29 +00:00
"Lkotlin/jvm/functions/Function1<",
"Lkotlin/text/MatchResult;",
"Lkotlin/text/MatchResult;",
">;"
}
.end annotation
# static fields
2019-12-06 03:29:40 +00:00
.field public static final d:Lkotlin/text/Regex$d;
2019-07-24 11:27:29 +00:00
# direct methods
2019-12-06 03:29:40 +00:00
.method public static constructor <clinit>()V
2019-07-24 11:27:29 +00:00
.locals 1
new-instance v0, Lkotlin/text/Regex$d;
invoke-direct {v0}, Lkotlin/text/Regex$d;-><init>()V
2019-12-06 03:29:40 +00:00
sput-object v0, Lkotlin/text/Regex$d;->d:Lkotlin/text/Regex$d;
2019-07-24 11:27:29 +00:00
return-void
.end method
2019-12-06 03:29:40 +00:00
.method public constructor <init>()V
2019-07-24 11:27:29 +00:00
.locals 1
const/4 v0, 0x1
2020-02-20 19:33:18 +00:00
invoke-direct {p0, v0}, Lw/u/b/i;-><init>(I)V
2019-07-24 11:27:29 +00:00
return-void
.end method
# virtual methods
.method public final getName()Ljava/lang/String;
.locals 1
const-string v0, "next"
return-object v0
.end method
.method public final getOwner()Lkotlin/reflect/KDeclarationContainer;
.locals 1
const-class v0, Lkotlin/text/MatchResult;
2020-02-20 19:33:18 +00:00
invoke-static {v0}, Lw/u/b/w;->getOrCreateKotlinClass(Ljava/lang/Class;)Lw/y/b;
2019-07-24 11:27:29 +00:00
move-result-object v0
return-object v0
.end method
.method public final getSignature()Ljava/lang/String;
.locals 1
const-string v0, "next()Lkotlin/text/MatchResult;"
return-object v0
.end method
2019-12-06 03:29:40 +00:00
.method public bridge synthetic invoke(Ljava/lang/Object;)Ljava/lang/Object;
2019-10-09 23:16:36 +00:00
.locals 0
2019-07-24 11:27:29 +00:00
check-cast p1, Lkotlin/text/MatchResult;
2019-10-09 23:16:36 +00:00
invoke-virtual {p0, p1}, Lkotlin/text/Regex$d;->invoke(Lkotlin/text/MatchResult;)Lkotlin/text/MatchResult;
move-result-object p1
return-object p1
.end method
.method public final invoke(Lkotlin/text/MatchResult;)Lkotlin/text/MatchResult;
2019-12-06 03:29:40 +00:00
.locals 0
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
if-eqz p1, :cond_0
2019-07-24 11:27:29 +00:00
2019-10-09 23:16:36 +00:00
invoke-interface {p1}, Lkotlin/text/MatchResult;->next()Lkotlin/text/MatchResult;
2019-07-24 11:27:29 +00:00
move-result-object p1
return-object p1
2019-12-06 03:29:40 +00:00
:cond_0
const-string p1, "p1"
2020-02-20 19:33:18 +00:00
invoke-static {p1}, Lw/u/b/j;->a(Ljava/lang/String;)V
2019-12-06 03:29:40 +00:00
const/4 p1, 0x0
throw p1
2019-07-24 11:27:29 +00:00
.end method