Interface PolyglotListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
CriteriaExtractor,PolyglotBaseListener
public interface PolyglotListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
PolyglotParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byPolyglotParser.attribute_key().voidEnter a parse tree produced byPolyglotParser.expr_and().voidEnter a parse tree produced byPolyglotParser.expr_atom().voidEnter a parse tree produced byPolyglotParser.expr_or().voidEnter a parse tree produced byPolyglotParser.order_by().voidEnter a parse tree produced byPolyglotParser.order_key().voidEnter a parse tree produced byPolyglotParser.query().voidEnter a parse tree produced byPolyglotParser.type_key().voidEnter a parse tree produced byPolyglotParser.where_clause().voidExit a parse tree produced byPolyglotParser.attribute_key().voidExit a parse tree produced byPolyglotParser.expr_and().voidExit a parse tree produced byPolyglotParser.expr_atom().voidExit a parse tree produced byPolyglotParser.expr_or().voidExit a parse tree produced byPolyglotParser.order_by().voidExit a parse tree produced byPolyglotParser.order_key().voidExit a parse tree produced byPolyglotParser.query().voidExit a parse tree produced byPolyglotParser.type_key().voidExit a parse tree produced byPolyglotParser.where_clause().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterQuery
Enter a parse tree produced byPolyglotParser.query().- Parameters:
ctx- the parse tree
-
exitQuery
Exit a parse tree produced byPolyglotParser.query().- Parameters:
ctx- the parse tree
-
enterWhere_clause
Enter a parse tree produced byPolyglotParser.where_clause().- Parameters:
ctx- the parse tree
-
exitWhere_clause
Exit a parse tree produced byPolyglotParser.where_clause().- Parameters:
ctx- the parse tree
-
enterType_key
Enter a parse tree produced byPolyglotParser.type_key().- Parameters:
ctx- the parse tree
-
exitType_key
Exit a parse tree produced byPolyglotParser.type_key().- Parameters:
ctx- the parse tree
-
enterExpr_or
Enter a parse tree produced byPolyglotParser.expr_or().- Parameters:
ctx- the parse tree
-
exitExpr_or
Exit a parse tree produced byPolyglotParser.expr_or().- Parameters:
ctx- the parse tree
-
enterExpr_and
Enter a parse tree produced byPolyglotParser.expr_and().- Parameters:
ctx- the parse tree
-
exitExpr_and
Exit a parse tree produced byPolyglotParser.expr_and().- Parameters:
ctx- the parse tree
-
enterExpr_atom
Enter a parse tree produced byPolyglotParser.expr_atom().- Parameters:
ctx- the parse tree
-
exitExpr_atom
Exit a parse tree produced byPolyglotParser.expr_atom().- Parameters:
ctx- the parse tree
-
enterAttribute_key
Enter a parse tree produced byPolyglotParser.attribute_key().- Parameters:
ctx- the parse tree
-
exitAttribute_key
Exit a parse tree produced byPolyglotParser.attribute_key().- Parameters:
ctx- the parse tree
-
enterOrder_key
Enter a parse tree produced byPolyglotParser.order_key().- Parameters:
ctx- the parse tree
-
exitOrder_key
Exit a parse tree produced byPolyglotParser.order_key().- Parameters:
ctx- the parse tree
-
enterOrder_by
Enter a parse tree produced byPolyglotParser.order_by().- Parameters:
ctx- the parse tree
-
exitOrder_by
Exit a parse tree produced byPolyglotParser.order_by().- Parameters:
ctx- the parse tree
-