Uses of Class
org.rumbledb.parser.xquery.XQueryParser.UnaryExprContext
Packages that use XQueryParser.UnaryExprContext
-
Uses of XQueryParser.UnaryExprContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.UnaryExprContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitUnaryExpr
(XQueryParser.UnaryExprContext ctx) -
Uses of XQueryParser.UnaryExprContext in org.rumbledb.parser.xquery
Fields in org.rumbledb.parser.xquery declared as XQueryParser.UnaryExprContextMethods in org.rumbledb.parser.xquery that return XQueryParser.UnaryExprContextModifier and TypeMethodDescriptionXQueryParser.ArrowExprContext.unaryExpr()
XQueryParser.unaryExpr()
Methods in org.rumbledb.parser.xquery with parameters of type XQueryParser.UnaryExprContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitUnaryExpr
(XQueryParser.UnaryExprContext ctx) Visit a parse tree produced byXQueryParser.unaryExpr()
.XQueryParserVisitor.visitUnaryExpr
(XQueryParser.UnaryExprContext ctx) Visit a parse tree produced byXQueryParser.unaryExpr()
.