Uses of Class
org.rumbledb.parser.jsoniq.JsoniqParser.WhereClauseContext
Packages that use JsoniqParser.WhereClauseContext
-
Uses of JsoniqParser.WhereClauseContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type JsoniqParser.WhereClauseContextModifier and TypeMethodDescriptionTranslationVisitor.visitWhereClause(JsoniqParser.WhereClauseContext ctx) -
Uses of JsoniqParser.WhereClauseContext in org.rumbledb.parser.jsoniq
Methods in org.rumbledb.parser.jsoniq that return JsoniqParser.WhereClauseContextModifier and TypeMethodDescriptionJsoniqParser.FlowrExprContext.whereClause(int i) JsoniqParser.FlowrStatementContext.whereClause(int i) JsoniqParser.whereClause()Methods in org.rumbledb.parser.jsoniq that return types with arguments of type JsoniqParser.WhereClauseContextModifier and TypeMethodDescriptionJsoniqParser.FlowrExprContext.whereClause()JsoniqParser.FlowrStatementContext.whereClause()Methods in org.rumbledb.parser.jsoniq with parameters of type JsoniqParser.WhereClauseContextModifier and TypeMethodDescriptionJsoniqBaseVisitor.visitWhereClause(JsoniqParser.WhereClauseContext ctx) Visit a parse tree produced byJsoniqParser.whereClause().JsoniqVisitor.visitWhereClause(JsoniqParser.WhereClauseContext ctx) Visit a parse tree produced byJsoniqParser.whereClause().