Uses of Class
org.rumbledb.parser.xquery.XQueryParser.AndExprContext
Packages that use XQueryParser.AndExprContext
-
Uses of XQueryParser.AndExprContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.AndExprContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitAndExpr(XQueryParser.AndExprContext ctx) -
Uses of XQueryParser.AndExprContext in org.rumbledb.parser.xquery
Fields in org.rumbledb.parser.xquery declared as XQueryParser.AndExprContextModifier and TypeFieldDescriptionXQueryParser.OrExprContext.andExprXQueryParser.OrExprContext.main_exprFields in org.rumbledb.parser.xquery with type parameters of type XQueryParser.AndExprContextMethods in org.rumbledb.parser.xquery that return XQueryParser.AndExprContextModifier and TypeMethodDescriptionXQueryParser.andExpr()XQueryParser.OrExprContext.andExpr(int i) Methods in org.rumbledb.parser.xquery that return types with arguments of type XQueryParser.AndExprContextMethods in org.rumbledb.parser.xquery with parameters of type XQueryParser.AndExprContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitAndExpr(XQueryParser.AndExprContext ctx) Visit a parse tree produced byXQueryParser.andExpr().XQueryParserVisitor.visitAndExpr(XQueryParser.AndExprContext ctx) Visit a parse tree produced byXQueryParser.andExpr().