Presence$.java
2.78 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.adobe.forms.layout.Presence$$anonfun
* com.adobe.forms.layout.Presence$$anonfun$apply
* scala.Function0
* scala.Option
* scala.ScalaObject
* scala.runtime.AbstractFunction0
*/
package com.adobe.forms.layout;
import com.adobe.forms.layout.Presence;
import com.adobe.forms.layout.Presence$;
import com.adobe.forms.layout.PresenceHidden$;
import com.adobe.forms.layout.PresenceInVisible$;
import com.adobe.forms.layout.PresenceInactive$;
import com.adobe.forms.layout.PresenceVisible$;
import scala.Function0;
import scala.Option;
import scala.ScalaObject;
import scala.runtime.AbstractFunction0;
/*
* This class specifies class file version 49.0 but uses Java 6 signatures. Assumed Java 6.
*/
public final class Presence$
implements ScalaObject {
public static final Presence$ MODULE$;
public static {
new com.adobe.forms.layout.Presence$();
}
/*
* Unable to fully structure code
* Enabled aggressive block sorting
* Lifted jumps to return sites
*/
public Presence apply(String text) {
var2_2 = text;
v0 = PresenceHidden$.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 /* !! */ = PresenceHidden$.MODULE$;
return v1 /* !! */ ;
}
lbl10: // 3 sources:
v2 = PresenceInactive$.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 /* !! */ = PresenceInactive$.MODULE$;
return v1 /* !! */ ;
}
lbl18: // 3 sources:
v3 = PresenceInVisible$.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 /* !! */ = PresenceInVisible$.MODULE$;
return v1 /* !! */ ;
}
lbl26: // 3 sources:
v1 /* !! */ = PresenceVisible$.MODULE$;
return v1 /* !! */ ;
}
public Presence apply(Option<String> text) {
return this.apply((String)text.getOrElse((Function0)new scala.Serializable(){
public static final long serialVersionUID;
public static {
long l = anonfun.apply.serialVersionUID = 0;
}
public final String apply() {
return "";
}
}));
}
private Presence$() {
MODULE$ = this;
}
}