Class GorScriptBaseListener
- java.lang.Object
-
- org.gorpipe.gor.GorScriptBaseListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,GorScriptListener
public class GorScriptBaseListener extends java.lang.Object implements GorScriptListener
This class provides an empty implementation ofGorScriptListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description GorScriptBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterScript
public void enterScript(GorScriptParser.ScriptContext ctx)
Enter a parse tree produced byGorScriptParser.script().The default implementation does nothing.
- Specified by:
enterScriptin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitScript
public void exitScript(GorScriptParser.ScriptContext ctx)
Exit a parse tree produced byGorScriptParser.script().The default implementation does nothing.
- Specified by:
exitScriptin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterCalc_expression
public void enterCalc_expression(GorScriptParser.Calc_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.calc_expression().The default implementation does nothing.
- Specified by:
enterCalc_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitCalc_expression
public void exitCalc_expression(GorScriptParser.Calc_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.calc_expression().The default implementation does nothing.
- Specified by:
exitCalc_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterCreate_statement
public void enterCreate_statement(GorScriptParser.Create_statementContext ctx)
Enter a parse tree produced byGorScriptParser.create_statement().The default implementation does nothing.
- Specified by:
enterCreate_statementin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitCreate_statement
public void exitCreate_statement(GorScriptParser.Create_statementContext ctx)
Exit a parse tree produced byGorScriptParser.create_statement().The default implementation does nothing.
- Specified by:
exitCreate_statementin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterDef_macro
public void enterDef_macro(GorScriptParser.Def_macroContext ctx)
Enter a parse tree produced byGorScriptParser.def_macro().The default implementation does nothing.
- Specified by:
enterDef_macroin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitDef_macro
public void exitDef_macro(GorScriptParser.Def_macroContext ctx)
Exit a parse tree produced byGorScriptParser.def_macro().The default implementation does nothing.
- Specified by:
exitDef_macroin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterMacro_value
public void enterMacro_value(GorScriptParser.Macro_valueContext ctx)
Enter a parse tree produced byGorScriptParser.macro_value().The default implementation does nothing.
- Specified by:
enterMacro_valuein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitMacro_value
public void exitMacro_value(GorScriptParser.Macro_valueContext ctx)
Exit a parse tree produced byGorScriptParser.macro_value().The default implementation does nothing.
- Specified by:
exitMacro_valuein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterMacro_name
public void enterMacro_name(GorScriptParser.Macro_nameContext ctx)
Enter a parse tree produced byGorScriptParser.macro_name().The default implementation does nothing.
- Specified by:
enterMacro_namein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitMacro_name
public void exitMacro_name(GorScriptParser.Macro_nameContext ctx)
Exit a parse tree produced byGorScriptParser.macro_name().The default implementation does nothing.
- Specified by:
exitMacro_namein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterVirtual_relation_name
public void enterVirtual_relation_name(GorScriptParser.Virtual_relation_nameContext ctx)
Enter a parse tree produced byGorScriptParser.virtual_relation_name().The default implementation does nothing.
- Specified by:
enterVirtual_relation_namein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitVirtual_relation_name
public void exitVirtual_relation_name(GorScriptParser.Virtual_relation_nameContext ctx)
Exit a parse tree produced byGorScriptParser.virtual_relation_name().The default implementation does nothing.
- Specified by:
exitVirtual_relation_namein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterQuery_expression
public void enterQuery_expression(GorScriptParser.Query_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.query_expression().The default implementation does nothing.
- Specified by:
enterQuery_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitQuery_expression
public void exitQuery_expression(GorScriptParser.Query_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.query_expression().The default implementation does nothing.
- Specified by:
exitQuery_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterGornor_expression
public void enterGornor_expression(GorScriptParser.Gornor_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.gornor_expression().The default implementation does nothing.
- Specified by:
enterGornor_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitGornor_expression
public void exitGornor_expression(GorScriptParser.Gornor_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.gornor_expression().The default implementation does nothing.
- Specified by:
exitGornor_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterGor_expression
public void enterGor_expression(GorScriptParser.Gor_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.gor_expression().The default implementation does nothing.
- Specified by:
enterGor_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitGor_expression
public void exitGor_expression(GorScriptParser.Gor_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.gor_expression().The default implementation does nothing.
- Specified by:
exitGor_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterPgor_expression
public void enterPgor_expression(GorScriptParser.Pgor_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.pgor_expression().The default implementation does nothing.
- Specified by:
enterPgor_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitPgor_expression
public void exitPgor_expression(GorScriptParser.Pgor_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.pgor_expression().The default implementation does nothing.
- Specified by:
exitPgor_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterNor_expression
public void enterNor_expression(GorScriptParser.Nor_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.nor_expression().The default implementation does nothing.
- Specified by:
enterNor_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitNor_expression
public void exitNor_expression(GorScriptParser.Nor_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.nor_expression().The default implementation does nothing.
- Specified by:
exitNor_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterOptions_and_args
public void enterOptions_and_args(GorScriptParser.Options_and_argsContext ctx)
Enter a parse tree produced byGorScriptParser.options_and_args().The default implementation does nothing.
- Specified by:
enterOptions_and_argsin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitOptions_and_args
public void exitOptions_and_args(GorScriptParser.Options_and_argsContext ctx)
Exit a parse tree produced byGorScriptParser.options_and_args().The default implementation does nothing.
- Specified by:
exitOptions_and_argsin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterOption
public void enterOption(GorScriptParser.OptionContext ctx)
Enter a parse tree produced byGorScriptParser.option().The default implementation does nothing.
- Specified by:
enterOptionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitOption
public void exitOption(GorScriptParser.OptionContext ctx)
Exit a parse tree produced byGorScriptParser.option().The default implementation does nothing.
- Specified by:
exitOptionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterArgument
public void enterArgument(GorScriptParser.ArgumentContext ctx)
Enter a parse tree produced byGorScriptParser.argument().The default implementation does nothing.
- Specified by:
enterArgumentin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitArgument
public void exitArgument(GorScriptParser.ArgumentContext ctx)
Exit a parse tree produced byGorScriptParser.argument().The default implementation does nothing.
- Specified by:
exitArgumentin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterVirtual_relation
public void enterVirtual_relation(GorScriptParser.Virtual_relationContext ctx)
Enter a parse tree produced byGorScriptParser.virtual_relation().The default implementation does nothing.
- Specified by:
enterVirtual_relationin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitVirtual_relation
public void exitVirtual_relation(GorScriptParser.Virtual_relationContext ctx)
Exit a parse tree produced byGorScriptParser.virtual_relation().The default implementation does nothing.
- Specified by:
exitVirtual_relationin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterInput_source
public void enterInput_source(GorScriptParser.Input_sourceContext ctx)
Enter a parse tree produced byGorScriptParser.input_source().The default implementation does nothing.
- Specified by:
enterInput_sourcein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitInput_source
public void exitInput_source(GorScriptParser.Input_sourceContext ctx)
Exit a parse tree produced byGorScriptParser.input_source().The default implementation does nothing.
- Specified by:
exitInput_sourcein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterFilename
public void enterFilename(GorScriptParser.FilenameContext ctx)
Enter a parse tree produced byGorScriptParser.filename().The default implementation does nothing.
- Specified by:
enterFilenamein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitFilename
public void exitFilename(GorScriptParser.FilenameContext ctx)
Exit a parse tree produced byGorScriptParser.filename().The default implementation does nothing.
- Specified by:
exitFilenamein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterNested_query
public void enterNested_query(GorScriptParser.Nested_queryContext ctx)
Enter a parse tree produced byGorScriptParser.nested_query().The default implementation does nothing.
- Specified by:
enterNested_queryin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitNested_query
public void exitNested_query(GorScriptParser.Nested_queryContext ctx)
Exit a parse tree produced byGorScriptParser.nested_query().The default implementation does nothing.
- Specified by:
exitNested_queryin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterOption_value
public void enterOption_value(GorScriptParser.Option_valueContext ctx)
Enter a parse tree produced byGorScriptParser.option_value().The default implementation does nothing.
- Specified by:
enterOption_valuein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitOption_value
public void exitOption_value(GorScriptParser.Option_valueContext ctx)
Exit a parse tree produced byGorScriptParser.option_value().The default implementation does nothing.
- Specified by:
exitOption_valuein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterPipe_command
public void enterPipe_command(GorScriptParser.Pipe_commandContext ctx)
Enter a parse tree produced byGorScriptParser.pipe_command().The default implementation does nothing.
- Specified by:
enterPipe_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitPipe_command
public void exitPipe_command(GorScriptParser.Pipe_commandContext ctx)
Exit a parse tree produced byGorScriptParser.pipe_command().The default implementation does nothing.
- Specified by:
exitPipe_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterCalc_command
public void enterCalc_command(GorScriptParser.Calc_commandContext ctx)
Enter a parse tree produced byGorScriptParser.calc_command().The default implementation does nothing.
- Specified by:
enterCalc_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitCalc_command
public void exitCalc_command(GorScriptParser.Calc_commandContext ctx)
Exit a parse tree produced byGorScriptParser.calc_command().The default implementation does nothing.
- Specified by:
exitCalc_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterWhere_command
public void enterWhere_command(GorScriptParser.Where_commandContext ctx)
Enter a parse tree produced byGorScriptParser.where_command().The default implementation does nothing.
- Specified by:
enterWhere_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitWhere_command
public void exitWhere_command(GorScriptParser.Where_commandContext ctx)
Exit a parse tree produced byGorScriptParser.where_command().The default implementation does nothing.
- Specified by:
exitWhere_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterReplace_command
public void enterReplace_command(GorScriptParser.Replace_commandContext ctx)
Enter a parse tree produced byGorScriptParser.replace_command().The default implementation does nothing.
- Specified by:
enterReplace_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitReplace_command
public void exitReplace_command(GorScriptParser.Replace_commandContext ctx)
Exit a parse tree produced byGorScriptParser.replace_command().The default implementation does nothing.
- Specified by:
exitReplace_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterSelect_command
public void enterSelect_command(GorScriptParser.Select_commandContext ctx)
Enter a parse tree produced byGorScriptParser.select_command().The default implementation does nothing.
- Specified by:
enterSelect_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitSelect_command
public void exitSelect_command(GorScriptParser.Select_commandContext ctx)
Exit a parse tree produced byGorScriptParser.select_command().The default implementation does nothing.
- Specified by:
exitSelect_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterHide_command
public void enterHide_command(GorScriptParser.Hide_commandContext ctx)
Enter a parse tree produced byGorScriptParser.hide_command().The default implementation does nothing.
- Specified by:
enterHide_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitHide_command
public void exitHide_command(GorScriptParser.Hide_commandContext ctx)
Exit a parse tree produced byGorScriptParser.hide_command().The default implementation does nothing.
- Specified by:
exitHide_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterRename_command
public void enterRename_command(GorScriptParser.Rename_commandContext ctx)
Enter a parse tree produced byGorScriptParser.rename_command().The default implementation does nothing.
- Specified by:
enterRename_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitRename_command
public void exitRename_command(GorScriptParser.Rename_commandContext ctx)
Exit a parse tree produced byGorScriptParser.rename_command().The default implementation does nothing.
- Specified by:
exitRename_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterGeneric_command
public void enterGeneric_command(GorScriptParser.Generic_commandContext ctx)
Enter a parse tree produced byGorScriptParser.generic_command().The default implementation does nothing.
- Specified by:
enterGeneric_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitGeneric_command
public void exitGeneric_command(GorScriptParser.Generic_commandContext ctx)
Exit a parse tree produced byGorScriptParser.generic_command().The default implementation does nothing.
- Specified by:
exitGeneric_commandin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterColumn_list
public void enterColumn_list(GorScriptParser.Column_listContext ctx)
Enter a parse tree produced byGorScriptParser.column_list().The default implementation does nothing.
- Specified by:
enterColumn_listin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitColumn_list
public void exitColumn_list(GorScriptParser.Column_listContext ctx)
Exit a parse tree produced byGorScriptParser.column_list().The default implementation does nothing.
- Specified by:
exitColumn_listin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterColumn_selection
public void enterColumn_selection(GorScriptParser.Column_selectionContext ctx)
Enter a parse tree produced byGorScriptParser.column_selection().The default implementation does nothing.
- Specified by:
enterColumn_selectionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitColumn_selection
public void exitColumn_selection(GorScriptParser.Column_selectionContext ctx)
Exit a parse tree produced byGorScriptParser.column_selection().The default implementation does nothing.
- Specified by:
exitColumn_selectionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterColumn_range
public void enterColumn_range(GorScriptParser.Column_rangeContext ctx)
Enter a parse tree produced byGorScriptParser.column_range().The default implementation does nothing.
- Specified by:
enterColumn_rangein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitColumn_range
public void exitColumn_range(GorScriptParser.Column_rangeContext ctx)
Exit a parse tree produced byGorScriptParser.column_range().The default implementation does nothing.
- Specified by:
exitColumn_rangein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterColumn_ref
public void enterColumn_ref(GorScriptParser.Column_refContext ctx)
Enter a parse tree produced byGorScriptParser.column_ref().The default implementation does nothing.
- Specified by:
enterColumn_refin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitColumn_ref
public void exitColumn_ref(GorScriptParser.Column_refContext ctx)
Exit a parse tree produced byGorScriptParser.column_ref().The default implementation does nothing.
- Specified by:
exitColumn_refin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterColumn_wildcard
public void enterColumn_wildcard(GorScriptParser.Column_wildcardContext ctx)
Enter a parse tree produced byGorScriptParser.column_wildcard().The default implementation does nothing.
- Specified by:
enterColumn_wildcardin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitColumn_wildcard
public void exitColumn_wildcard(GorScriptParser.Column_wildcardContext ctx)
Exit a parse tree produced byGorScriptParser.column_wildcard().The default implementation does nothing.
- Specified by:
exitColumn_wildcardin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterColumn_name
public void enterColumn_name(GorScriptParser.Column_nameContext ctx)
Enter a parse tree produced byGorScriptParser.column_name().The default implementation does nothing.
- Specified by:
enterColumn_namein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitColumn_name
public void exitColumn_name(GorScriptParser.Column_nameContext ctx)
Exit a parse tree produced byGorScriptParser.column_name().The default implementation does nothing.
- Specified by:
exitColumn_namein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterColumn_number
public void enterColumn_number(GorScriptParser.Column_numberContext ctx)
Enter a parse tree produced byGorScriptParser.column_number().The default implementation does nothing.
- Specified by:
enterColumn_numberin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitColumn_number
public void exitColumn_number(GorScriptParser.Column_numberContext ctx)
Exit a parse tree produced byGorScriptParser.column_number().The default implementation does nothing.
- Specified by:
exitColumn_numberin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterColumn_rename_rule
public void enterColumn_rename_rule(GorScriptParser.Column_rename_ruleContext ctx)
Enter a parse tree produced byGorScriptParser.column_rename_rule().The default implementation does nothing.
- Specified by:
enterColumn_rename_rulein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitColumn_rename_rule
public void exitColumn_rename_rule(GorScriptParser.Column_rename_ruleContext ctx)
Exit a parse tree produced byGorScriptParser.column_rename_rule().The default implementation does nothing.
- Specified by:
exitColumn_rename_rulein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterCalc_expression_list
public void enterCalc_expression_list(GorScriptParser.Calc_expression_listContext ctx)
Enter a parse tree produced byGorScriptParser.calc_expression_list().The default implementation does nothing.
- Specified by:
enterCalc_expression_listin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitCalc_expression_list
public void exitCalc_expression_list(GorScriptParser.Calc_expression_listContext ctx)
Exit a parse tree produced byGorScriptParser.calc_expression_list().The default implementation does nothing.
- Specified by:
exitCalc_expression_listin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterExpression
public void enterExpression(GorScriptParser.ExpressionContext ctx)
Enter a parse tree produced byGorScriptParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitExpression
public void exitExpression(GorScriptParser.ExpressionContext ctx)
Exit a parse tree produced byGorScriptParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterTerm
public void enterTerm(GorScriptParser.TermContext ctx)
Enter a parse tree produced byGorScriptParser.term().The default implementation does nothing.
- Specified by:
enterTermin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitTerm
public void exitTerm(GorScriptParser.TermContext ctx)
Exit a parse tree produced byGorScriptParser.term().The default implementation does nothing.
- Specified by:
exitTermin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterOptional_power_factor
public void enterOptional_power_factor(GorScriptParser.Optional_power_factorContext ctx)
Enter a parse tree produced byGorScriptParser.optional_power_factor().The default implementation does nothing.
- Specified by:
enterOptional_power_factorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitOptional_power_factor
public void exitOptional_power_factor(GorScriptParser.Optional_power_factorContext ctx)
Exit a parse tree produced byGorScriptParser.optional_power_factor().The default implementation does nothing.
- Specified by:
exitOptional_power_factorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterPower_factor
public void enterPower_factor(GorScriptParser.Power_factorContext ctx)
Enter a parse tree produced byGorScriptParser.power_factor().The default implementation does nothing.
- Specified by:
enterPower_factorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitPower_factor
public void exitPower_factor(GorScriptParser.Power_factorContext ctx)
Exit a parse tree produced byGorScriptParser.power_factor().The default implementation does nothing.
- Specified by:
exitPower_factorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterFactor
public void enterFactor(GorScriptParser.FactorContext ctx)
Enter a parse tree produced byGorScriptParser.factor().The default implementation does nothing.
- Specified by:
enterFactorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitFactor
public void exitFactor(GorScriptParser.FactorContext ctx)
Exit a parse tree produced byGorScriptParser.factor().The default implementation does nothing.
- Specified by:
exitFactorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterSigned_factor
public void enterSigned_factor(GorScriptParser.Signed_factorContext ctx)
Enter a parse tree produced byGorScriptParser.signed_factor().The default implementation does nothing.
- Specified by:
enterSigned_factorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitSigned_factor
public void exitSigned_factor(GorScriptParser.Signed_factorContext ctx)
Exit a parse tree produced byGorScriptParser.signed_factor().The default implementation does nothing.
- Specified by:
exitSigned_factorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterXfactor
public void enterXfactor(GorScriptParser.XfactorContext ctx)
Enter a parse tree produced byGorScriptParser.xfactor().The default implementation does nothing.
- Specified by:
enterXfactorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitXfactor
public void exitXfactor(GorScriptParser.XfactorContext ctx)
Exit a parse tree produced byGorScriptParser.xfactor().The default implementation does nothing.
- Specified by:
exitXfactorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterParen_expr
public void enterParen_expr(GorScriptParser.Paren_exprContext ctx)
Enter a parse tree produced byGorScriptParser.paren_expr().The default implementation does nothing.
- Specified by:
enterParen_exprin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitParen_expr
public void exitParen_expr(GorScriptParser.Paren_exprContext ctx)
Exit a parse tree produced byGorScriptParser.paren_expr().The default implementation does nothing.
- Specified by:
exitParen_exprin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterFunction_expr
public void enterFunction_expr(GorScriptParser.Function_exprContext ctx)
Enter a parse tree produced byGorScriptParser.function_expr().The default implementation does nothing.
- Specified by:
enterFunction_exprin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitFunction_expr
public void exitFunction_expr(GorScriptParser.Function_exprContext ctx)
Exit a parse tree produced byGorScriptParser.function_expr().The default implementation does nothing.
- Specified by:
exitFunction_exprin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterFunction_call
public void enterFunction_call(GorScriptParser.Function_callContext ctx)
Enter a parse tree produced byGorScriptParser.function_call().The default implementation does nothing.
- Specified by:
enterFunction_callin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitFunction_call
public void exitFunction_call(GorScriptParser.Function_callContext ctx)
Exit a parse tree produced byGorScriptParser.function_call().The default implementation does nothing.
- Specified by:
exitFunction_callin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterIf_expr
public void enterIf_expr(GorScriptParser.If_exprContext ctx)
Enter a parse tree produced byGorScriptParser.if_expr().The default implementation does nothing.
- Specified by:
enterIf_exprin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitIf_expr
public void exitIf_expr(GorScriptParser.If_exprContext ctx)
Exit a parse tree produced byGorScriptParser.if_expr().The default implementation does nothing.
- Specified by:
exitIf_exprin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterRel_expr
public void enterRel_expr(GorScriptParser.Rel_exprContext ctx)
Enter a parse tree produced byGorScriptParser.rel_expr().The default implementation does nothing.
- Specified by:
enterRel_exprin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitRel_expr
public void exitRel_expr(GorScriptParser.Rel_exprContext ctx)
Exit a parse tree produced byGorScriptParser.rel_expr().The default implementation does nothing.
- Specified by:
exitRel_exprin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterRel_term
public void enterRel_term(GorScriptParser.Rel_termContext ctx)
Enter a parse tree produced byGorScriptParser.rel_term().The default implementation does nothing.
- Specified by:
enterRel_termin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitRel_term
public void exitRel_term(GorScriptParser.Rel_termContext ctx)
Exit a parse tree produced byGorScriptParser.rel_term().The default implementation does nothing.
- Specified by:
exitRel_termin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterPredicate_factor
public void enterPredicate_factor(GorScriptParser.Predicate_factorContext ctx)
Enter a parse tree produced byGorScriptParser.predicate_factor().The default implementation does nothing.
- Specified by:
enterPredicate_factorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitPredicate_factor
public void exitPredicate_factor(GorScriptParser.Predicate_factorContext ctx)
Exit a parse tree produced byGorScriptParser.predicate_factor().The default implementation does nothing.
- Specified by:
exitPredicate_factorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterParen_rel_expr
public void enterParen_rel_expr(GorScriptParser.Paren_rel_exprContext ctx)
Enter a parse tree produced byGorScriptParser.paren_rel_expr().The default implementation does nothing.
- Specified by:
enterParen_rel_exprin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitParen_rel_expr
public void exitParen_rel_expr(GorScriptParser.Paren_rel_exprContext ctx)
Exit a parse tree produced byGorScriptParser.paren_rel_expr().The default implementation does nothing.
- Specified by:
exitParen_rel_exprin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterNot_rel_expr
public void enterNot_rel_expr(GorScriptParser.Not_rel_exprContext ctx)
Enter a parse tree produced byGorScriptParser.not_rel_expr().The default implementation does nothing.
- Specified by:
enterNot_rel_exprin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitNot_rel_expr
public void exitNot_rel_expr(GorScriptParser.Not_rel_exprContext ctx)
Exit a parse tree produced byGorScriptParser.not_rel_expr().The default implementation does nothing.
- Specified by:
exitNot_rel_exprin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterPredicate
public void enterPredicate(GorScriptParser.PredicateContext ctx)
Enter a parse tree produced byGorScriptParser.predicate().The default implementation does nothing.
- Specified by:
enterPredicatein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitPredicate
public void exitPredicate(GorScriptParser.PredicateContext ctx)
Exit a parse tree produced byGorScriptParser.predicate().The default implementation does nothing.
- Specified by:
exitPredicatein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterCompare_expressions
public void enterCompare_expressions(GorScriptParser.Compare_expressionsContext ctx)
Enter a parse tree produced byGorScriptParser.compare_expressions().The default implementation does nothing.
- Specified by:
enterCompare_expressionsin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitCompare_expressions
public void exitCompare_expressions(GorScriptParser.Compare_expressionsContext ctx)
Exit a parse tree produced byGorScriptParser.compare_expressions().The default implementation does nothing.
- Specified by:
exitCompare_expressionsin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterIn_expression
public void enterIn_expression(GorScriptParser.In_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.in_expression().The default implementation does nothing.
- Specified by:
enterIn_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitIn_expression
public void exitIn_expression(GorScriptParser.In_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.in_expression().The default implementation does nothing.
- Specified by:
exitIn_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterIndag_expression
public void enterIndag_expression(GorScriptParser.Indag_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.indag_expression().The default implementation does nothing.
- Specified by:
enterIndag_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitIndag_expression
public void exitIndag_expression(GorScriptParser.Indag_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.indag_expression().The default implementation does nothing.
- Specified by:
exitIndag_expressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterFunction_name
public void enterFunction_name(GorScriptParser.Function_nameContext ctx)
Enter a parse tree produced byGorScriptParser.function_name().The default implementation does nothing.
- Specified by:
enterFunction_namein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitFunction_name
public void exitFunction_name(GorScriptParser.Function_nameContext ctx)
Exit a parse tree produced byGorScriptParser.function_name().The default implementation does nothing.
- Specified by:
exitFunction_namein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterValue
public void enterValue(GorScriptParser.ValueContext ctx)
Enter a parse tree produced byGorScriptParser.value().The default implementation does nothing.
- Specified by:
enterValuein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitValue
public void exitValue(GorScriptParser.ValueContext ctx)
Exit a parse tree produced byGorScriptParser.value().The default implementation does nothing.
- Specified by:
exitValuein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterVariable
public void enterVariable(GorScriptParser.VariableContext ctx)
Enter a parse tree produced byGorScriptParser.variable().The default implementation does nothing.
- Specified by:
enterVariablein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitVariable
public void exitVariable(GorScriptParser.VariableContext ctx)
Exit a parse tree produced byGorScriptParser.variable().The default implementation does nothing.
- Specified by:
exitVariablein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterNumber
public void enterNumber(GorScriptParser.NumberContext ctx)
Enter a parse tree produced byGorScriptParser.number().The default implementation does nothing.
- Specified by:
enterNumberin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitNumber
public void exitNumber(GorScriptParser.NumberContext ctx)
Exit a parse tree produced byGorScriptParser.number().The default implementation does nothing.
- Specified by:
exitNumberin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterString_literal_list
public void enterString_literal_list(GorScriptParser.String_literal_listContext ctx)
Enter a parse tree produced byGorScriptParser.string_literal_list().The default implementation does nothing.
- Specified by:
enterString_literal_listin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitString_literal_list
public void exitString_literal_list(GorScriptParser.String_literal_listContext ctx)
Exit a parse tree produced byGorScriptParser.string_literal_list().The default implementation does nothing.
- Specified by:
exitString_literal_listin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterString_literal
public void enterString_literal(GorScriptParser.String_literalContext ctx)
Enter a parse tree produced byGorScriptParser.string_literal().The default implementation does nothing.
- Specified by:
enterString_literalin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitString_literal
public void exitString_literal(GorScriptParser.String_literalContext ctx)
Exit a parse tree produced byGorScriptParser.string_literal().The default implementation does nothing.
- Specified by:
exitString_literalin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-