Uses of Class
app.commerceio.spring.data.search.SearchParser.PrioritySearchContext
-
-
Uses of SearchParser.PrioritySearchContext in app.commerceio.spring.data.search
Methods in app.commerceio.spring.data.search with parameters of type SearchParser.PrioritySearchContext Modifier and Type Method Description voidSearchBaseListener. enterPrioritySearch(SearchParser.PrioritySearchContext ctx)Enter a parse tree produced by theprioritySearchlabeled alternative inSearchParser.search().voidSearchListener. enterPrioritySearch(SearchParser.PrioritySearchContext ctx)Enter a parse tree produced by theprioritySearchlabeled alternative inSearchParser.search().voidSearchBaseListener. exitPrioritySearch(SearchParser.PrioritySearchContext ctx)Exit a parse tree produced by theprioritySearchlabeled alternative inSearchParser.search().voidSearchListener. exitPrioritySearch(SearchParser.PrioritySearchContext ctx)Exit a parse tree produced by theprioritySearchlabeled alternative inSearchParser.search().TSearchBaseVisitor. visitPrioritySearch(SearchParser.PrioritySearchContext ctx)Visit a parse tree produced by theprioritySearchlabeled alternative inSearchParser.search().TSearchVisitor. visitPrioritySearch(SearchParser.PrioritySearchContext ctx)Visit a parse tree produced by theprioritySearchlabeled alternative inSearchParser.search().
-