Uses of Class
ca.phon.query.pql.PQL.ExprContext
Packages that use PQL.ExprContext
-
Uses of PQL.ExprContext in ca.phon.query.pql
Methods in ca.phon.query.pql that return PQL.ExprContextModifier 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()
Methods in ca.phon.query.pql with parameters of type PQL.ExprContextModifier 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()
.