Uses of Class
ca.phon.query.pql.PQL.QueryContext
-
Uses of PQL.QueryContext in ca.phon.query.pql
Modifier and TypeMethodDescriptionvoid
PQLBaseListener.enterQuery
(PQL.QueryContext ctx) Enter a parse tree produced byPQL.query()
.void
PQLListener.enterQuery
(PQL.QueryContext ctx) Enter a parse tree produced byPQL.query()
.void
PQLBaseListener.exitQuery
(PQL.QueryContext ctx) Exit a parse tree produced byPQL.query()
.void
PQLListener.exitQuery
(PQL.QueryContext ctx) Exit a parse tree produced byPQL.query()
.PQLBaseVisitor.visitQuery
(PQL.QueryContext ctx) Visit a parse tree produced byPQL.query()
.PQLVisitor.visitQuery
(PQL.QueryContext ctx) Visit a parse tree produced byPQL.query()
.