Uses of Class
ca.phon.mor.MorParser.MwcContext
Packages that use MorParser.MwcContext
-
Uses of MorParser.MwcContext in ca.phon.mor
Methods in ca.phon.mor that return MorParser.MwcContextModifier and TypeMethodDescriptionMorParser.MorelementContext.mwc()
final MorParser.MwcContext
MorParser.mwc()
Methods in ca.phon.mor with parameters of type MorParser.MwcContextModifier and TypeMethodDescriptionvoid
MorBaseListener.enterMwc
(MorParser.MwcContext ctx) Enter a parse tree produced byMorParser.mwc()
.void
MorListener.enterMwc
(MorParser.MwcContext ctx) Enter a parse tree produced byMorParser.mwc()
.void
MorBaseListener.exitMwc
(MorParser.MwcContext ctx) Exit a parse tree produced byMorParser.mwc()
.void
MorListener.exitMwc
(MorParser.MwcContext ctx) Exit a parse tree produced byMorParser.mwc()
.MorBaseVisitor.visitMwc
(MorParser.MwcContext ctx) Visit a parse tree produced byMorParser.mwc()
.MorVisitor.visitMwc
(MorParser.MwcContext ctx) Visit a parse tree produced byMorParser.mwc()
. -
Uses of MorParser.MwcContext in ca.phon.orthography.mor.parser
Methods in ca.phon.orthography.mor.parser with parameters of type MorParser.MwcContextModifier and TypeMethodDescriptionvoid
MorBuilder.enterMwc
(MorParser.MwcContext ctx) void
MorBuilder.exitMwc
(MorParser.MwcContext ctx)