Uses of Class
org.rumbledb.parser.xquery.XQueryParser.CountClauseContext
Packages that use XQueryParser.CountClauseContext
-
Uses of XQueryParser.CountClauseContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.CountClauseContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitCountClause
(XQueryParser.CountClauseContext ctx) -
Uses of XQueryParser.CountClauseContext in org.rumbledb.parser.xquery
Methods in org.rumbledb.parser.xquery that return XQueryParser.CountClauseContextModifier and TypeMethodDescriptionXQueryParser.countClause()
XQueryParser.FlowrStatementContext.countClause
(int i) XQueryParser.FlworExprContext.countClause
(int i) Methods in org.rumbledb.parser.xquery that return types with arguments of type XQueryParser.CountClauseContextModifier and TypeMethodDescriptionXQueryParser.FlowrStatementContext.countClause()
XQueryParser.FlworExprContext.countClause()
Methods in org.rumbledb.parser.xquery with parameters of type XQueryParser.CountClauseContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitCountClause
(XQueryParser.CountClauseContext ctx) Visit a parse tree produced byXQueryParser.countClause()
.XQueryParserVisitor.visitCountClause
(XQueryParser.CountClauseContext ctx) Visit a parse tree produced byXQueryParser.countClause()
.