Interface MorListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
MorBaseListener,MorBuilder
public interface MorListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
MorParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byMorParser.category().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().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().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterStart
Enter a parse tree produced byMorParser.start().- Parameters:
ctx- the parse tree
-
exitStart
Exit a parse tree produced byMorParser.start().- Parameters:
ctx- the parse tree
-
enterMortier
Enter a parse tree produced byMorParser.mortier().- Parameters:
ctx- the parse tree
-
exitMortier
Exit a parse tree produced byMorParser.mortier().- Parameters:
ctx- the parse tree
-
enterMor
Enter a parse tree produced byMorParser.mor().- Parameters:
ctx- the parse tree
-
exitMor
Exit a parse tree produced byMorParser.mor().- Parameters:
ctx- the parse tree
-
enterMorprefix
Enter a parse tree produced byMorParser.morprefix().- Parameters:
ctx- the parse tree
-
exitMorprefix
Exit a parse tree produced byMorParser.morprefix().- Parameters:
ctx- the parse tree
-
enterMorelement
Enter a parse tree produced byMorParser.morelement().- Parameters:
ctx- the parse tree
-
exitMorelement
Exit a parse tree produced byMorParser.morelement().- Parameters:
ctx- the parse tree
-
enterMw
Enter a parse tree produced byMorParser.mw().- Parameters:
ctx- the parse tree
-
exitMw
Exit a parse tree produced byMorParser.mw().- Parameters:
ctx- the parse tree
-
enterPrefix
Enter a parse tree produced byMorParser.prefix().- Parameters:
ctx- the parse tree
-
exitPrefix
Exit a parse tree produced byMorParser.prefix().- Parameters:
ctx- the parse tree
-
enterPos
Enter a parse tree produced byMorParser.pos().- Parameters:
ctx- the parse tree
-
exitPos
Exit a parse tree produced byMorParser.pos().- Parameters:
ctx- the parse tree
-
enterCategory
Enter a parse tree produced byMorParser.category().- Parameters:
ctx- the parse tree
-
exitCategory
Exit a parse tree produced byMorParser.category().- Parameters:
ctx- the parse tree
-
enterSubcategory
Enter a parse tree produced byMorParser.subcategory().- Parameters:
ctx- the parse tree
-
exitSubcategory
Exit a parse tree produced byMorParser.subcategory().- Parameters:
ctx- the parse tree
-
enterStem
Enter a parse tree produced byMorParser.stem().- Parameters:
ctx- the parse tree
-
exitStem
Exit a parse tree produced byMorParser.stem().- Parameters:
ctx- the parse tree
-
enterMarker
Enter a parse tree produced byMorParser.marker().- Parameters:
ctx- the parse tree
-
exitMarker
Exit a parse tree produced byMorParser.marker().- Parameters:
ctx- the parse tree
-
enterFusionalsuffix
Enter a parse tree produced byMorParser.fusionalsuffix().- Parameters:
ctx- the parse tree
-
exitFusionalsuffix
Exit a parse tree produced byMorParser.fusionalsuffix().- Parameters:
ctx- the parse tree
-
enterSuffix
Enter a parse tree produced byMorParser.suffix().- Parameters:
ctx- the parse tree
-
exitSuffix
Exit a parse tree produced byMorParser.suffix().- Parameters:
ctx- the parse tree
-
enterTranslations
Enter a parse tree produced byMorParser.translations().- Parameters:
ctx- the parse tree
-
exitTranslations
Exit a parse tree produced byMorParser.translations().- Parameters:
ctx- the parse tree
-
enterTranslation
Enter a parse tree produced byMorParser.translation().- Parameters:
ctx- the parse tree
-
exitTranslation
Exit a parse tree produced byMorParser.translation().- Parameters:
ctx- the parse tree
-
enterString
Enter a parse tree produced byMorParser.string().- Parameters:
ctx- the parse tree
-
exitString
Exit a parse tree produced byMorParser.string().- Parameters:
ctx- the parse tree
-
enterMwc
Enter a parse tree produced byMorParser.mwc().- Parameters:
ctx- the parse tree
-
exitMwc
Exit a parse tree produced byMorParser.mwc().- Parameters:
ctx- the parse tree
-
enterMt
Enter a parse tree produced byMorParser.mt().- Parameters:
ctx- the parse tree
-
exitMt
Exit a parse tree produced byMorParser.mt().- Parameters:
ctx- the parse tree
-
enterMorpost
Enter a parse tree produced byMorParser.morpost().- Parameters:
ctx- the parse tree
-
exitMorpost
Exit a parse tree produced byMorParser.morpost().- Parameters:
ctx- the parse tree
-