XFASignatureFieldNode.java
2.28 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
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* scala.ScalaObject
* scala.reflect.ScalaSignature
* scala.xml.Node
*/
package com.adobe.forms.layout;
import com.adobe.forms.layout.XFAFieldNode;
import com.adobe.forms.layout.XFANode;
import scala.ScalaObject;
import scala.reflect.ScalaSignature;
import scala.xml.Node;
@ScalaSignature(bytes="\u0006\u0001Q2A!\u0001\u0002\u0001\u0017\t)\u0002LR!TS\u001et\u0017\r^;sK\u001aKW\r\u001c3O_\u0012,'BA\u0002\u0005\u0003\u0019a\u0017-_8vi*\u0011QAB\u0001\u0006M>\u0014Xn\u001d\u0006\u0003\u000f!\tQ!\u00193pE\u0016T\u0011!C\u0001\u0004G>l7\u0001A\n\u0004\u00011\u0001\u0002CA\u0007\u000f\u001b\u0005\u0011\u0011BA\b\u0003\u00051Af)\u0011$jK2$gj\u001c3f!\t\tB#D\u0001\u0013\u0015\u0005\u0019\u0012!B:dC2\f\u0017BA\u000b\u0013\u0005-\u00196-\u00197b\u001f\nTWm\u0019;\t\u0011]\u0001!\u0011!Q\u0001\na\tAA\\8eKB\u0011\u0011\u0004H\u0007\u00025)\u00111DE\u0001\u0004q6d\u0017BA\u000f\u001b\u0005\u0011qu\u000eZ3\t\u000b}\u0001A\u0011\u0001\u0011\u0002\rqJg.\u001b;?)\t\t#\u0005\u0005\u0002\u000e\u0001!)qC\ba\u00011!9A\u0005\u0001b\u0001\n\u0003)\u0013\u0001\u00038pI\u0016$\u0016\u0010]3\u0016\u0003\u0019\u0002\"a\n\u0017\u000e\u0003!R!!\u000b\u0016\u0002\t1\fgn\u001a\u0006\u0002W\u0005!!.\u0019<b\u0013\ti\u0003F\u0001\u0004TiJLgn\u001a\u0005\u0007_\u0001\u0001\u000b\u0011\u0002\u0014\u0002\u00139|G-\u001a+za\u0016\u0004\u0003\u0002C\u0019\u0001\u0011\u000b\u0007I\u0011A\u0013\u0002\tI|G.\u001a\u0005\tg\u0001A\t\u0011)Q\u0005M\u0005)!o\u001c7fA\u0001")
public class XFASignatureFieldNode
extends XFAFieldNode
implements ScalaObject {
private final String nodeType = "signaturefield";
private String role;
public String nodeType() {
return this.nodeType;
}
/*
* Enabled force condition propagation
* Lifted jumps to return sites
*/
public String role() {
if ((this.bitmap$0 & 2048) != 0) return this.role;
XFASignatureFieldNode xFASignatureFieldNode = this;
synchronized (xFASignatureFieldNode) {
if ((this.bitmap$0 & 2048) == 0) {
this.role = "presentation";
this.bitmap$0 = this.bitmap$0 | 2048;
}
return this.role;
}
}
public XFASignatureFieldNode(Node node) {
super(node);
}
}