导航菜单

页面标题

页面副标题

Tasker v6.6.3 - i1.java 源代码

正在查看: Tasker v6.6.3 应用的 i1.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.joaomgcd.taskerm.action.variable;

public final class i1 extends zf.m0 {
    private String a;
    private q1 b;
    private String c;
    private String d;
    private com.joaomgcd.taskerm.inputoutput.a e;

    public static final class a {
        public static final int[] a;

        static {
            int[] iArr = new int[q1.values().length];
            try {
                iArr[q1.r.ordinal()] = 1;
            } catch (NoSuchFieldError unused) {
            }
            try {
                iArr[q1.s.ordinal()] = 2;
            } catch (NoSuchFieldError unused2) {
            }
            a = iArr;
        }
    }

    public i1() {
        this(null, null, null, null, null, 31, null);
    }

    @cg.b(helpResIdName = "action_regex_regex_help", index = 4)
    public static void getMatchPattern$annotations() {
    }

    @cg.b(index = 0)
    public static void getOutputClass$annotations() {
    }

    @cg.b(helpResIdName = "action_regex_regex_help", helpUrl = "https://www.regular-expressions.info/tutorial.html", index = 3)
    public static void getRegexString$annotations() {
    }

    @cg.b(index = 2)
    public static void getText$annotations() {
    }

    @cg.b(index = 1)
    public static void getType$annotations() {
    }

    public final String getMatchPattern() {
        return this.d;
    }

    public final com.joaomgcd.taskerm.inputoutput.a getOutputClass() {
        return this.e;
    }

    public final String getPattern() {
        int i = a.a[getTypeNotNull().ordinal()];
        if (i == 1) {
            return this.d;
        }
        if (i == 2) {
            return this.c;
        }
        throw new vj.o();
    }

    public final String getRegexString() {
        return this.c;
    }

    public final String getText() {
        return this.a;
    }

    public final q1 getType() {
        return this.b;
    }

    public final q1 getTypeNotNull() {
        q1 q1Var = this.b;
        return q1Var == null ? q1.r : q1Var;
    }

    public final void setMatchPattern(String str) {
        this.d = str;
    }

    public final void setOutputClass(com.joaomgcd.taskerm.inputoutput.a aVar) {
        this.e = aVar;
    }

    public final void setRegexString(String str) {
        this.c = str;
    }

    public final void setText(String str) {
        this.a = str;
    }

    public final void setType(q1 q1Var) {
        this.b = q1Var;
    }

    public i1(String str, q1 q1Var, String str2, String str3, com.joaomgcd.taskerm.inputoutput.a aVar, int i, jk.h hVar) {
        this((i & 1) != 0 ? null : str, (i & 2) != 0 ? null : q1Var, (i & 4) != 0 ? null : str2, (i & 8) == 0 ? str3 : null, (i & 16) != 0 ? new com.joaomgcd.taskerm.inputoutput.a() : aVar);
    }

    public i1(String str, q1 q1Var, String str2, String str3, com.joaomgcd.taskerm.inputoutput.a aVar) {
        this.a = str;
        this.b = q1Var;
        this.c = str2;
        this.d = str3;
        this.e = aVar;
    }
}