Uses of Class
org.rumbledb.parser.jsoniq.JsoniqParser.ParenthesizedExprContext
Packages that use JsoniqParser.ParenthesizedExprContext
-
Uses of JsoniqParser.ParenthesizedExprContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type JsoniqParser.ParenthesizedExprContextModifier and TypeMethodDescriptionTranslationVisitor.visitParenthesizedExpr
(JsoniqParser.ParenthesizedExprContext ctx) -
Uses of JsoniqParser.ParenthesizedExprContext in org.rumbledb.parser.jsoniq
Fields in org.rumbledb.parser.jsoniq declared as JsoniqParser.ParenthesizedExprContextMethods in org.rumbledb.parser.jsoniq that return JsoniqParser.ParenthesizedExprContextModifier and TypeMethodDescriptionJsoniqParser.ArrowFunctionSpecifierContext.parenthesizedExpr()
JsoniqParser.ObjectLookupContext.parenthesizedExpr()
JsoniqParser.parenthesizedExpr()
JsoniqParser.PrimaryExprContext.parenthesizedExpr()
Methods in org.rumbledb.parser.jsoniq with parameters of type JsoniqParser.ParenthesizedExprContextModifier and TypeMethodDescriptionJsoniqBaseVisitor.visitParenthesizedExpr
(JsoniqParser.ParenthesizedExprContext ctx) Visit a parse tree produced byJsoniqParser.parenthesizedExpr()
.JsoniqVisitor.visitParenthesizedExpr
(JsoniqParser.ParenthesizedExprContext ctx) Visit a parse tree produced byJsoniqParser.parenthesizedExpr()
.