Uses of Class
org.rumbledb.parser.xquery.XQueryParser.PrimaryExprContext
Packages that use XQueryParser.PrimaryExprContext
-
Uses of XQueryParser.PrimaryExprContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.PrimaryExprContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitPrimaryExpr
(XQueryParser.PrimaryExprContext ctx) -
Uses of XQueryParser.PrimaryExprContext in org.rumbledb.parser.xquery
Fields in org.rumbledb.parser.xquery declared as XQueryParser.PrimaryExprContextModifier and TypeFieldDescriptionXQueryParser.PostfixExprContext.main_expr
XQueryParser.UpdateLocatorContext.main_expr
Methods in org.rumbledb.parser.xquery that return XQueryParser.PrimaryExprContextModifier and TypeMethodDescriptionXQueryParser.PostfixExprContext.primaryExpr()
XQueryParser.primaryExpr()
XQueryParser.UpdateLocatorContext.primaryExpr()
Methods in org.rumbledb.parser.xquery with parameters of type XQueryParser.PrimaryExprContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitPrimaryExpr
(XQueryParser.PrimaryExprContext ctx) Visit a parse tree produced byXQueryParser.primaryExpr()
.XQueryParserVisitor.visitPrimaryExpr
(XQueryParser.PrimaryExprContext ctx) Visit a parse tree produced byXQueryParser.primaryExpr()
.