XFASubformSetNode.java 2.02 KB
/*
 * 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.XFAContainerNode;
import com.adobe.forms.layout.XFANode;
import scala.ScalaObject;
import scala.reflect.ScalaSignature;
import scala.xml.Node;

@ScalaSignature(bytes="\u0006\u0001A2A!\u0001\u0002\u0001\u0017\t\t\u0002LR!Tk\n4wN]7TKRtu\u000eZ3\u000b\u0005\r!\u0011A\u00027bs>,HO\u0003\u0002\u0006\r\u0005)am\u001c:ng*\u0011q\u0001C\u0001\u0006C\u0012|'-\u001a\u0006\u0002\u0013\u0005\u00191m\\7\u0004\u0001M\u0019\u0001\u0001\u0004\t\u0011\u00055qQ\"\u0001\u0002\n\u0005=\u0011!\u0001\u0005-G\u0003\u000e{g\u000e^1j]\u0016\u0014hj\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!AA\u0005\u0001EC\u0002\u0013\u0005Q%\u0001\u0005o_\u0012,G+\u001f9f+\u00051\u0003CA\u0014-\u001b\u0005A#BA\u0015+\u0003\u0011a\u0017M\\4\u000b\u0003-\nAA[1wC&\u0011Q\u0006\u000b\u0002\u0007'R\u0014\u0018N\\4\t\u0011=\u0002\u0001\u0012!Q!\n\u0019\n\u0011B\\8eKRK\b/\u001a\u0011")
public class XFASubformSetNode
extends XFAContainerNode
implements ScalaObject {
    private String nodeType;

    /*
     * Enabled force condition propagation
     * Lifted jumps to return sites
     */
    public String nodeType() {
        if ((this.bitmap$0 & 32) != 0) return this.nodeType;
        XFASubformSetNode xFASubformSetNode = this;
        synchronized (xFASubformSetNode) {
            if ((this.bitmap$0 & 32) == 0) {
                this.nodeType = "subformset";
                this.bitmap$0 = this.bitmap$0 | 32;
            }
            return this.nodeType;
        }
    }

    public XFASubformSetNode(Node node) {
        super(node);
    }
}