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 TypeMethodDescriptionvoid
Enter a parse tree produced byMorParser.category()
.void
enterEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) 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
exitEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) 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()
.void
visitErrorNode
(org.antlr.v4.runtime.tree.ErrorNode node) void
visitTerminal
(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:
enterStart
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitStart
Exit a parse tree produced byMorParser.start()
.The default implementation does nothing.
- Specified by:
exitStart
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterMortier
Enter a parse tree produced byMorParser.mortier()
.The default implementation does nothing.
- Specified by:
enterMortier
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitMortier
Exit a parse tree produced byMorParser.mortier()
.The default implementation does nothing.
- Specified by:
exitMortier
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterMor
Enter a parse tree produced byMorParser.mor()
.The default implementation does nothing.
- Specified by:
enterMor
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitMor
Exit a parse tree produced byMorParser.mor()
.The default implementation does nothing.
- Specified by:
exitMor
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterMorprefix
Enter a parse tree produced byMorParser.morprefix()
.The default implementation does nothing.
- Specified by:
enterMorprefix
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitMorprefix
Exit a parse tree produced byMorParser.morprefix()
.The default implementation does nothing.
- Specified by:
exitMorprefix
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterMorelement
Enter a parse tree produced byMorParser.morelement()
.The default implementation does nothing.
- Specified by:
enterMorelement
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitMorelement
Exit a parse tree produced byMorParser.morelement()
.The default implementation does nothing.
- Specified by:
exitMorelement
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterMw
Enter a parse tree produced byMorParser.mw()
.The default implementation does nothing.
- Specified by:
enterMw
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitMw
Exit a parse tree produced byMorParser.mw()
.The default implementation does nothing.
- Specified by:
exitMw
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterPrefix
Enter a parse tree produced byMorParser.prefix()
.The default implementation does nothing.
- Specified by:
enterPrefix
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitPrefix
Exit a parse tree produced byMorParser.prefix()
.The default implementation does nothing.
- Specified by:
exitPrefix
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterPos
Enter a parse tree produced byMorParser.pos()
.The default implementation does nothing.
- Specified by:
enterPos
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitPos
Exit a parse tree produced byMorParser.pos()
.The default implementation does nothing.
- Specified by:
exitPos
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterCategory
Enter a parse tree produced byMorParser.category()
.The default implementation does nothing.
- Specified by:
enterCategory
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitCategory
Exit a parse tree produced byMorParser.category()
.The default implementation does nothing.
- Specified by:
exitCategory
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterSubcategory
Enter a parse tree produced byMorParser.subcategory()
.The default implementation does nothing.
- Specified by:
enterSubcategory
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitSubcategory
Exit a parse tree produced byMorParser.subcategory()
.The default implementation does nothing.
- Specified by:
exitSubcategory
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterStem
Enter a parse tree produced byMorParser.stem()
.The default implementation does nothing.
- Specified by:
enterStem
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitStem
Exit a parse tree produced byMorParser.stem()
.The default implementation does nothing.
- Specified by:
exitStem
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterMarker
Enter a parse tree produced byMorParser.marker()
.The default implementation does nothing.
- Specified by:
enterMarker
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitMarker
Exit a parse tree produced byMorParser.marker()
.The default implementation does nothing.
- Specified by:
exitMarker
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterFusionalsuffix
Enter a parse tree produced byMorParser.fusionalsuffix()
.The default implementation does nothing.
- Specified by:
enterFusionalsuffix
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitFusionalsuffix
Exit a parse tree produced byMorParser.fusionalsuffix()
.The default implementation does nothing.
- Specified by:
exitFusionalsuffix
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterSuffix
Enter a parse tree produced byMorParser.suffix()
.The default implementation does nothing.
- Specified by:
enterSuffix
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitSuffix
Exit a parse tree produced byMorParser.suffix()
.The default implementation does nothing.
- Specified by:
exitSuffix
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterTranslations
Enter a parse tree produced byMorParser.translations()
.The default implementation does nothing.
- Specified by:
enterTranslations
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitTranslations
Exit a parse tree produced byMorParser.translations()
.The default implementation does nothing.
- Specified by:
exitTranslations
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterTranslation
Enter a parse tree produced byMorParser.translation()
.The default implementation does nothing.
- Specified by:
enterTranslation
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitTranslation
Exit a parse tree produced byMorParser.translation()
.The default implementation does nothing.
- Specified by:
exitTranslation
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterString
Enter a parse tree produced byMorParser.string()
.The default implementation does nothing.
- Specified by:
enterString
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitString
Exit a parse tree produced byMorParser.string()
.The default implementation does nothing.
- Specified by:
exitString
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterMwc
Enter a parse tree produced byMorParser.mwc()
.The default implementation does nothing.
- Specified by:
enterMwc
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitMwc
Exit a parse tree produced byMorParser.mwc()
.The default implementation does nothing.
- Specified by:
exitMwc
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterMt
Enter a parse tree produced byMorParser.mt()
.The default implementation does nothing.
- Specified by:
enterMt
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitMt
Exit a parse tree produced byMorParser.mt()
.The default implementation does nothing.
- Specified by:
exitMt
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterMorpost
Enter a parse tree produced byMorParser.morpost()
.The default implementation does nothing.
- Specified by:
enterMorpost
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
exitMorpost
Exit a parse tree produced byMorParser.morpost()
.The default implementation does nothing.
- Specified by:
exitMorpost
in interfaceMorListener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-