Layout$.java 4.45 KB
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.forms.layout.Layout$$anonfun
 *  com.adobe.forms.layout.Layout$$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.Layout;
import com.adobe.forms.layout.Layout$;
import com.adobe.forms.layout.LayoutLeftRightTopBottom$;
import com.adobe.forms.layout.LayoutPosition$;
import com.adobe.forms.layout.LayoutRightLeftRow$;
import com.adobe.forms.layout.LayoutRightLeftTopBottom$;
import com.adobe.forms.layout.LayoutRow$;
import com.adobe.forms.layout.LayoutTable$;
import com.adobe.forms.layout.LayoutTopBottom$;
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 Layout$
implements ScalaObject {
    public static final Layout$ MODULE$;

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

    /*
     * Unable to fully structure code
     * Enabled aggressive block sorting
     * Lifted jumps to return sites
     */
    public Option<Layout> apply(String s) {
        var2_2 = s;
        v0 = LayoutPosition$.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)LayoutPosition$.MODULE$);
            return v1;
        }
lbl10: // 3 sources:
        v2 = LayoutTable$.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)LayoutTable$.MODULE$);
            return v1;
        }
lbl18: // 3 sources:
        v3 = LayoutTopBottom$.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)LayoutTopBottom$.MODULE$);
            return v1;
        }
lbl26: // 3 sources:
        v4 = LayoutLeftRightTopBottom$.MODULE$.value();
        var6_6 = var2_2;
        if (v4 != null) ** GOTO lbl31
        if (var6_6 == null) ** GOTO lbl-1000
        ** GOTO lbl34
lbl31: // 1 sources:
        if (v4.equals(var6_6)) lbl-1000: // 2 sources:
        {
            v1 = new Some((Object)LayoutLeftRightTopBottom$.MODULE$);
            return v1;
        }
lbl34: // 3 sources:
        v5 = LayoutRightLeftTopBottom$.MODULE$.value();
        var7_7 = var2_2;
        if (v5 != null) ** GOTO lbl39
        if (var7_7 == null) ** GOTO lbl-1000
        ** GOTO lbl42
lbl39: // 1 sources:
        if (v5.equals(var7_7)) lbl-1000: // 2 sources:
        {
            v1 = new Some((Object)LayoutRightLeftTopBottom$.MODULE$);
            return v1;
        }
lbl42: // 3 sources:
        v6 = LayoutRow$.MODULE$.value();
        var8_8 = var2_2;
        if (v6 != null) ** GOTO lbl47
        if (var8_8 == null) ** GOTO lbl-1000
        ** GOTO lbl50
lbl47: // 1 sources:
        if (v6.equals(var8_8)) lbl-1000: // 2 sources:
        {
            v1 = new Some((Object)LayoutRow$.MODULE$);
            return v1;
        }
lbl50: // 3 sources:
        v7 = LayoutRightLeftRow$.MODULE$.value();
        var9_9 = var2_2;
        if (v7 != null) ** GOTO lbl55
        if (var9_9 == null) ** GOTO lbl-1000
        ** GOTO lbl58
lbl55: // 1 sources:
        if (v7.equals(var9_9)) lbl-1000: // 2 sources:
        {
            v1 = new Some((Object)LayoutRightLeftRow$.MODULE$);
            return v1;
        }
lbl58: // 3 sources:
        v1 = None..MODULE$;
        return v1;
    }

    public Option<Layout> 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 Layout$() {
        MODULE$ = this;
    }
}