Package edu.uiuc.ncsa.qdl.ini_generated
The generated classes for parsing QDL's ini file format. Only
IniListenerImpl
can be edited, as all the other files will be overwritten when the parser is regenerated.
Created by Jeff Gaynor
on 4/13/23 at 2:40 PM
-
Interface Summary Interface Description iniListener This interface defines a complete listener for a parse tree produced byiniParser
. -
Class Summary Class Description iniBaseListener This class provides an empty implementation ofiniListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.iniLexer iniParser iniParser.EntriesContext iniParser.EntryContext iniParser.IniContext iniParser.LineContext iniParser.SectionContext iniParser.SectionheaderContext