Uses of Class
org.rumbledb.parser.xquery.XQueryParser.ParenthesizedExprContext
Packages that use XQueryParser.ParenthesizedExprContext
-
Uses of XQueryParser.ParenthesizedExprContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.ParenthesizedExprContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitParenthesizedExpr
(XQueryParser.ParenthesizedExprContext ctx) -
Uses of XQueryParser.ParenthesizedExprContext in org.rumbledb.parser.xquery
Fields in org.rumbledb.parser.xquery declared as XQueryParser.ParenthesizedExprContextMethods in org.rumbledb.parser.xquery that return XQueryParser.ParenthesizedExprContextModifier and TypeMethodDescriptionXQueryParser.ArrowFunctionSpecifierContext.parenthesizedExpr()
XQueryParser.KeySpecifierContext.parenthesizedExpr()
XQueryParser.parenthesizedExpr()
XQueryParser.PrimaryExprContext.parenthesizedExpr()
Methods in org.rumbledb.parser.xquery with parameters of type XQueryParser.ParenthesizedExprContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitParenthesizedExpr
(XQueryParser.ParenthesizedExprContext ctx) Visit a parse tree produced byXQueryParser.parenthesizedExpr()
.XQueryParserVisitor.visitParenthesizedExpr
(XQueryParser.ParenthesizedExprContext ctx) Visit a parse tree produced byXQueryParser.parenthesizedExpr()
.