Uses of Class
ca.phon.orthography.parser.UnicodeOrthographyParser.GroupContext
Packages that use UnicodeOrthographyParser.GroupContext
-
Uses of UnicodeOrthographyParser.GroupContext in ca.phon.orthography.parser
Methods in ca.phon.orthography.parser that return UnicodeOrthographyParser.GroupContextModifier and TypeMethodDescriptionUnicodeOrthographyParser.group()
UnicodeOrthographyParser.OrthodataContext.group()
Methods in ca.phon.orthography.parser with parameters of type UnicodeOrthographyParser.GroupContextModifier and TypeMethodDescriptionvoid
AbstractUnicodeOrthographyParserListener.enterGroup
(UnicodeOrthographyParser.GroupContext ctx) void
UnicodeOrthographyBaseListener.enterGroup
(UnicodeOrthographyParser.GroupContext ctx) Enter a parse tree produced byUnicodeOrthographyParser.group()
.void
UnicodeOrthographyBuilder.enterGroup
(UnicodeOrthographyParser.GroupContext ctx) void
UnicodeOrthographyListener.enterGroup
(UnicodeOrthographyParser.GroupContext ctx) Enter a parse tree produced byUnicodeOrthographyParser.group()
.void
AbstractUnicodeOrthographyParserListener.exitGroup
(UnicodeOrthographyParser.GroupContext ctx) void
UnicodeOrthographyBaseListener.exitGroup
(UnicodeOrthographyParser.GroupContext ctx) Exit a parse tree produced byUnicodeOrthographyParser.group()
.void
UnicodeOrthographyBuilder.exitGroup
(UnicodeOrthographyParser.GroupContext ctx) void
UnicodeOrthographyListener.exitGroup
(UnicodeOrthographyParser.GroupContext ctx) Exit a parse tree produced byUnicodeOrthographyParser.group()
.UnicodeOrthographyBaseVisitor.visitGroup
(UnicodeOrthographyParser.GroupContext ctx) Visit a parse tree produced byUnicodeOrthographyParser.group()
.UnicodeOrthographyVisitor.visitGroup
(UnicodeOrthographyParser.GroupContext ctx) Visit a parse tree produced byUnicodeOrthographyParser.group()
.