Uses of Class
org.rumbledb.parser.xquery.XQueryParser.SwitchExprContext
Packages that use XQueryParser.SwitchExprContext
-
Uses of XQueryParser.SwitchExprContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.SwitchExprContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitSwitchExpr(XQueryParser.SwitchExprContext ctx) -
Uses of XQueryParser.SwitchExprContext in org.rumbledb.parser.xquery
Methods in org.rumbledb.parser.xquery that return XQueryParser.SwitchExprContextModifier and TypeMethodDescriptionXQueryParser.ExprSingleContext.switchExpr()XQueryParser.switchExpr()Methods in org.rumbledb.parser.xquery with parameters of type XQueryParser.SwitchExprContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitSwitchExpr(XQueryParser.SwitchExprContext ctx) Visit a parse tree produced byXQueryParser.switchExpr().XQueryParserVisitor.visitSwitchExpr(XQueryParser.SwitchExprContext ctx) Visit a parse tree produced byXQueryParser.switchExpr().