Uses of Class
org.rumbledb.parser.jsoniq.JsoniqParser.SwitchStatementContext
Packages that use JsoniqParser.SwitchStatementContext
-
Uses of JsoniqParser.SwitchStatementContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type JsoniqParser.SwitchStatementContextModifier and TypeMethodDescriptionTranslationVisitor.visitSwitchStatement(JsoniqParser.SwitchStatementContext ctx) -
Uses of JsoniqParser.SwitchStatementContext in org.rumbledb.parser.jsoniq
Methods in org.rumbledb.parser.jsoniq that return JsoniqParser.SwitchStatementContextModifier and TypeMethodDescriptionJsoniqParser.StatementContext.switchStatement()JsoniqParser.switchStatement()Methods in org.rumbledb.parser.jsoniq with parameters of type JsoniqParser.SwitchStatementContextModifier and TypeMethodDescriptionJsoniqBaseVisitor.visitSwitchStatement(JsoniqParser.SwitchStatementContext ctx) Visit a parse tree produced byJsoniqParser.switchStatement().JsoniqVisitor.visitSwitchStatement(JsoniqParser.SwitchStatementContext ctx) Visit a parse tree produced byJsoniqParser.switchStatement().