Placement$.java 3.18 KB
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.forms.layout.Placement$$anonfun
 *  com.adobe.forms.layout.Placement$$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.Placement;
import com.adobe.forms.layout.Placement$;
import com.adobe.forms.layout.PlacementBottom$;
import com.adobe.forms.layout.PlacementLeft$;
import com.adobe.forms.layout.PlacementRight$;
import com.adobe.forms.layout.PlacementTop$;
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 Placement$
implements ScalaObject {
    public static final Placement$ MODULE$;

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

    /*
     * Unable to fully structure code
     * Enabled aggressive block sorting
     * Lifted jumps to return sites
     */
    public Option<Placement> apply(String s) {
        var2_2 = s;
        v0 = PlacementLeft$.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)PlacementLeft$.MODULE$);
            return v1;
        }
lbl10: // 3 sources:
        v2 = PlacementRight$.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)PlacementRight$.MODULE$);
            return v1;
        }
lbl18: // 3 sources:
        v3 = PlacementTop$.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)PlacementTop$.MODULE$);
            return v1;
        }
lbl26: // 3 sources:
        v4 = PlacementBottom$.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)PlacementBottom$.MODULE$);
            return v1;
        }
lbl34: // 3 sources:
        v1 = None..MODULE$;
        return v1;
    }

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

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

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

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