LayoutTable$.java 1.46 KB
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  scala.Product
 *  scala.Product$class
 *  scala.ScalaObject
 *  scala.Serializable
 *  scala.collection.Iterator
 *  scala.runtime.BoxesRunTime
 */
package com.adobe.forms.layout;

import com.adobe.forms.layout.Layout;
import scala.Product;
import scala.ScalaObject;
import scala.Serializable;
import scala.collection.Iterator;
import scala.runtime.BoxesRunTime;

/*
 * This class specifies class file version 49.0 but uses Java 6 signatures.  Assumed Java 6.
 */
public final class LayoutTable$
extends Layout
implements ScalaObject,
Product,
Serializable {
    public static final LayoutTable$ MODULE$;

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

    public final int hashCode() {
        return -626236764;
    }

    public final String toString() {
        return "LayoutTable";
    }

    public String productPrefix() {
        return "LayoutTable";
    }

    public int productArity() {
        return 0;
    }

    public Object productElement(int n) {
        int n2 = n;
        throw new IndexOutOfBoundsException(BoxesRunTime.boxToInteger((int)n).toString());
    }

    public boolean canEqual(Object object) {
        return object instanceof LayoutTable$;
    }

    public Object readResolve() {
        return MODULE$;
    }

    private LayoutTable$() {
        super("Table");
        MODULE$ = this;
        Product.class.$init$((Product)this);
    }
}