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 TypeMethodDescriptionvoid
Enter a parse tree produced byMorParser.category()
.void
Enter a parse tree produced byMorParser.fusionalsuffix()
.void
Enter a parse tree produced byMorParser.marker()
.void
Enter a parse tree produced byMorParser.mor()
.void
Enter a parse tree produced byMorParser.morelement()
.void
Enter a parse tree produced byMorParser.morpost()
.void
Enter a parse tree produced byMorParser.morprefix()
.void
Enter a parse tree produced byMorParser.mortier()
.void
Enter a parse tree produced byMorParser.mt()
.void
Enter a parse tree produced byMorParser.mw()
.void
Enter a parse tree produced byMorParser.mwc()
.void
Enter a parse tree produced byMorParser.pos()
.void
Enter a parse tree produced byMorParser.prefix()
.void
Enter a parse tree produced byMorParser.start()
.void
Enter a parse tree produced byMorParser.stem()
.void
Enter a parse tree produced byMorParser.string()
.void
Enter a parse tree produced byMorParser.subcategory()
.void
Enter a parse tree produced byMorParser.suffix()
.void
Enter a parse tree produced byMorParser.translation()
.void
Enter a parse tree produced byMorParser.translations()
.void
Exit a parse tree produced byMorParser.category()
.void
Exit a parse tree produced byMorParser.fusionalsuffix()
.void
Exit a parse tree produced byMorParser.marker()
.void
Exit a parse tree produced byMorParser.mor()
.void
Exit a parse tree produced byMorParser.morelement()
.void
Exit a parse tree produced byMorParser.morpost()
.void
Exit a parse tree produced byMorParser.morprefix()
.void
Exit a parse tree produced byMorParser.mortier()
.void
Exit a parse tree produced byMorParser.mt()
.void
Exit a parse tree produced byMorParser.mw()
.void
Exit a parse tree produced byMorParser.mwc()
.void
Exit a parse tree produced byMorParser.pos()
.void
Exit a parse tree produced byMorParser.prefix()
.void
Exit a parse tree produced byMorParser.start()
.void
Exit a parse tree produced byMorParser.stem()
.void
Exit a parse tree produced byMorParser.string()
.void
Exit a parse tree produced byMorParser.subcategory()
.void
Exit a parse tree produced byMorParser.suffix()
.void
Exit a parse tree produced byMorParser.translation()
.void
Exit 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
-