Uses of Class
ca.phon.query.pql.PQL.IncludesContext
Packages that use PQL.IncludesContext
-
Uses of PQL.IncludesContext in ca.phon.query.pql
Methods in ca.phon.query.pql that return PQL.IncludesContextModifier and TypeMethodDescriptionfinal PQL.IncludesContext
PQL.includes()
PQL.StartContext.includes()
Methods in ca.phon.query.pql with parameters of type PQL.IncludesContextModifier and TypeMethodDescriptionvoid
PQLBaseListener.enterIncludes
(PQL.IncludesContext ctx) Enter a parse tree produced byPQL.includes()
.void
PQLListener.enterIncludes
(PQL.IncludesContext ctx) Enter a parse tree produced byPQL.includes()
.void
PQLBaseListener.exitIncludes
(PQL.IncludesContext ctx) Exit a parse tree produced byPQL.includes()
.void
PQLListener.exitIncludes
(PQL.IncludesContext ctx) Exit a parse tree produced byPQL.includes()
.PQLBaseVisitor.visitIncludes
(PQL.IncludesContext ctx) Visit a parse tree produced byPQL.includes()
.PQLVisitor.visitIncludes
(PQL.IncludesContext ctx) Visit a parse tree produced byPQL.includes()
.