Class MorBuilder
java.lang.Object
ca.phon.mor.MorBaseListener
ca.phon.orthography.mor.parser.MorBuilder
- All Implemented Interfaces:
MorListener
,org.antlr.v4.runtime.tree.ParseTreeListener
Parser listener used for building mor tier data
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced byMorParser.mor()
.void
Enter a parse tree produced byMorParser.morpost()
.void
Enter a parse tree produced byMorParser.morprefix()
.void
Enter a parse tree produced byMorParser.mwc()
.void
Exit a parse tree produced byMorParser.mor()
.void
Exit a parse tree produced byMorParser.morpost()
.void
Exit a parse tree produced byMorParser.morprefix()
.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.translations()
.getMors()
Methods inherited from class ca.phon.mor.MorBaseListener
enterCategory, enterEveryRule, enterFusionalsuffix, enterMarker, enterMorelement, enterMortier, enterMt, enterMw, enterPos, enterPrefix, enterStart, enterStem, enterString, enterSubcategory, enterSuffix, enterTranslation, enterTranslations, exitCategory, exitEveryRule, exitFusionalsuffix, exitMarker, exitMorelement, exitMortier, exitPos, exitPrefix, exitStart, exitStem, exitString, exitSubcategory, exitSuffix, exitTranslation, visitErrorNode, visitTerminal
-
Constructor Details
-
MorBuilder
public MorBuilder()
-
-
Method Details
-
enterMor
Description copied from class:MorBaseListener
Enter a parse tree produced byMorParser.mor()
.The default implementation does nothing.
- Specified by:
enterMor
in interfaceMorListener
- Overrides:
enterMor
in classMorBaseListener
- Parameters:
ctx
- the parse tree
-
exitMor
Description copied from class:MorBaseListener
Exit a parse tree produced byMorParser.mor()
.The default implementation does nothing.
- Specified by:
exitMor
in interfaceMorListener
- Overrides:
exitMor
in classMorBaseListener
- Parameters:
ctx
- the parse tree
-
exitMw
Description copied from class:MorBaseListener
Exit a parse tree produced byMorParser.mw()
.The default implementation does nothing.
- Specified by:
exitMw
in interfaceMorListener
- Overrides:
exitMw
in classMorBaseListener
- Parameters:
ctx
- the parse tree
-
enterMwc
Description copied from class:MorBaseListener
Enter a parse tree produced byMorParser.mwc()
.The default implementation does nothing.
- Specified by:
enterMwc
in interfaceMorListener
- Overrides:
enterMwc
in classMorBaseListener
- Parameters:
ctx
- the parse tree
-
exitMwc
Description copied from class:MorBaseListener
Exit a parse tree produced byMorParser.mwc()
.The default implementation does nothing.
- Specified by:
exitMwc
in interfaceMorListener
- Overrides:
exitMwc
in classMorBaseListener
- Parameters:
ctx
- the parse tree
-
enterMorprefix
Description copied from class:MorBaseListener
Enter a parse tree produced byMorParser.morprefix()
.The default implementation does nothing.
- Specified by:
enterMorprefix
in interfaceMorListener
- Overrides:
enterMorprefix
in classMorBaseListener
- Parameters:
ctx
- the parse tree
-
exitMorprefix
Description copied from class:MorBaseListener
Exit a parse tree produced byMorParser.morprefix()
.The default implementation does nothing.
- Specified by:
exitMorprefix
in interfaceMorListener
- Overrides:
exitMorprefix
in classMorBaseListener
- Parameters:
ctx
- the parse tree
-
exitMt
Description copied from class:MorBaseListener
Exit a parse tree produced byMorParser.mt()
.The default implementation does nothing.
- Specified by:
exitMt
in interfaceMorListener
- Overrides:
exitMt
in classMorBaseListener
- Parameters:
ctx
- the parse tree
-
exitTranslations
Description copied from class:MorBaseListener
Exit a parse tree produced byMorParser.translations()
.The default implementation does nothing.
- Specified by:
exitTranslations
in interfaceMorListener
- Overrides:
exitTranslations
in classMorBaseListener
- Parameters:
ctx
- the parse tree
-
enterMorpost
Description copied from class:MorBaseListener
Enter a parse tree produced byMorParser.morpost()
.The default implementation does nothing.
- Specified by:
enterMorpost
in interfaceMorListener
- Overrides:
enterMorpost
in classMorBaseListener
- Parameters:
ctx
- the parse tree
-
exitMorpost
Description copied from class:MorBaseListener
Exit a parse tree produced byMorParser.morpost()
.The default implementation does nothing.
- Specified by:
exitMorpost
in interfaceMorListener
- Overrides:
exitMorpost
in classMorBaseListener
- Parameters:
ctx
- the parse tree
-
getMors
-