Uses of Class
org.rumbledb.parser.xquery.XQueryParser.UnaryLookupContext
Packages that use XQueryParser.UnaryLookupContext
-
Uses of XQueryParser.UnaryLookupContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.UnaryLookupContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitUnaryLookup
(XQueryParser.UnaryLookupContext ctx) -
Uses of XQueryParser.UnaryLookupContext in org.rumbledb.parser.xquery
Methods in org.rumbledb.parser.xquery that return XQueryParser.UnaryLookupContextModifier and TypeMethodDescriptionXQueryParser.PrimaryExprContext.unaryLookup()
XQueryParser.unaryLookup()
Methods in org.rumbledb.parser.xquery with parameters of type XQueryParser.UnaryLookupContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitUnaryLookup
(XQueryParser.UnaryLookupContext ctx) Visit a parse tree produced byXQueryParser.unaryLookup()
.XQueryParserVisitor.visitUnaryLookup
(XQueryParser.UnaryLookupContext ctx) Visit a parse tree produced byXQueryParser.unaryLookup()
.