Uses of Class
com.walkfares.odsl.searchgrammar.SearchParser.NotContext
| Package | Description |
|---|---|
| com.walkfares.odsl.searchgrammar |
-
Uses of SearchParser.NotContext in com.walkfares.odsl.searchgrammar
Methods in com.walkfares.odsl.searchgrammar that return SearchParser.NotContext Modifier and Type Method Description SearchParser.NotContextSearchParser. not()SearchParser.NotContextSearchParser.TermContext. not()Methods in com.walkfares.odsl.searchgrammar with parameters of type SearchParser.NotContext Modifier and Type Method Description voidSearchBaseListener. enterNot(SearchParser.NotContext ctx)Enter a parse tree produced bySearchParser.not().voidSearchListener. enterNot(SearchParser.NotContext ctx)Enter a parse tree produced bySearchParser.not().voidSearchBaseListener. exitNot(SearchParser.NotContext ctx)Exit a parse tree produced bySearchParser.not().voidSearchListener. exitNot(SearchParser.NotContext ctx)Exit a parse tree produced bySearchParser.not().TSearchBaseVisitor. visitNot(SearchParser.NotContext ctx)Visit a parse tree produced bySearchParser.not().TSearchVisitor. visitNot(SearchParser.NotContext ctx)Visit a parse tree produced bySearchParser.not().