Package org.qdl_lang.parsing
Class IniParserDriver
- java.lang.Object
-
- org.qdl_lang.parsing.IniParserDriver
-
public class IniParserDriver extends Object
Created by Jeff Gaynor
on 10/11/21 at 8:24 AM
-
-
Constructor Summary
Constructors Constructor Description IniParserDriver()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected iniParser
getParser(Reader reader, boolean allowListElements)
static void
main(String[] args)
QDLStem
parse(Reader reader, boolean allowListEntries)
-