Uses of Class
ca.phon.mor.MorParser.TranslationContext
Packages that use MorParser.TranslationContext
-
Uses of MorParser.TranslationContext in ca.phon.mor
Methods in ca.phon.mor that return MorParser.TranslationContextModifier and TypeMethodDescriptionMorParser.translation()
MorParser.TranslationsContext.translation
(int i) Methods in ca.phon.mor that return types with arguments of type MorParser.TranslationContextMethods in ca.phon.mor with parameters of type MorParser.TranslationContextModifier and TypeMethodDescriptionvoid
MorBaseListener.enterTranslation
(MorParser.TranslationContext ctx) Enter a parse tree produced byMorParser.translation()
.void
MorListener.enterTranslation
(MorParser.TranslationContext ctx) Enter a parse tree produced byMorParser.translation()
.void
MorBaseListener.exitTranslation
(MorParser.TranslationContext ctx) Exit a parse tree produced byMorParser.translation()
.void
MorListener.exitTranslation
(MorParser.TranslationContext ctx) Exit a parse tree produced byMorParser.translation()
.MorBaseVisitor.visitTranslation
(MorParser.TranslationContext ctx) Visit a parse tree produced byMorParser.translation()
.MorVisitor.visitTranslation
(MorParser.TranslationContext ctx) Visit a parse tree produced byMorParser.translation()
.