Uses of Class
ca.phon.query.pql.PQL.RecordRangeContext
Packages that use PQL.RecordRangeContext
-
Uses of PQL.RecordRangeContext in ca.phon.query.pql
Methods in ca.phon.query.pql with parameters of type PQL.RecordRangeContextModifier and TypeMethodDescriptionvoid
PQLBaseListener.enterRecordRange
(PQL.RecordRangeContext ctx) Enter a parse tree produced by theRecordRange
labeled alternative inPQL.record_or_range()
.void
PQLListener.enterRecordRange
(PQL.RecordRangeContext ctx) Enter a parse tree produced by theRecordRange
labeled alternative inPQL.record_or_range()
.void
PQLBaseListener.exitRecordRange
(PQL.RecordRangeContext ctx) Exit a parse tree produced by theRecordRange
labeled alternative inPQL.record_or_range()
.void
PQLListener.exitRecordRange
(PQL.RecordRangeContext ctx) Exit a parse tree produced by theRecordRange
labeled alternative inPQL.record_or_range()
.PQLBaseVisitor.visitRecordRange
(PQL.RecordRangeContext ctx) Visit a parse tree produced by theRecordRange
labeled alternative inPQL.record_or_range()
.PQLSessionCollector.visitRecordRange
(PQL.RecordRangeContext ctx) PQLVisitor.visitRecordRange
(PQL.RecordRangeContext ctx) Visit a parse tree produced by theRecordRange
labeled alternative inPQL.record_or_range()
.