Class GorScriptBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,GorScriptListener
public class GorScriptBaseListener extends java.lang.Object implements GorScriptListener
GorScriptListener,
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
-
Constructor Details
-
GorScriptBaseListener
public GorScriptBaseListener()
-
-
Method Details
-
enterScript
Enter a parse tree produced byGorScriptParser.script().The default implementation does nothing.
- Specified by:
enterScriptin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitScript
Exit a parse tree produced byGorScriptParser.script().The default implementation does nothing.
- Specified by:
exitScriptin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterCalc_expression
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Enter a parse tree produced byGorScriptParser.option().The default implementation does nothing.
- Specified by:
enterOptionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitOption
Exit a parse tree produced byGorScriptParser.option().The default implementation does nothing.
- Specified by:
exitOptionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterArgument
Enter a parse tree produced byGorScriptParser.argument().The default implementation does nothing.
- Specified by:
enterArgumentin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitArgument
Exit a parse tree produced byGorScriptParser.argument().The default implementation does nothing.
- Specified by:
exitArgumentin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterVirtual_relation
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
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
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
Exit a parse tree produced byGorScriptParser.input_source().The default implementation does nothing.
- Specified by:
exitInput_sourcein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterFilename
Enter a parse tree produced byGorScriptParser.filename().The default implementation does nothing.
- Specified by:
enterFilenamein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitFilename
Exit a parse tree produced byGorScriptParser.filename().The default implementation does nothing.
- Specified by:
exitFilenamein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterNested_query
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Enter a parse tree produced byGorScriptParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced byGorScriptParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterTerm
Enter a parse tree produced byGorScriptParser.term().The default implementation does nothing.
- Specified by:
enterTermin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitTerm
Exit a parse tree produced byGorScriptParser.term().The default implementation does nothing.
- Specified by:
exitTermin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterOptional_power_factor
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
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
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
Exit a parse tree produced byGorScriptParser.power_factor().The default implementation does nothing.
- Specified by:
exitPower_factorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterFactor
Enter a parse tree produced byGorScriptParser.factor().The default implementation does nothing.
- Specified by:
enterFactorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitFactor
Exit a parse tree produced byGorScriptParser.factor().The default implementation does nothing.
- Specified by:
exitFactorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterSigned_factor
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
Exit a parse tree produced byGorScriptParser.signed_factor().The default implementation does nothing.
- Specified by:
exitSigned_factorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterXfactor
Enter a parse tree produced byGorScriptParser.xfactor().The default implementation does nothing.
- Specified by:
enterXfactorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitXfactor
Exit a parse tree produced byGorScriptParser.xfactor().The default implementation does nothing.
- Specified by:
exitXfactorin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterParen_expr
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Enter a parse tree produced byGorScriptParser.predicate().The default implementation does nothing.
- Specified by:
enterPredicatein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitPredicate
Exit a parse tree produced byGorScriptParser.predicate().The default implementation does nothing.
- Specified by:
exitPredicatein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterCompare_expressions
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
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
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
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
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
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
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
Exit a parse tree produced byGorScriptParser.function_name().The default implementation does nothing.
- Specified by:
exitFunction_namein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterValue
Enter a parse tree produced byGorScriptParser.value().The default implementation does nothing.
- Specified by:
enterValuein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitValue
Exit a parse tree produced byGorScriptParser.value().The default implementation does nothing.
- Specified by:
exitValuein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterVariable
Enter a parse tree produced byGorScriptParser.variable().The default implementation does nothing.
- Specified by:
enterVariablein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitVariable
Exit a parse tree produced byGorScriptParser.variable().The default implementation does nothing.
- Specified by:
exitVariablein interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterNumber
Enter a parse tree produced byGorScriptParser.number().The default implementation does nothing.
- Specified by:
enterNumberin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
exitNumber
Exit a parse tree produced byGorScriptParser.number().The default implementation does nothing.
- Specified by:
exitNumberin interfaceGorScriptListener- Parameters:
ctx- the parse tree
-
enterString_literal_list
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
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
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
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
-