Package com.walkfares.odsl.searchgrammar
Interface SearchListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
SearchBaseListener
public interface SearchListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
SearchParser
.-
Method Summary
-
Method Details
-
enterStart
Enter a parse tree produced bySearchParser.start()
.- Parameters:
ctx
- the parse tree
-
exitStart
Exit a parse tree produced bySearchParser.start()
.- Parameters:
ctx
- the parse tree
-
enterTerm
Enter a parse tree produced bySearchParser.term()
.- Parameters:
ctx
- the parse tree
-
exitTerm
Exit a parse tree produced bySearchParser.term()
.- Parameters:
ctx
- the parse tree
-
enterGroup
Enter a parse tree produced bySearchParser.group()
.- Parameters:
ctx
- the parse tree
-
exitGroup
Exit a parse tree produced bySearchParser.group()
.- Parameters:
ctx
- the parse tree
-
enterOr
Enter a parse tree produced bySearchParser.or()
.- Parameters:
ctx
- the parse tree
-
exitOr
Exit a parse tree produced bySearchParser.or()
.- Parameters:
ctx
- the parse tree
-
enterNot
Enter a parse tree produced bySearchParser.not()
.- Parameters:
ctx
- the parse tree
-
exitNot
Exit a parse tree produced bySearchParser.not()
.- Parameters:
ctx
- the parse tree
-
enterTag
Enter a parse tree produced bySearchParser.tag()
.- Parameters:
ctx
- the parse tree
-
exitTag
Exit a parse tree produced bySearchParser.tag()
.- Parameters:
ctx
- the parse tree
-
enterNamed
Enter a parse tree produced bySearchParser.named()
.- Parameters:
ctx
- the parse tree
-
exitNamed
Exit a parse tree produced bySearchParser.named()
.- Parameters:
ctx
- the parse tree
-
enterField
Enter a parse tree produced bySearchParser.field()
.- Parameters:
ctx
- the parse tree
-
exitField
Exit a parse tree produced bySearchParser.field()
.- Parameters:
ctx
- the parse tree
-
enterWord
Enter a parse tree produced bySearchParser.word()
.- Parameters:
ctx
- the parse tree
-
exitWord
Exit a parse tree produced bySearchParser.word()
.- Parameters:
ctx
- the parse tree
-
enterWords
Enter a parse tree produced bySearchParser.words()
.- Parameters:
ctx
- the parse tree
-
exitWords
Exit a parse tree produced bySearchParser.words()
.- Parameters:
ctx
- the parse tree
-