org.unlaxer.context.ParserContextScopeTree Maven / Gradle / Ivy
package org.unlaxer.context;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import org.unlaxer.Name;
import org.unlaxer.parser.Parser;
public interface ParserContextScopeTree{
public static final Name nameLess = Name.of(ParserContextScopeTree.class);
public Map> getParserContextScopeTreeMap();
public default Optional © 2015 - 2025 Weber Informatics LLC | Privacy Policy