Package org.gorpipe.gor
Interface GorScriptListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
GorScriptBaseListener
public interface GorScriptListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
GorScriptParser.-
Method Summary
-
Method Details
-
enterScript
Enter a parse tree produced byGorScriptParser.script().- Parameters:
ctx- the parse tree
-
exitScript
Exit a parse tree produced byGorScriptParser.script().- Parameters:
ctx- the parse tree
-
enterCalc_expression
Enter a parse tree produced byGorScriptParser.calc_expression().- Parameters:
ctx- the parse tree
-
exitCalc_expression
Exit a parse tree produced byGorScriptParser.calc_expression().- Parameters:
ctx- the parse tree
-
enterCreate_statement
Enter a parse tree produced byGorScriptParser.create_statement().- Parameters:
ctx- the parse tree
-
exitCreate_statement
Exit a parse tree produced byGorScriptParser.create_statement().- Parameters:
ctx- the parse tree
-
enterDef_macro
Enter a parse tree produced byGorScriptParser.def_macro().- Parameters:
ctx- the parse tree
-
exitDef_macro
Exit a parse tree produced byGorScriptParser.def_macro().- Parameters:
ctx- the parse tree
-
enterMacro_value
Enter a parse tree produced byGorScriptParser.macro_value().- Parameters:
ctx- the parse tree
-
exitMacro_value
Exit a parse tree produced byGorScriptParser.macro_value().- Parameters:
ctx- the parse tree
-
enterMacro_name
Enter a parse tree produced byGorScriptParser.macro_name().- Parameters:
ctx- the parse tree
-
exitMacro_name
Exit a parse tree produced byGorScriptParser.macro_name().- Parameters:
ctx- the parse tree
-
enterVirtual_relation_name
Enter a parse tree produced byGorScriptParser.virtual_relation_name().- Parameters:
ctx- the parse tree
-
exitVirtual_relation_name
Exit a parse tree produced byGorScriptParser.virtual_relation_name().- Parameters:
ctx- the parse tree
-
enterQuery_expression
Enter a parse tree produced byGorScriptParser.query_expression().- Parameters:
ctx- the parse tree
-
exitQuery_expression
Exit a parse tree produced byGorScriptParser.query_expression().- Parameters:
ctx- the parse tree
-
enterGornor_expression
Enter a parse tree produced byGorScriptParser.gornor_expression().- Parameters:
ctx- the parse tree
-
exitGornor_expression
Exit a parse tree produced byGorScriptParser.gornor_expression().- Parameters:
ctx- the parse tree
-
enterGor_expression
Enter a parse tree produced byGorScriptParser.gor_expression().- Parameters:
ctx- the parse tree
-
exitGor_expression
Exit a parse tree produced byGorScriptParser.gor_expression().- Parameters:
ctx- the parse tree
-
enterPgor_expression
Enter a parse tree produced byGorScriptParser.pgor_expression().- Parameters:
ctx- the parse tree
-
exitPgor_expression
Exit a parse tree produced byGorScriptParser.pgor_expression().- Parameters:
ctx- the parse tree
-
enterNor_expression
Enter a parse tree produced byGorScriptParser.nor_expression().- Parameters:
ctx- the parse tree
-
exitNor_expression
Exit a parse tree produced byGorScriptParser.nor_expression().- Parameters:
ctx- the parse tree
-
enterOptions_and_args
Enter a parse tree produced byGorScriptParser.options_and_args().- Parameters:
ctx- the parse tree
-
exitOptions_and_args
Exit a parse tree produced byGorScriptParser.options_and_args().- Parameters:
ctx- the parse tree
-
enterOption
Enter a parse tree produced byGorScriptParser.option().- Parameters:
ctx- the parse tree
-
exitOption
Exit a parse tree produced byGorScriptParser.option().- Parameters:
ctx- the parse tree
-
enterArgument
Enter a parse tree produced byGorScriptParser.argument().- Parameters:
ctx- the parse tree
-
exitArgument
Exit a parse tree produced byGorScriptParser.argument().- Parameters:
ctx- the parse tree
-
enterVirtual_relation
Enter a parse tree produced byGorScriptParser.virtual_relation().- Parameters:
ctx- the parse tree
-
exitVirtual_relation
Exit a parse tree produced byGorScriptParser.virtual_relation().- Parameters:
ctx- the parse tree
-
enterInput_source
Enter a parse tree produced byGorScriptParser.input_source().- Parameters:
ctx- the parse tree
-
exitInput_source
Exit a parse tree produced byGorScriptParser.input_source().- Parameters:
ctx- the parse tree
-
enterFilename
Enter a parse tree produced byGorScriptParser.filename().- Parameters:
ctx- the parse tree
-
exitFilename
Exit a parse tree produced byGorScriptParser.filename().- Parameters:
ctx- the parse tree
-
enterNested_query
Enter a parse tree produced byGorScriptParser.nested_query().- Parameters:
ctx- the parse tree
-
exitNested_query
Exit a parse tree produced byGorScriptParser.nested_query().- Parameters:
ctx- the parse tree
-
enterOption_value
Enter a parse tree produced byGorScriptParser.option_value().- Parameters:
ctx- the parse tree
-
exitOption_value
Exit a parse tree produced byGorScriptParser.option_value().- Parameters:
ctx- the parse tree
-
enterPipe_command
Enter a parse tree produced byGorScriptParser.pipe_command().- Parameters:
ctx- the parse tree
-
exitPipe_command
Exit a parse tree produced byGorScriptParser.pipe_command().- Parameters:
ctx- the parse tree
-
enterCalc_command
Enter a parse tree produced byGorScriptParser.calc_command().- Parameters:
ctx- the parse tree
-
exitCalc_command
Exit a parse tree produced byGorScriptParser.calc_command().- Parameters:
ctx- the parse tree
-
enterWhere_command
Enter a parse tree produced byGorScriptParser.where_command().- Parameters:
ctx- the parse tree
-
exitWhere_command
Exit a parse tree produced byGorScriptParser.where_command().- Parameters:
ctx- the parse tree
-
enterReplace_command
Enter a parse tree produced byGorScriptParser.replace_command().- Parameters:
ctx- the parse tree
-
exitReplace_command
Exit a parse tree produced byGorScriptParser.replace_command().- Parameters:
ctx- the parse tree
-
enterSelect_command
Enter a parse tree produced byGorScriptParser.select_command().- Parameters:
ctx- the parse tree
-
exitSelect_command
Exit a parse tree produced byGorScriptParser.select_command().- Parameters:
ctx- the parse tree
-
enterHide_command
Enter a parse tree produced byGorScriptParser.hide_command().- Parameters:
ctx- the parse tree
-
exitHide_command
Exit a parse tree produced byGorScriptParser.hide_command().- Parameters:
ctx- the parse tree
-
enterRename_command
Enter a parse tree produced byGorScriptParser.rename_command().- Parameters:
ctx- the parse tree
-
exitRename_command
Exit a parse tree produced byGorScriptParser.rename_command().- Parameters:
ctx- the parse tree
-
enterGeneric_command
Enter a parse tree produced byGorScriptParser.generic_command().- Parameters:
ctx- the parse tree
-
exitGeneric_command
Exit a parse tree produced byGorScriptParser.generic_command().- Parameters:
ctx- the parse tree
-
enterColumn_list
Enter a parse tree produced byGorScriptParser.column_list().- Parameters:
ctx- the parse tree
-
exitColumn_list
Exit a parse tree produced byGorScriptParser.column_list().- Parameters:
ctx- the parse tree
-
enterColumn_selection
Enter a parse tree produced byGorScriptParser.column_selection().- Parameters:
ctx- the parse tree
-
exitColumn_selection
Exit a parse tree produced byGorScriptParser.column_selection().- Parameters:
ctx- the parse tree
-
enterColumn_range
Enter a parse tree produced byGorScriptParser.column_range().- Parameters:
ctx- the parse tree
-
exitColumn_range
Exit a parse tree produced byGorScriptParser.column_range().- Parameters:
ctx- the parse tree
-
enterColumn_ref
Enter a parse tree produced byGorScriptParser.column_ref().- Parameters:
ctx- the parse tree
-
exitColumn_ref
Exit a parse tree produced byGorScriptParser.column_ref().- Parameters:
ctx- the parse tree
-
enterColumn_wildcard
Enter a parse tree produced byGorScriptParser.column_wildcard().- Parameters:
ctx- the parse tree
-
exitColumn_wildcard
Exit a parse tree produced byGorScriptParser.column_wildcard().- Parameters:
ctx- the parse tree
-
enterColumn_name
Enter a parse tree produced byGorScriptParser.column_name().- Parameters:
ctx- the parse tree
-
exitColumn_name
Exit a parse tree produced byGorScriptParser.column_name().- Parameters:
ctx- the parse tree
-
enterColumn_number
Enter a parse tree produced byGorScriptParser.column_number().- Parameters:
ctx- the parse tree
-
exitColumn_number
Exit a parse tree produced byGorScriptParser.column_number().- Parameters:
ctx- the parse tree
-
enterColumn_rename_rule
Enter a parse tree produced byGorScriptParser.column_rename_rule().- Parameters:
ctx- the parse tree
-
exitColumn_rename_rule
Exit a parse tree produced byGorScriptParser.column_rename_rule().- Parameters:
ctx- the parse tree
-
enterCalc_expression_list
Enter a parse tree produced byGorScriptParser.calc_expression_list().- Parameters:
ctx- the parse tree
-
exitCalc_expression_list
Exit a parse tree produced byGorScriptParser.calc_expression_list().- Parameters:
ctx- the parse tree
-
enterExpression
Enter a parse tree produced byGorScriptParser.expression().- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced byGorScriptParser.expression().- Parameters:
ctx- the parse tree
-
enterTerm
Enter a parse tree produced byGorScriptParser.term().- Parameters:
ctx- the parse tree
-
exitTerm
Exit a parse tree produced byGorScriptParser.term().- Parameters:
ctx- the parse tree
-
enterOptional_power_factor
Enter a parse tree produced byGorScriptParser.optional_power_factor().- Parameters:
ctx- the parse tree
-
exitOptional_power_factor
Exit a parse tree produced byGorScriptParser.optional_power_factor().- Parameters:
ctx- the parse tree
-
enterPower_factor
Enter a parse tree produced byGorScriptParser.power_factor().- Parameters:
ctx- the parse tree
-
exitPower_factor
Exit a parse tree produced byGorScriptParser.power_factor().- Parameters:
ctx- the parse tree
-
enterFactor
Enter a parse tree produced byGorScriptParser.factor().- Parameters:
ctx- the parse tree
-
exitFactor
Exit a parse tree produced byGorScriptParser.factor().- Parameters:
ctx- the parse tree
-
enterSigned_factor
Enter a parse tree produced byGorScriptParser.signed_factor().- Parameters:
ctx- the parse tree
-
exitSigned_factor
Exit a parse tree produced byGorScriptParser.signed_factor().- Parameters:
ctx- the parse tree
-
enterXfactor
Enter a parse tree produced byGorScriptParser.xfactor().- Parameters:
ctx- the parse tree
-
exitXfactor
Exit a parse tree produced byGorScriptParser.xfactor().- Parameters:
ctx- the parse tree
-
enterParen_expr
Enter a parse tree produced byGorScriptParser.paren_expr().- Parameters:
ctx- the parse tree
-
exitParen_expr
Exit a parse tree produced byGorScriptParser.paren_expr().- Parameters:
ctx- the parse tree
-
enterFunction_expr
Enter a parse tree produced byGorScriptParser.function_expr().- Parameters:
ctx- the parse tree
-
exitFunction_expr
Exit a parse tree produced byGorScriptParser.function_expr().- Parameters:
ctx- the parse tree
-
enterFunction_call
Enter a parse tree produced byGorScriptParser.function_call().- Parameters:
ctx- the parse tree
-
exitFunction_call
Exit a parse tree produced byGorScriptParser.function_call().- Parameters:
ctx- the parse tree
-
enterIf_expr
Enter a parse tree produced byGorScriptParser.if_expr().- Parameters:
ctx- the parse tree
-
exitIf_expr
Exit a parse tree produced byGorScriptParser.if_expr().- Parameters:
ctx- the parse tree
-
enterRel_expr
Enter a parse tree produced byGorScriptParser.rel_expr().- Parameters:
ctx- the parse tree
-
exitRel_expr
Exit a parse tree produced byGorScriptParser.rel_expr().- Parameters:
ctx- the parse tree
-
enterRel_term
Enter a parse tree produced byGorScriptParser.rel_term().- Parameters:
ctx- the parse tree
-
exitRel_term
Exit a parse tree produced byGorScriptParser.rel_term().- Parameters:
ctx- the parse tree
-
enterPredicate_factor
Enter a parse tree produced byGorScriptParser.predicate_factor().- Parameters:
ctx- the parse tree
-
exitPredicate_factor
Exit a parse tree produced byGorScriptParser.predicate_factor().- Parameters:
ctx- the parse tree
-
enterParen_rel_expr
Enter a parse tree produced byGorScriptParser.paren_rel_expr().- Parameters:
ctx- the parse tree
-
exitParen_rel_expr
Exit a parse tree produced byGorScriptParser.paren_rel_expr().- Parameters:
ctx- the parse tree
-
enterNot_rel_expr
Enter a parse tree produced byGorScriptParser.not_rel_expr().- Parameters:
ctx- the parse tree
-
exitNot_rel_expr
Exit a parse tree produced byGorScriptParser.not_rel_expr().- Parameters:
ctx- the parse tree
-
enterPredicate
Enter a parse tree produced byGorScriptParser.predicate().- Parameters:
ctx- the parse tree
-
exitPredicate
Exit a parse tree produced byGorScriptParser.predicate().- Parameters:
ctx- the parse tree
-
enterCompare_expressions
Enter a parse tree produced byGorScriptParser.compare_expressions().- Parameters:
ctx- the parse tree
-
exitCompare_expressions
Exit a parse tree produced byGorScriptParser.compare_expressions().- Parameters:
ctx- the parse tree
-
enterIn_expression
Enter a parse tree produced byGorScriptParser.in_expression().- Parameters:
ctx- the parse tree
-
exitIn_expression
Exit a parse tree produced byGorScriptParser.in_expression().- Parameters:
ctx- the parse tree
-
enterIndag_expression
Enter a parse tree produced byGorScriptParser.indag_expression().- Parameters:
ctx- the parse tree
-
exitIndag_expression
Exit a parse tree produced byGorScriptParser.indag_expression().- Parameters:
ctx- the parse tree
-
enterFunction_name
Enter a parse tree produced byGorScriptParser.function_name().- Parameters:
ctx- the parse tree
-
exitFunction_name
Exit a parse tree produced byGorScriptParser.function_name().- Parameters:
ctx- the parse tree
-
enterValue
Enter a parse tree produced byGorScriptParser.value().- Parameters:
ctx- the parse tree
-
exitValue
Exit a parse tree produced byGorScriptParser.value().- Parameters:
ctx- the parse tree
-
enterVariable
Enter a parse tree produced byGorScriptParser.variable().- Parameters:
ctx- the parse tree
-
exitVariable
Exit a parse tree produced byGorScriptParser.variable().- Parameters:
ctx- the parse tree
-
enterNumber
Enter a parse tree produced byGorScriptParser.number().- Parameters:
ctx- the parse tree
-
exitNumber
Exit a parse tree produced byGorScriptParser.number().- Parameters:
ctx- the parse tree
-
enterString_literal_list
Enter a parse tree produced byGorScriptParser.string_literal_list().- Parameters:
ctx- the parse tree
-
exitString_literal_list
Exit a parse tree produced byGorScriptParser.string_literal_list().- Parameters:
ctx- the parse tree
-
enterString_literal
Enter a parse tree produced byGorScriptParser.string_literal().- Parameters:
ctx- the parse tree
-
exitString_literal
Exit a parse tree produced byGorScriptParser.string_literal().- Parameters:
ctx- the parse tree
-