Package org.qdl_lang.ini_generated
Interface iniListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
iniBaseListener
,IniListenerImpl
public interface iniListener extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced byiniParser
.
-
-
Method Summary
-
-
-
Method Detail
-
enterIni
void enterIni(iniParser.IniContext ctx)
Enter a parse tree produced byiniParser.ini()
.- Parameters:
ctx
- the parse tree
-
exitIni
void exitIni(iniParser.IniContext ctx)
Exit a parse tree produced byiniParser.ini()
.- Parameters:
ctx
- the parse tree
-
enterSection
void enterSection(iniParser.SectionContext ctx)
Enter a parse tree produced byiniParser.section()
.- Parameters:
ctx
- the parse tree
-
exitSection
void exitSection(iniParser.SectionContext ctx)
Exit a parse tree produced byiniParser.section()
.- Parameters:
ctx
- the parse tree
-
enterSectionheader
void enterSectionheader(iniParser.SectionheaderContext ctx)
Enter a parse tree produced byiniParser.sectionheader()
.- Parameters:
ctx
- the parse tree
-
exitSectionheader
void exitSectionheader(iniParser.SectionheaderContext ctx)
Exit a parse tree produced byiniParser.sectionheader()
.- Parameters:
ctx
- the parse tree
-
enterLine
void enterLine(iniParser.LineContext ctx)
Enter a parse tree produced byiniParser.line()
.- Parameters:
ctx
- the parse tree
-
exitLine
void exitLine(iniParser.LineContext ctx)
Exit a parse tree produced byiniParser.line()
.- Parameters:
ctx
- the parse tree
-
enterEntries
void enterEntries(iniParser.EntriesContext ctx)
Enter a parse tree produced byiniParser.entries()
.- Parameters:
ctx
- the parse tree
-
exitEntries
void exitEntries(iniParser.EntriesContext ctx)
Exit a parse tree produced byiniParser.entries()
.- Parameters:
ctx
- the parse tree
-
enterEntry
void enterEntry(iniParser.EntryContext ctx)
Enter a parse tree produced byiniParser.entry()
.- Parameters:
ctx
- the parse tree
-
exitEntry
void exitEntry(iniParser.EntryContext ctx)
Exit a parse tree produced byiniParser.entry()
.- Parameters:
ctx
- the parse tree
-
-