LayoutLeftRightTopBottom$.java
1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/*
* 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 LayoutLeftRightTopBottom$
extends Layout
implements ScalaObject,
Product,
Serializable {
public static final LayoutLeftRightTopBottom$ MODULE$;
public static {
new com.adobe.forms.layout.LayoutLeftRightTopBottom$();
}
public final int hashCode() {
return -1928877579;
}
public final String toString() {
return "LayoutLeftRightTopBottom";
}
public String productPrefix() {
return "LayoutLeftRightTopBottom";
}
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 LayoutLeftRightTopBottom$;
}
public Object readResolve() {
return MODULE$;
}
private LayoutLeftRightTopBottom$() {
super("LeftRightTopBottom");
MODULE$ = this;
Product.class.$init$((Product)this);
}
}