Uses of Class
org.rumbledb.parser.xquery.XQueryParser.ArrowExprContext
Packages that use XQueryParser.ArrowExprContext
-
Uses of XQueryParser.ArrowExprContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.ArrowExprContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitArrowExpr
(XQueryParser.ArrowExprContext ctx) -
Uses of XQueryParser.ArrowExprContext in org.rumbledb.parser.xquery
Fields in org.rumbledb.parser.xquery declared as XQueryParser.ArrowExprContextMethods in org.rumbledb.parser.xquery that return XQueryParser.ArrowExprContextModifier and TypeMethodDescriptionXQueryParser.arrowExpr()
XQueryParser.CastExprContext.arrowExpr()
Methods in org.rumbledb.parser.xquery with parameters of type XQueryParser.ArrowExprContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitArrowExpr
(XQueryParser.ArrowExprContext ctx) Visit a parse tree produced byXQueryParser.arrowExpr()
.XQueryParserVisitor.visitArrowExpr
(XQueryParser.ArrowExprContext ctx) Visit a parse tree produced byXQueryParser.arrowExpr()
.