Uses of Class
org.rumbledb.parser.jsoniq.JsoniqParser.BlockStatementContext
Packages that use JsoniqParser.BlockStatementContext
-
Uses of JsoniqParser.BlockStatementContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type JsoniqParser.BlockStatementContextModifier and TypeMethodDescriptionTranslationVisitor.visitBlockStatement(JsoniqParser.BlockStatementContext ctx) -
Uses of JsoniqParser.BlockStatementContext in org.rumbledb.parser.jsoniq
Fields in org.rumbledb.parser.jsoniq declared as JsoniqParser.BlockStatementContextModifier and TypeFieldDescriptionJsoniqParser.CatchCaseStatementContext.catch_blockJsoniqParser.TryCatchStatementContext.try_blockMethods in org.rumbledb.parser.jsoniq that return JsoniqParser.BlockStatementContextModifier and TypeMethodDescriptionJsoniqParser.blockStatement()JsoniqParser.CatchCaseStatementContext.blockStatement()JsoniqParser.StatementContext.blockStatement()JsoniqParser.TryCatchStatementContext.blockStatement()Methods in org.rumbledb.parser.jsoniq with parameters of type JsoniqParser.BlockStatementContextModifier and TypeMethodDescriptionJsoniqBaseVisitor.visitBlockStatement(JsoniqParser.BlockStatementContext ctx) Visit a parse tree produced byJsoniqParser.blockStatement().JsoniqVisitor.visitBlockStatement(JsoniqParser.BlockStatementContext ctx) Visit a parse tree produced byJsoniqParser.blockStatement().