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