Uses of Class
org.rumbledb.parser.xquery.XQueryParser.WhileStatementContext
Packages that use XQueryParser.WhileStatementContext
-
Uses of XQueryParser.WhileStatementContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.WhileStatementContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitWhileStatement
(XQueryParser.WhileStatementContext ctx) -
Uses of XQueryParser.WhileStatementContext in org.rumbledb.parser.xquery
Methods in org.rumbledb.parser.xquery that return XQueryParser.WhileStatementContextModifier and TypeMethodDescriptionXQueryParser.StatementContext.whileStatement()
XQueryParser.whileStatement()
Methods in org.rumbledb.parser.xquery with parameters of type XQueryParser.WhileStatementContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitWhileStatement
(XQueryParser.WhileStatementContext ctx) Visit a parse tree produced byXQueryParser.whileStatement()
.XQueryParserVisitor.visitWhileStatement
(XQueryParser.WhileStatementContext ctx) Visit a parse tree produced byXQueryParser.whileStatement()
.