Uses of Class
com.walkfares.odsl.searchgrammar.SearchParser.TagContext
| Package | Description |
|---|---|
| com.walkfares.odsl.searchgrammar |
-
Uses of SearchParser.TagContext in com.walkfares.odsl.searchgrammar
Methods in com.walkfares.odsl.searchgrammar that return SearchParser.TagContext Modifier and Type Method Description SearchParser.TagContextSearchParser. tag()SearchParser.TagContextSearchParser.TermContext. tag()Methods in com.walkfares.odsl.searchgrammar with parameters of type SearchParser.TagContext Modifier and Type Method Description voidSearchBaseListener. enterTag(SearchParser.TagContext ctx)Enter a parse tree produced bySearchParser.tag().voidSearchListener. enterTag(SearchParser.TagContext ctx)Enter a parse tree produced bySearchParser.tag().voidSearchBaseListener. exitTag(SearchParser.TagContext ctx)Exit a parse tree produced bySearchParser.tag().voidSearchListener. exitTag(SearchParser.TagContext ctx)Exit a parse tree produced bySearchParser.tag().TSearchBaseVisitor. visitTag(SearchParser.TagContext ctx)Visit a parse tree produced bySearchParser.tag().TSearchVisitor. visitTag(SearchParser.TagContext ctx)Visit a parse tree produced bySearchParser.tag().