Uses of Class
org.rumbledb.parser.jsoniq.JsoniqParser.WhileStatementContext
Packages that use JsoniqParser.WhileStatementContext
-
Uses of JsoniqParser.WhileStatementContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type JsoniqParser.WhileStatementContextModifier and TypeMethodDescriptionTranslationVisitor.visitWhileStatement(JsoniqParser.WhileStatementContext ctx) -
Uses of JsoniqParser.WhileStatementContext in org.rumbledb.parser.jsoniq
Methods in org.rumbledb.parser.jsoniq that return JsoniqParser.WhileStatementContextModifier and TypeMethodDescriptionJsoniqParser.StatementContext.whileStatement()JsoniqParser.whileStatement()Methods in org.rumbledb.parser.jsoniq with parameters of type JsoniqParser.WhileStatementContextModifier and TypeMethodDescriptionJsoniqBaseVisitor.visitWhileStatement(JsoniqParser.WhileStatementContext ctx) Visit a parse tree produced byJsoniqParser.whileStatement().JsoniqVisitor.visitWhileStatement(JsoniqParser.WhileStatementContext ctx) Visit a parse tree produced byJsoniqParser.whileStatement().