Uses of Class
ca.phon.mor.MorParser.StringContext
Packages that use MorParser.StringContext
-
Uses of MorParser.StringContext in ca.phon.mor
Methods in ca.phon.mor that return MorParser.StringContextModifier and TypeMethodDescriptionMorParser.CategoryContext.string()
MorParser.FusionalsuffixContext.string()
MorParser.PrefixContext.string()
MorParser.StemContext.string()
final MorParser.StringContext
MorParser.string()
MorParser.SubcategoryContext.string()
MorParser.SuffixContext.string()
MorParser.TranslationContext.string
(int i) Methods in ca.phon.mor that return types with arguments of type MorParser.StringContextMethods in ca.phon.mor with parameters of type MorParser.StringContextModifier and TypeMethodDescriptionvoid
MorBaseListener.enterString
(MorParser.StringContext ctx) Enter a parse tree produced byMorParser.string()
.void
MorListener.enterString
(MorParser.StringContext ctx) Enter a parse tree produced byMorParser.string()
.void
MorBaseListener.exitString
(MorParser.StringContext ctx) Exit a parse tree produced byMorParser.string()
.void
MorListener.exitString
(MorParser.StringContext ctx) Exit a parse tree produced byMorParser.string()
.MorBaseVisitor.visitString
(MorParser.StringContext ctx) Visit a parse tree produced byMorParser.string()
.MorVisitor.visitString
(MorParser.StringContext ctx) Visit a parse tree produced byMorParser.string()
.