org.xdef.xon.XonObjParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xdef Show documentation
Show all versions of xdef Show documentation
X-definition 4.2 (Open Source Software)
package org.xdef.xon;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Stack;
import org.xdef.XDBytes;
import org.xdef.sys.SBuffer;
import org.xdef.sys.SPosition;
/** Implementation of XonParser for creating XON objects from source.
* @author Vaclav Trojan
*/
public class XonObjParser implements XonParser {
private final Stack _kinds;
private final Stack> _arrays;
private final Stack