Uses of Class
ca.phon.mor.MorParser.MorContext
Packages that use MorParser.MorContext
-
Uses of MorParser.MorContext in ca.phon.mor
Methods in ca.phon.mor that return MorParser.MorContextModifier and TypeMethodDescriptionfinal MorParser.MorContext
MorParser.mor()
MorParser.MortierContext.mor()
Methods in ca.phon.mor with parameters of type MorParser.MorContextModifier and TypeMethodDescriptionvoid
MorBaseListener.enterMor
(MorParser.MorContext ctx) Enter a parse tree produced byMorParser.mor()
.void
MorListener.enterMor
(MorParser.MorContext ctx) Enter a parse tree produced byMorParser.mor()
.void
MorBaseListener.exitMor
(MorParser.MorContext ctx) Exit a parse tree produced byMorParser.mor()
.void
MorListener.exitMor
(MorParser.MorContext ctx) Exit a parse tree produced byMorParser.mor()
.MorBaseVisitor.visitMor
(MorParser.MorContext ctx) Visit a parse tree produced byMorParser.mor()
.MorVisitor.visitMor
(MorParser.MorContext ctx) Visit a parse tree produced byMorParser.mor()
. -
Uses of MorParser.MorContext in ca.phon.orthography.mor.parser
Methods in ca.phon.orthography.mor.parser with parameters of type MorParser.MorContextModifier and TypeMethodDescriptionvoid
MorBuilder.enterMor
(MorParser.MorContext ctx) void
MorBuilder.exitMor
(MorParser.MorContext ctx)