Role$.java 2.71 KB
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.forms.layout.Role$$anonfun
 *  com.adobe.forms.layout.Role$$anonfun$apply
 *  scala.Function0
 *  scala.None
 *  scala.None$
 *  scala.Option
 *  scala.ScalaObject
 *  scala.Some
 *  scala.runtime.AbstractFunction0
 */
package com.adobe.forms.layout;

import com.adobe.forms.layout.Role;
import com.adobe.forms.layout.Role$;
import com.adobe.forms.layout.RoleBodyRow$;
import com.adobe.forms.layout.RoleFooterRow$;
import com.adobe.forms.layout.RoleHeaderRow$;
import scala.Function0;
import scala.None;
import scala.Option;
import scala.ScalaObject;
import scala.Some;
import scala.runtime.AbstractFunction0;

/*
 * This class specifies class file version 49.0 but uses Java 6 signatures.  Assumed Java 6.
 */
public final class Role$
implements ScalaObject {
    public static final Role$ MODULE$;

    public static {
        new com.adobe.forms.layout.Role$();
    }

    /*
     * Unable to fully structure code
     * Enabled aggressive block sorting
     * Lifted jumps to return sites
     */
    public Option<Role> apply(String x) {
        var2_2 = x;
        v0 = RoleFooterRow$.MODULE$.value();
        var3_3 = var2_2;
        if (v0 != null) ** GOTO lbl7
        if (var3_3 == null) ** GOTO lbl-1000
        ** GOTO lbl10
lbl7: // 1 sources:
        if (v0.equals(var3_3)) lbl-1000: // 2 sources:
        {
            v1 = new Some((Object)RoleFooterRow$.MODULE$);
            return v1;
        }
lbl10: // 3 sources:
        v2 = RoleHeaderRow$.MODULE$.value();
        var4_4 = var2_2;
        if (v2 != null) ** GOTO lbl15
        if (var4_4 == null) ** GOTO lbl-1000
        ** GOTO lbl18
lbl15: // 1 sources:
        if (v2.equals(var4_4)) lbl-1000: // 2 sources:
        {
            v1 = new Some((Object)RoleHeaderRow$.MODULE$);
            return v1;
        }
lbl18: // 3 sources:
        v3 = RoleBodyRow$.MODULE$.value();
        var5_5 = var2_2;
        if (v3 != null) ** GOTO lbl23
        if (var5_5 == null) ** GOTO lbl-1000
        ** GOTO lbl26
lbl23: // 1 sources:
        if (v3.equals(var5_5)) lbl-1000: // 2 sources:
        {
            v1 = new Some((Object)RoleBodyRow$.MODULE$);
            return v1;
        }
lbl26: // 3 sources:
        v1 = None..MODULE$;
        return v1;
    }

    public Option<Role> apply(Option<String> v) {
        return this.apply((String)v.getOrElse((Function0)new scala.Serializable(){
            public static final long serialVersionUID;

            public static {
                long l = anonfun.apply.serialVersionUID = 0;
            }

            public final String apply() {
                return "";
            }
        }));
    }

    private Role$() {
        MODULE$ = this;
    }
}