Uses of Class
ca.phon.query.pql.PQL.NumberContext
Packages that use PQL.NumberContext
-
Uses of PQL.NumberContext in ca.phon.query.pql
Methods in ca.phon.query.pql that return PQL.NumberContextModifier and TypeMethodDescriptionfinal PQL.NumberContextPQL.number()PQL.Where_group_unary_stmtContext.number()PQL.Where_syllable_unary_stmtContext.number()PQL.Where_word_unary_stmtContext.number()Methods in ca.phon.query.pql with parameters of type PQL.NumberContextModifier and TypeMethodDescriptionvoidPQLBaseListener.enterNumber(PQL.NumberContext ctx) Enter a parse tree produced byPQL.number().voidPQLListener.enterNumber(PQL.NumberContext ctx) Enter a parse tree produced byPQL.number().voidPQLBaseListener.exitNumber(PQL.NumberContext ctx) Exit a parse tree produced byPQL.number().voidPQLListener.exitNumber(PQL.NumberContext ctx) Exit a parse tree produced byPQL.number().PQLBaseVisitor.visitNumber(PQL.NumberContext ctx) Visit a parse tree produced byPQL.number().PQLVisitor.visitNumber(PQL.NumberContext ctx) Visit a parse tree produced byPQL.number().