Uses of Class
ca.phon.query.pql.PQL.ExprContext
-
Uses of PQL.ExprContext in ca.phon.query.pql
Modifier and TypeMethodDescriptionfinal PQL.ExprContext
PQL.expr()
PQL.Find_queryContext.expr()
PQL.Where_group_unary_stmtContext.expr()
PQL.Where_syllable_unary_stmtContext.expr()
PQL.Where_word_unary_stmtContext.expr()
Modifier and TypeMethodDescriptionvoid
PQLBaseListener.enterExpr
(PQL.ExprContext ctx) Enter a parse tree produced byPQL.expr()
.void
PQLListener.enterExpr
(PQL.ExprContext ctx) Enter a parse tree produced byPQL.expr()
.void
PQLBaseListener.exitExpr
(PQL.ExprContext ctx) Exit a parse tree produced byPQL.expr()
.void
PQLListener.exitExpr
(PQL.ExprContext ctx) Exit a parse tree produced byPQL.expr()
.PQLBaseVisitor.visitExpr
(PQL.ExprContext ctx) Visit a parse tree produced byPQL.expr()
.PQLVisitor.visitExpr
(PQL.ExprContext ctx) Visit a parse tree produced byPQL.expr()
.