Uses of Class
org.rumbledb.parser.jsoniq.JsoniqParser.CountClauseContext
Packages that use JsoniqParser.CountClauseContext
-
Uses of JsoniqParser.CountClauseContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type JsoniqParser.CountClauseContextModifier and TypeMethodDescriptionTranslationVisitor.visitCountClause(JsoniqParser.CountClauseContext ctx) -
Uses of JsoniqParser.CountClauseContext in org.rumbledb.parser.jsoniq
Methods in org.rumbledb.parser.jsoniq that return JsoniqParser.CountClauseContextModifier and TypeMethodDescriptionJsoniqParser.countClause()JsoniqParser.FlowrExprContext.countClause(int i) JsoniqParser.FlowrStatementContext.countClause(int i) Methods in org.rumbledb.parser.jsoniq that return types with arguments of type JsoniqParser.CountClauseContextModifier and TypeMethodDescriptionJsoniqParser.FlowrExprContext.countClause()JsoniqParser.FlowrStatementContext.countClause()Methods in org.rumbledb.parser.jsoniq with parameters of type JsoniqParser.CountClauseContextModifier and TypeMethodDescriptionJsoniqBaseVisitor.visitCountClause(JsoniqParser.CountClauseContext ctx) Visit a parse tree produced byJsoniqParser.countClause().JsoniqVisitor.visitCountClause(JsoniqParser.CountClauseContext ctx) Visit a parse tree produced byJsoniqParser.countClause().