Class MorBaseListener
- All Implemented Interfaces:
MorListener,org.antlr.v4.runtime.tree.ParseTreeListener
- Direct Known Subclasses:
MorBuilder
MorListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byMorParser.category().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byMorParser.fusionalsuffix().voidEnter a parse tree produced byMorParser.marker().voidEnter a parse tree produced byMorParser.mor().voidEnter a parse tree produced byMorParser.morelement().voidEnter a parse tree produced byMorParser.morpost().voidEnter a parse tree produced byMorParser.morprefix().voidEnter a parse tree produced byMorParser.mortier().voidEnter a parse tree produced byMorParser.mt().voidEnter a parse tree produced byMorParser.mw().voidEnter a parse tree produced byMorParser.mwc().voidEnter a parse tree produced byMorParser.pos().voidEnter a parse tree produced byMorParser.prefix().voidEnter a parse tree produced byMorParser.start().voidEnter a parse tree produced byMorParser.stem().voidEnter a parse tree produced byMorParser.string().voidEnter a parse tree produced byMorParser.subcategory().voidEnter a parse tree produced byMorParser.suffix().voidEnter a parse tree produced byMorParser.translation().voidEnter a parse tree produced byMorParser.translations().voidExit a parse tree produced byMorParser.category().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byMorParser.fusionalsuffix().voidExit a parse tree produced byMorParser.marker().voidExit a parse tree produced byMorParser.mor().voidExit a parse tree produced byMorParser.morelement().voidExit a parse tree produced byMorParser.morpost().voidExit a parse tree produced byMorParser.morprefix().voidExit a parse tree produced byMorParser.mortier().voidExit a parse tree produced byMorParser.mt().voidExit a parse tree produced byMorParser.mw().voidExit a parse tree produced byMorParser.mwc().voidExit a parse tree produced byMorParser.pos().voidExit a parse tree produced byMorParser.prefix().voidExit a parse tree produced byMorParser.start().voidExit a parse tree produced byMorParser.stem().voidExit a parse tree produced byMorParser.string().voidExit a parse tree produced byMorParser.subcategory().voidExit a parse tree produced byMorParser.suffix().voidExit a parse tree produced byMorParser.translation().voidExit a parse tree produced byMorParser.translations().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
MorBaseListener
public MorBaseListener()
-
-
Method Details
-
enterStart
Enter a parse tree produced byMorParser.start().The default implementation does nothing.
- Specified by:
enterStartin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitStart
Exit a parse tree produced byMorParser.start().The default implementation does nothing.
- Specified by:
exitStartin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterMortier
Enter a parse tree produced byMorParser.mortier().The default implementation does nothing.
- Specified by:
enterMortierin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitMortier
Exit a parse tree produced byMorParser.mortier().The default implementation does nothing.
- Specified by:
exitMortierin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterMor
Enter a parse tree produced byMorParser.mor().The default implementation does nothing.
- Specified by:
enterMorin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitMor
Exit a parse tree produced byMorParser.mor().The default implementation does nothing.
- Specified by:
exitMorin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterMorprefix
Enter a parse tree produced byMorParser.morprefix().The default implementation does nothing.
- Specified by:
enterMorprefixin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitMorprefix
Exit a parse tree produced byMorParser.morprefix().The default implementation does nothing.
- Specified by:
exitMorprefixin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterMorelement
Enter a parse tree produced byMorParser.morelement().The default implementation does nothing.
- Specified by:
enterMorelementin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitMorelement
Exit a parse tree produced byMorParser.morelement().The default implementation does nothing.
- Specified by:
exitMorelementin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterMw
Enter a parse tree produced byMorParser.mw().The default implementation does nothing.
- Specified by:
enterMwin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitMw
Exit a parse tree produced byMorParser.mw().The default implementation does nothing.
- Specified by:
exitMwin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterPrefix
Enter a parse tree produced byMorParser.prefix().The default implementation does nothing.
- Specified by:
enterPrefixin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitPrefix
Exit a parse tree produced byMorParser.prefix().The default implementation does nothing.
- Specified by:
exitPrefixin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterPos
Enter a parse tree produced byMorParser.pos().The default implementation does nothing.
- Specified by:
enterPosin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitPos
Exit a parse tree produced byMorParser.pos().The default implementation does nothing.
- Specified by:
exitPosin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterCategory
Enter a parse tree produced byMorParser.category().The default implementation does nothing.
- Specified by:
enterCategoryin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitCategory
Exit a parse tree produced byMorParser.category().The default implementation does nothing.
- Specified by:
exitCategoryin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterSubcategory
Enter a parse tree produced byMorParser.subcategory().The default implementation does nothing.
- Specified by:
enterSubcategoryin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitSubcategory
Exit a parse tree produced byMorParser.subcategory().The default implementation does nothing.
- Specified by:
exitSubcategoryin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterStem
Enter a parse tree produced byMorParser.stem().The default implementation does nothing.
- Specified by:
enterStemin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitStem
Exit a parse tree produced byMorParser.stem().The default implementation does nothing.
- Specified by:
exitStemin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterMarker
Enter a parse tree produced byMorParser.marker().The default implementation does nothing.
- Specified by:
enterMarkerin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitMarker
Exit a parse tree produced byMorParser.marker().The default implementation does nothing.
- Specified by:
exitMarkerin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterFusionalsuffix
Enter a parse tree produced byMorParser.fusionalsuffix().The default implementation does nothing.
- Specified by:
enterFusionalsuffixin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitFusionalsuffix
Exit a parse tree produced byMorParser.fusionalsuffix().The default implementation does nothing.
- Specified by:
exitFusionalsuffixin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterSuffix
Enter a parse tree produced byMorParser.suffix().The default implementation does nothing.
- Specified by:
enterSuffixin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitSuffix
Exit a parse tree produced byMorParser.suffix().The default implementation does nothing.
- Specified by:
exitSuffixin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterTranslations
Enter a parse tree produced byMorParser.translations().The default implementation does nothing.
- Specified by:
enterTranslationsin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitTranslations
Exit a parse tree produced byMorParser.translations().The default implementation does nothing.
- Specified by:
exitTranslationsin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterTranslation
Enter a parse tree produced byMorParser.translation().The default implementation does nothing.
- Specified by:
enterTranslationin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitTranslation
Exit a parse tree produced byMorParser.translation().The default implementation does nothing.
- Specified by:
exitTranslationin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterString
Enter a parse tree produced byMorParser.string().The default implementation does nothing.
- Specified by:
enterStringin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitString
Exit a parse tree produced byMorParser.string().The default implementation does nothing.
- Specified by:
exitStringin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterMwc
Enter a parse tree produced byMorParser.mwc().The default implementation does nothing.
- Specified by:
enterMwcin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitMwc
Exit a parse tree produced byMorParser.mwc().The default implementation does nothing.
- Specified by:
exitMwcin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterMt
Enter a parse tree produced byMorParser.mt().The default implementation does nothing.
- Specified by:
enterMtin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitMt
Exit a parse tree produced byMorParser.mt().The default implementation does nothing.
- Specified by:
exitMtin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterMorpost
Enter a parse tree produced byMorParser.morpost().The default implementation does nothing.
- Specified by:
enterMorpostin interfaceMorListener- Parameters:
ctx- the parse tree
-
exitMorpost
Exit a parse tree produced byMorParser.morpost().The default implementation does nothing.
- Specified by:
exitMorpostin interfaceMorListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-