导航菜单

页面标题

页面副标题

Tasker v6.5.11 - h0.java 源代码

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

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


package com.joaomgcd.taskerm.action.variable;

public final class h0 extends rf.z {
    private String a;
    private l0 b;
    private String c;
    private String d;
    private com.joaomgcd.taskerm.inputoutput.a e;

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

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

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

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

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

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

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

    @uf.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 lj.o();
    }

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

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

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

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

    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(l0 l0Var) {
        this.b = l0Var;
    }

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

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