Uses of Class
org.rumbledb.parser.jsoniq.JsoniqParser.CreateCollectionExprContext
Packages that use JsoniqParser.CreateCollectionExprContext
-
Uses of JsoniqParser.CreateCollectionExprContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type JsoniqParser.CreateCollectionExprContextModifier and TypeMethodDescriptionTranslationVisitor.visitCreateCollectionExpr
(JsoniqParser.CreateCollectionExprContext ctx) -
Uses of JsoniqParser.CreateCollectionExprContext in org.rumbledb.parser.jsoniq
Methods in org.rumbledb.parser.jsoniq that return JsoniqParser.CreateCollectionExprContextModifier and TypeMethodDescriptionJsoniqParser.createCollectionExpr()
JsoniqParser.ExprSimpleContext.createCollectionExpr()
Methods in org.rumbledb.parser.jsoniq with parameters of type JsoniqParser.CreateCollectionExprContextModifier and TypeMethodDescriptionJsoniqBaseVisitor.visitCreateCollectionExpr
(JsoniqParser.CreateCollectionExprContext ctx) Visit a parse tree produced byJsoniqParser.createCollectionExpr()
.JsoniqVisitor.visitCreateCollectionExpr
(JsoniqParser.CreateCollectionExprContext ctx) Visit a parse tree produced byJsoniqParser.createCollectionExpr()
.