Uses of Class
ca.phon.mor.MorParser.CategoryContext
Packages that use MorParser.CategoryContext
-
Uses of MorParser.CategoryContext in ca.phon.mor
Methods in ca.phon.mor that return MorParser.CategoryContextModifier and TypeMethodDescriptionMorParser.category()
MorParser.MarkerContext.category()
MorParser.PosContext.category()
Methods in ca.phon.mor with parameters of type MorParser.CategoryContextModifier and TypeMethodDescriptionvoid
MorBaseListener.enterCategory
(MorParser.CategoryContext ctx) Enter a parse tree produced byMorParser.category()
.void
MorListener.enterCategory
(MorParser.CategoryContext ctx) Enter a parse tree produced byMorParser.category()
.void
MorBaseListener.exitCategory
(MorParser.CategoryContext ctx) Exit a parse tree produced byMorParser.category()
.void
MorListener.exitCategory
(MorParser.CategoryContext ctx) Exit a parse tree produced byMorParser.category()
.MorBaseVisitor.visitCategory
(MorParser.CategoryContext ctx) Visit a parse tree produced byMorParser.category()
.MorVisitor.visitCategory
(MorParser.CategoryContext ctx) Visit a parse tree produced byMorParser.category()
.