XFAConfig$.java
4.96 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.adobe.forms.model.XFAConfig$$anon
* scala.MatchError
* scala.ScalaObject
*/
package com.adobe.forms.model;
import com.adobe.forms.model.ConfigType;
import com.adobe.forms.model.ConfigTypeFormDorm$;
import com.adobe.forms.model.ConfigTypeMergedXDP$;
import com.adobe.forms.model.ConfigTypeRender$;
import com.adobe.forms.model.ConfigTypeSubmitData$;
import com.adobe.forms.model.FormContext;
import com.adobe.forms.model.XFAConfig;
import com.adobe.forms.model.XFAConfig$;
import scala.MatchError;
import scala.ScalaObject;
public final class XFAConfig$
implements ScalaObject {
public static final XFAConfig$ MODULE$;
public static {
new com.adobe.forms.model.XFAConfig$();
}
/*
* Unable to fully structure code
* Enabled aggressive block sorting
* Lifted jumps to return sites
*/
public XFAConfig apply(FormContext fc$1, ConfigType configType) {
var3_3 = configType;
v0 = ConfigTypeRender$.MODULE$;
var4_4 = var3_3;
if (v0 != null) ** GOTO lbl7
if (var4_4 == null) ** GOTO lbl-1000
** GOTO lbl10
lbl7: // 1 sources:
if (v0.equals(var4_4)) lbl-1000: // 2 sources:
{
v1 /* !! */ = new XFAConfig.XFARenderConfig(fc$1){
private final FormContext formContext;
private final java.lang.String configResKey;
private final scala.xml.Elem output;
private final scala.xml.Elem destination;
private final scala.xml.Elem script;
private final scala.xml.Elem xdp;
private final scala.xml.Elem locale;
private final byte[] source;
public volatile int bitmap$0;
public FormContext formContext() {
return this.formContext;
}
};
return v1 /* !! */ ;
}
lbl10: // 3 sources:
v2 = ConfigTypeMergedXDP$.MODULE$;
var5_5 = var3_3;
if (v2 != null) ** GOTO lbl15
if (var5_5 == null) ** GOTO lbl-1000
** GOTO lbl18
lbl15: // 1 sources:
if (v2.equals(var5_5)) lbl-1000: // 2 sources:
{
v1 /* !! */ = new XFAConfig.XFAMergedXDPConfig(fc$1){
private final FormContext formContext;
private final java.lang.String configResKey;
private final scala.xml.Elem output;
private final scala.xml.Elem destination;
private final scala.xml.Elem script;
private final scala.xml.Elem xdp;
private final scala.xml.Elem locale;
private final byte[] source;
public volatile int bitmap$0;
public FormContext formContext() {
return this.formContext;
}
};
return v1 /* !! */ ;
}
lbl18: // 3 sources:
v3 = ConfigTypeSubmitData$.MODULE$;
var6_6 = var3_3;
if (v3 != null) ** GOTO lbl23
if (var6_6 == null) ** GOTO lbl-1000
** GOTO lbl26
lbl23: // 1 sources:
if (v3.equals(var6_6)) lbl-1000: // 2 sources:
{
v1 /* !! */ = new XFAConfig.XFASubmitDataConfig(fc$1){
private final FormContext formContext;
private final java.lang.String configResKey;
private final scala.xml.Elem output;
private final scala.xml.Elem destination;
private final scala.xml.Elem script;
private final scala.xml.Elem xdp;
private final scala.xml.Elem locale;
private final byte[] source;
public volatile int bitmap$0;
public FormContext formContext() {
return this.formContext;
}
};
return v1 /* !! */ ;
}
lbl26: // 3 sources:
v4 = ConfigTypeFormDorm$.MODULE$;
var7_7 = var3_3;
if (v4 == null) {
if (var7_7 != null) {
throw new MatchError((Object)var3_3);
}
} else if (v4.equals(var7_7) == false) throw new MatchError((Object)var3_3);
v1 /* !! */ = new XFAConfig.XFARenderFormDomConfig(fc$1){
private final FormContext formContext;
private final java.lang.String configResKey;
private final scala.xml.Elem output;
private final scala.xml.Elem destination;
private final scala.xml.Elem script;
private final scala.xml.Elem xdp;
private final scala.xml.Elem locale;
private final byte[] source;
public volatile int bitmap$0;
public FormContext formContext() {
return this.formContext;
}
};
return v1 /* !! */ ;
}
public ConfigType apply$default$2() {
return ConfigTypeRender$.MODULE$;
}
private XFAConfig$() {
MODULE$ = this;
}
}