package c.a.t.c; import android.text.style.CharacterStyle; import c.a.t.b.b.e; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; import d0.g0.w; import d0.t.n; import d0.t.u; import d0.z.d.m; import java.util.ArrayList; import java.util.Collection; import java.util.List; import java.util.Objects; import java.util.regex.Matcher; import java.util.regex.Pattern; import kotlin.jvm.functions.Function1; import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.text.Regex; /* compiled from: MarkdownRules.kt */ public final class a { public static final Pattern a; public static final Pattern b; /* renamed from: c reason: collision with root package name */ public static final Pattern f245c; public static final Pattern d = new Regex("^\\s*(?:(?:(.+)(?: +\\{([\\w ]*)\\}))|(.*))[ \\t]*\\n *([=\\-]){3,}[ \\t]*(?=\\n|$)").toPattern(); public static final a e = new a(); /* compiled from: MarkdownRules.kt */ /* renamed from: c.a.t.c.a$a reason: collision with other inner class name */ public static class C0048a extends b { private final Function1 classSpanProvider; private final List, S>> innerRules; /* JADX INFO: this call moved to the top of the method (can break code semantics) */ public C0048a(Function1 function1, Function1 function12) { this(function1, function12, u.plus((Collection) e.b(false, false, 2), e.h.d())); m.checkNotNullParameter(function1, "styleSpanProvider"); m.checkNotNullParameter(function12, "classSpanProvider"); } /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: kotlin.jvm.functions.Function1 */ /* JADX DEBUG: Multi-variable search result rejected for r4v0, resolved type: java.util.List, S>> */ /* JADX WARN: Multi-variable type inference failed */ /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public C0048a(Function1 function1, Function1 function12, List, S>> list) { super(a.d, function1); m.checkNotNullParameter(function1, "styleSpanProvider"); m.checkNotNullParameter(function12, "classSpanProvider"); m.checkNotNullParameter(list, "innerRules"); a aVar = a.e; this.classSpanProvider = function12; this.innerRules = list; } public final Function1 getClassSpanProvider() { return this.classSpanProvider; } public final List, S>> getInnerRules() { return this.innerRules; } @Override // c.a.t.c.a.b, c.a.t.c.a.c, com.discord.simpleast.core.parser.Rule public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { List list; String obj; m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(4); m.checkNotNullExpressionValue(group, "matcher.group(4)"); StyleNode createHeaderStyleNode = createHeaderStyleNode(group); String group2 = matcher.group(1); if (group2 == null) { group2 = matcher.group(3); } m.checkNotNullExpressionValue(group2, "headerBody"); for (T t : parser.parse(group2, s2, this.innerRules)) { Objects.requireNonNull(t, "null cannot be cast to non-null type com.discord.simpleast.core.node.Node"); createHeaderStyleNode.addChild(t); } String group3 = matcher.group(2); List split$default = (group3 == null || (obj = w.trim(group3).toString()) == null) ? null : w.split$default((CharSequence) obj, new char[]{' '}, false, 0, 6, (Object) null); if (split$default != null) { list = new ArrayList(); for (T t2 : split$default) { T invoke = this.classSpanProvider.invoke(t2); if (invoke != null) { list.add(invoke); } } } else { list = n.emptyList(); } if (!list.isEmpty()) { StyleNode styleNode = new StyleNode<>(list); styleNode.addChild(createHeaderStyleNode); createHeaderStyleNode = styleNode; } m.checkNotNullParameter(createHeaderStyleNode, "node"); return new ParseSpec<>(createHeaderStyleNode, s2); } } /* compiled from: MarkdownRules.kt */ public static class b extends c { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b(Pattern pattern, Function1 function1) { super(pattern, function1); m.checkNotNullParameter(pattern, "pattern"); m.checkNotNullParameter(function1, "styleSpanProvider"); } /* JADX WARNING: Illegal instructions before constructor call */ public b(Pattern pattern, Function1 function1, int i, DefaultConstructorMarker defaultConstructorMarker) { this(pattern, function1); if ((i & 1) != 0) { a aVar = a.e; pattern = a.f245c; } } @Override // c.a.t.c.a.c public StyleNode createHeaderStyleNode(String str) { m.checkNotNullParameter(str, "headerStyleGroup"); return new StyleNode<>(d0.t.m.listOf(getStyleSpanProvider().invoke(Integer.valueOf((str.hashCode() == 61 && str.equals("=")) ? 1 : 2)))); } @Override // c.a.t.c.a.c, com.discord.simpleast.core.parser.Rule public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { throw null; } } /* compiled from: MarkdownRules.kt */ public static class c extends Rule.BlockRule, S> { private final Function1 styleSpanProvider; /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: kotlin.jvm.functions.Function1 */ /* JADX WARN: Multi-variable type inference failed */ /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public c(Pattern pattern, Function1 function1) { super(pattern); m.checkNotNullParameter(pattern, "pattern"); m.checkNotNullParameter(function1, "styleSpanProvider"); this.styleSpanProvider = function1; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ public c(Function1 function1) { this(a.b, function1); m.checkNotNullParameter(function1, "styleSpanProvider"); a aVar = a.e; } public StyleNode createHeaderStyleNode(String str) { m.checkNotNullParameter(str, "headerStyleGroup"); return new StyleNode<>(d0.t.m.listOf(this.styleSpanProvider.invoke(Integer.valueOf(str.length())))); } public final Function1 getStyleSpanProvider() { return this.styleSpanProvider; } @Override // com.discord.simpleast.core.parser.Rule public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(1); m.checkNotNullExpressionValue(group, "matcher.group(1)"); StyleNode createHeaderStyleNode = createHeaderStyleNode(group); int start = matcher.start(2); int end = matcher.end(2); m.checkNotNullParameter(createHeaderStyleNode, "node"); return new ParseSpec<>(createHeaderStyleNode, s2, start, end); } } static { Pattern compile = Pattern.compile("^\\*[ \\t](.*)(?=\\n|$)", 0); m.checkNotNullExpressionValue(compile, "java.util.regex.Pattern.compile(this, flags)"); a = compile; Pattern compile2 = Pattern.compile("^\\s*(#+)[ \\t](.*) *(?=\\n|$)", 0); m.checkNotNullExpressionValue(compile2, "java.util.regex.Pattern.compile(this, flags)"); b = compile2; Pattern compile3 = Pattern.compile("^\\s*(.+)\\n *(=|-){3,} *(?=\\n|$)", 0); m.checkNotNullExpressionValue(compile3, "java.util.regex.Pattern.compile(this, flags)"); f245c = compile3; } }