Uses of Class
org.rumbledb.parser.xquery.XQueryParser.PathExprContext
Packages that use XQueryParser.PathExprContext
-
Uses of XQueryParser.PathExprContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.PathExprContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitPathExpr(XQueryParser.PathExprContext ctx) -
Uses of XQueryParser.PathExprContext in org.rumbledb.parser.xquery
Fields in org.rumbledb.parser.xquery declared as XQueryParser.PathExprContextModifier and TypeFieldDescriptionXQueryParser.SimpleMapExprContext.main_exprXQueryParser.SimpleMapExprContext.pathExprFields in org.rumbledb.parser.xquery with type parameters of type XQueryParser.PathExprContextMethods in org.rumbledb.parser.xquery that return XQueryParser.PathExprContextModifier and TypeMethodDescriptionXQueryParser.pathExpr()XQueryParser.SimpleMapExprContext.pathExpr(int i) Methods in org.rumbledb.parser.xquery that return types with arguments of type XQueryParser.PathExprContextMethods in org.rumbledb.parser.xquery with parameters of type XQueryParser.PathExprContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitPathExpr(XQueryParser.PathExprContext ctx) Visit a parse tree produced byXQueryParser.pathExpr().XQueryParserVisitor.visitPathExpr(XQueryParser.PathExprContext ctx) Visit a parse tree produced byXQueryParser.pathExpr().