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.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byGorScriptParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterScript
void enterScript(GorScriptParser.ScriptContext ctx)
Enter a parse tree produced byGorScriptParser.script().- Parameters:
ctx- the parse tree
-
exitScript
void exitScript(GorScriptParser.ScriptContext ctx)
Exit a parse tree produced byGorScriptParser.script().- Parameters:
ctx- the parse tree
-
enterCalc_expression
void enterCalc_expression(GorScriptParser.Calc_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.calc_expression().- Parameters:
ctx- the parse tree
-
exitCalc_expression
void exitCalc_expression(GorScriptParser.Calc_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.calc_expression().- Parameters:
ctx- the parse tree
-
enterCreate_statement
void enterCreate_statement(GorScriptParser.Create_statementContext ctx)
Enter a parse tree produced byGorScriptParser.create_statement().- Parameters:
ctx- the parse tree
-
exitCreate_statement
void exitCreate_statement(GorScriptParser.Create_statementContext ctx)
Exit a parse tree produced byGorScriptParser.create_statement().- Parameters:
ctx- the parse tree
-
enterDef_macro
void enterDef_macro(GorScriptParser.Def_macroContext ctx)
Enter a parse tree produced byGorScriptParser.def_macro().- Parameters:
ctx- the parse tree
-
exitDef_macro
void exitDef_macro(GorScriptParser.Def_macroContext ctx)
Exit a parse tree produced byGorScriptParser.def_macro().- Parameters:
ctx- the parse tree
-
enterMacro_value
void enterMacro_value(GorScriptParser.Macro_valueContext ctx)
Enter a parse tree produced byGorScriptParser.macro_value().- Parameters:
ctx- the parse tree
-
exitMacro_value
void exitMacro_value(GorScriptParser.Macro_valueContext ctx)
Exit a parse tree produced byGorScriptParser.macro_value().- Parameters:
ctx- the parse tree
-
enterMacro_name
void enterMacro_name(GorScriptParser.Macro_nameContext ctx)
Enter a parse tree produced byGorScriptParser.macro_name().- Parameters:
ctx- the parse tree
-
exitMacro_name
void exitMacro_name(GorScriptParser.Macro_nameContext ctx)
Exit a parse tree produced byGorScriptParser.macro_name().- Parameters:
ctx- the parse tree
-
enterVirtual_relation_name
void enterVirtual_relation_name(GorScriptParser.Virtual_relation_nameContext ctx)
Enter a parse tree produced byGorScriptParser.virtual_relation_name().- Parameters:
ctx- the parse tree
-
exitVirtual_relation_name
void exitVirtual_relation_name(GorScriptParser.Virtual_relation_nameContext ctx)
Exit a parse tree produced byGorScriptParser.virtual_relation_name().- Parameters:
ctx- the parse tree
-
enterQuery_expression
void enterQuery_expression(GorScriptParser.Query_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.query_expression().- Parameters:
ctx- the parse tree
-
exitQuery_expression
void exitQuery_expression(GorScriptParser.Query_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.query_expression().- Parameters:
ctx- the parse tree
-
enterGornor_expression
void enterGornor_expression(GorScriptParser.Gornor_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.gornor_expression().- Parameters:
ctx- the parse tree
-
exitGornor_expression
void exitGornor_expression(GorScriptParser.Gornor_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.gornor_expression().- Parameters:
ctx- the parse tree
-
enterGor_expression
void enterGor_expression(GorScriptParser.Gor_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.gor_expression().- Parameters:
ctx- the parse tree
-
exitGor_expression
void exitGor_expression(GorScriptParser.Gor_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.gor_expression().- Parameters:
ctx- the parse tree
-
enterPgor_expression
void enterPgor_expression(GorScriptParser.Pgor_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.pgor_expression().- Parameters:
ctx- the parse tree
-
exitPgor_expression
void exitPgor_expression(GorScriptParser.Pgor_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.pgor_expression().- Parameters:
ctx- the parse tree
-
enterNor_expression
void enterNor_expression(GorScriptParser.Nor_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.nor_expression().- Parameters:
ctx- the parse tree
-
exitNor_expression
void exitNor_expression(GorScriptParser.Nor_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.nor_expression().- Parameters:
ctx- the parse tree
-
enterOptions_and_args
void enterOptions_and_args(GorScriptParser.Options_and_argsContext ctx)
Enter a parse tree produced byGorScriptParser.options_and_args().- Parameters:
ctx- the parse tree
-
exitOptions_and_args
void exitOptions_and_args(GorScriptParser.Options_and_argsContext ctx)
Exit a parse tree produced byGorScriptParser.options_and_args().- Parameters:
ctx- the parse tree
-
enterOption
void enterOption(GorScriptParser.OptionContext ctx)
Enter a parse tree produced byGorScriptParser.option().- Parameters:
ctx- the parse tree
-
exitOption
void exitOption(GorScriptParser.OptionContext ctx)
Exit a parse tree produced byGorScriptParser.option().- Parameters:
ctx- the parse tree
-
enterArgument
void enterArgument(GorScriptParser.ArgumentContext ctx)
Enter a parse tree produced byGorScriptParser.argument().- Parameters:
ctx- the parse tree
-
exitArgument
void exitArgument(GorScriptParser.ArgumentContext ctx)
Exit a parse tree produced byGorScriptParser.argument().- Parameters:
ctx- the parse tree
-
enterVirtual_relation
void enterVirtual_relation(GorScriptParser.Virtual_relationContext ctx)
Enter a parse tree produced byGorScriptParser.virtual_relation().- Parameters:
ctx- the parse tree
-
exitVirtual_relation
void exitVirtual_relation(GorScriptParser.Virtual_relationContext ctx)
Exit a parse tree produced byGorScriptParser.virtual_relation().- Parameters:
ctx- the parse tree
-
enterInput_source
void enterInput_source(GorScriptParser.Input_sourceContext ctx)
Enter a parse tree produced byGorScriptParser.input_source().- Parameters:
ctx- the parse tree
-
exitInput_source
void exitInput_source(GorScriptParser.Input_sourceContext ctx)
Exit a parse tree produced byGorScriptParser.input_source().- Parameters:
ctx- the parse tree
-
enterFilename
void enterFilename(GorScriptParser.FilenameContext ctx)
Enter a parse tree produced byGorScriptParser.filename().- Parameters:
ctx- the parse tree
-
exitFilename
void exitFilename(GorScriptParser.FilenameContext ctx)
Exit a parse tree produced byGorScriptParser.filename().- Parameters:
ctx- the parse tree
-
enterNested_query
void enterNested_query(GorScriptParser.Nested_queryContext ctx)
Enter a parse tree produced byGorScriptParser.nested_query().- Parameters:
ctx- the parse tree
-
exitNested_query
void exitNested_query(GorScriptParser.Nested_queryContext ctx)
Exit a parse tree produced byGorScriptParser.nested_query().- Parameters:
ctx- the parse tree
-
enterOption_value
void enterOption_value(GorScriptParser.Option_valueContext ctx)
Enter a parse tree produced byGorScriptParser.option_value().- Parameters:
ctx- the parse tree
-
exitOption_value
void exitOption_value(GorScriptParser.Option_valueContext ctx)
Exit a parse tree produced byGorScriptParser.option_value().- Parameters:
ctx- the parse tree
-
enterPipe_command
void enterPipe_command(GorScriptParser.Pipe_commandContext ctx)
Enter a parse tree produced byGorScriptParser.pipe_command().- Parameters:
ctx- the parse tree
-
exitPipe_command
void exitPipe_command(GorScriptParser.Pipe_commandContext ctx)
Exit a parse tree produced byGorScriptParser.pipe_command().- Parameters:
ctx- the parse tree
-
enterCalc_command
void enterCalc_command(GorScriptParser.Calc_commandContext ctx)
Enter a parse tree produced byGorScriptParser.calc_command().- Parameters:
ctx- the parse tree
-
exitCalc_command
void exitCalc_command(GorScriptParser.Calc_commandContext ctx)
Exit a parse tree produced byGorScriptParser.calc_command().- Parameters:
ctx- the parse tree
-
enterWhere_command
void enterWhere_command(GorScriptParser.Where_commandContext ctx)
Enter a parse tree produced byGorScriptParser.where_command().- Parameters:
ctx- the parse tree
-
exitWhere_command
void exitWhere_command(GorScriptParser.Where_commandContext ctx)
Exit a parse tree produced byGorScriptParser.where_command().- Parameters:
ctx- the parse tree
-
enterReplace_command
void enterReplace_command(GorScriptParser.Replace_commandContext ctx)
Enter a parse tree produced byGorScriptParser.replace_command().- Parameters:
ctx- the parse tree
-
exitReplace_command
void exitReplace_command(GorScriptParser.Replace_commandContext ctx)
Exit a parse tree produced byGorScriptParser.replace_command().- Parameters:
ctx- the parse tree
-
enterSelect_command
void enterSelect_command(GorScriptParser.Select_commandContext ctx)
Enter a parse tree produced byGorScriptParser.select_command().- Parameters:
ctx- the parse tree
-
exitSelect_command
void exitSelect_command(GorScriptParser.Select_commandContext ctx)
Exit a parse tree produced byGorScriptParser.select_command().- Parameters:
ctx- the parse tree
-
enterHide_command
void enterHide_command(GorScriptParser.Hide_commandContext ctx)
Enter a parse tree produced byGorScriptParser.hide_command().- Parameters:
ctx- the parse tree
-
exitHide_command
void exitHide_command(GorScriptParser.Hide_commandContext ctx)
Exit a parse tree produced byGorScriptParser.hide_command().- Parameters:
ctx- the parse tree
-
enterRename_command
void enterRename_command(GorScriptParser.Rename_commandContext ctx)
Enter a parse tree produced byGorScriptParser.rename_command().- Parameters:
ctx- the parse tree
-
exitRename_command
void exitRename_command(GorScriptParser.Rename_commandContext ctx)
Exit a parse tree produced byGorScriptParser.rename_command().- Parameters:
ctx- the parse tree
-
enterGeneric_command
void enterGeneric_command(GorScriptParser.Generic_commandContext ctx)
Enter a parse tree produced byGorScriptParser.generic_command().- Parameters:
ctx- the parse tree
-
exitGeneric_command
void exitGeneric_command(GorScriptParser.Generic_commandContext ctx)
Exit a parse tree produced byGorScriptParser.generic_command().- Parameters:
ctx- the parse tree
-
enterColumn_list
void enterColumn_list(GorScriptParser.Column_listContext ctx)
Enter a parse tree produced byGorScriptParser.column_list().- Parameters:
ctx- the parse tree
-
exitColumn_list
void exitColumn_list(GorScriptParser.Column_listContext ctx)
Exit a parse tree produced byGorScriptParser.column_list().- Parameters:
ctx- the parse tree
-
enterColumn_selection
void enterColumn_selection(GorScriptParser.Column_selectionContext ctx)
Enter a parse tree produced byGorScriptParser.column_selection().- Parameters:
ctx- the parse tree
-
exitColumn_selection
void exitColumn_selection(GorScriptParser.Column_selectionContext ctx)
Exit a parse tree produced byGorScriptParser.column_selection().- Parameters:
ctx- the parse tree
-
enterColumn_range
void enterColumn_range(GorScriptParser.Column_rangeContext ctx)
Enter a parse tree produced byGorScriptParser.column_range().- Parameters:
ctx- the parse tree
-
exitColumn_range
void exitColumn_range(GorScriptParser.Column_rangeContext ctx)
Exit a parse tree produced byGorScriptParser.column_range().- Parameters:
ctx- the parse tree
-
enterColumn_ref
void enterColumn_ref(GorScriptParser.Column_refContext ctx)
Enter a parse tree produced byGorScriptParser.column_ref().- Parameters:
ctx- the parse tree
-
exitColumn_ref
void exitColumn_ref(GorScriptParser.Column_refContext ctx)
Exit a parse tree produced byGorScriptParser.column_ref().- Parameters:
ctx- the parse tree
-
enterColumn_wildcard
void enterColumn_wildcard(GorScriptParser.Column_wildcardContext ctx)
Enter a parse tree produced byGorScriptParser.column_wildcard().- Parameters:
ctx- the parse tree
-
exitColumn_wildcard
void exitColumn_wildcard(GorScriptParser.Column_wildcardContext ctx)
Exit a parse tree produced byGorScriptParser.column_wildcard().- Parameters:
ctx- the parse tree
-
enterColumn_name
void enterColumn_name(GorScriptParser.Column_nameContext ctx)
Enter a parse tree produced byGorScriptParser.column_name().- Parameters:
ctx- the parse tree
-
exitColumn_name
void exitColumn_name(GorScriptParser.Column_nameContext ctx)
Exit a parse tree produced byGorScriptParser.column_name().- Parameters:
ctx- the parse tree
-
enterColumn_number
void enterColumn_number(GorScriptParser.Column_numberContext ctx)
Enter a parse tree produced byGorScriptParser.column_number().- Parameters:
ctx- the parse tree
-
exitColumn_number
void exitColumn_number(GorScriptParser.Column_numberContext ctx)
Exit a parse tree produced byGorScriptParser.column_number().- Parameters:
ctx- the parse tree
-
enterColumn_rename_rule
void enterColumn_rename_rule(GorScriptParser.Column_rename_ruleContext ctx)
Enter a parse tree produced byGorScriptParser.column_rename_rule().- Parameters:
ctx- the parse tree
-
exitColumn_rename_rule
void exitColumn_rename_rule(GorScriptParser.Column_rename_ruleContext ctx)
Exit a parse tree produced byGorScriptParser.column_rename_rule().- Parameters:
ctx- the parse tree
-
enterCalc_expression_list
void enterCalc_expression_list(GorScriptParser.Calc_expression_listContext ctx)
Enter a parse tree produced byGorScriptParser.calc_expression_list().- Parameters:
ctx- the parse tree
-
exitCalc_expression_list
void exitCalc_expression_list(GorScriptParser.Calc_expression_listContext ctx)
Exit a parse tree produced byGorScriptParser.calc_expression_list().- Parameters:
ctx- the parse tree
-
enterExpression
void enterExpression(GorScriptParser.ExpressionContext ctx)
Enter a parse tree produced byGorScriptParser.expression().- Parameters:
ctx- the parse tree
-
exitExpression
void exitExpression(GorScriptParser.ExpressionContext ctx)
Exit a parse tree produced byGorScriptParser.expression().- Parameters:
ctx- the parse tree
-
enterTerm
void enterTerm(GorScriptParser.TermContext ctx)
Enter a parse tree produced byGorScriptParser.term().- Parameters:
ctx- the parse tree
-
exitTerm
void exitTerm(GorScriptParser.TermContext ctx)
Exit a parse tree produced byGorScriptParser.term().- Parameters:
ctx- the parse tree
-
enterOptional_power_factor
void enterOptional_power_factor(GorScriptParser.Optional_power_factorContext ctx)
Enter a parse tree produced byGorScriptParser.optional_power_factor().- Parameters:
ctx- the parse tree
-
exitOptional_power_factor
void exitOptional_power_factor(GorScriptParser.Optional_power_factorContext ctx)
Exit a parse tree produced byGorScriptParser.optional_power_factor().- Parameters:
ctx- the parse tree
-
enterPower_factor
void enterPower_factor(GorScriptParser.Power_factorContext ctx)
Enter a parse tree produced byGorScriptParser.power_factor().- Parameters:
ctx- the parse tree
-
exitPower_factor
void exitPower_factor(GorScriptParser.Power_factorContext ctx)
Exit a parse tree produced byGorScriptParser.power_factor().- Parameters:
ctx- the parse tree
-
enterFactor
void enterFactor(GorScriptParser.FactorContext ctx)
Enter a parse tree produced byGorScriptParser.factor().- Parameters:
ctx- the parse tree
-
exitFactor
void exitFactor(GorScriptParser.FactorContext ctx)
Exit a parse tree produced byGorScriptParser.factor().- Parameters:
ctx- the parse tree
-
enterSigned_factor
void enterSigned_factor(GorScriptParser.Signed_factorContext ctx)
Enter a parse tree produced byGorScriptParser.signed_factor().- Parameters:
ctx- the parse tree
-
exitSigned_factor
void exitSigned_factor(GorScriptParser.Signed_factorContext ctx)
Exit a parse tree produced byGorScriptParser.signed_factor().- Parameters:
ctx- the parse tree
-
enterXfactor
void enterXfactor(GorScriptParser.XfactorContext ctx)
Enter a parse tree produced byGorScriptParser.xfactor().- Parameters:
ctx- the parse tree
-
exitXfactor
void exitXfactor(GorScriptParser.XfactorContext ctx)
Exit a parse tree produced byGorScriptParser.xfactor().- Parameters:
ctx- the parse tree
-
enterParen_expr
void enterParen_expr(GorScriptParser.Paren_exprContext ctx)
Enter a parse tree produced byGorScriptParser.paren_expr().- Parameters:
ctx- the parse tree
-
exitParen_expr
void exitParen_expr(GorScriptParser.Paren_exprContext ctx)
Exit a parse tree produced byGorScriptParser.paren_expr().- Parameters:
ctx- the parse tree
-
enterFunction_expr
void enterFunction_expr(GorScriptParser.Function_exprContext ctx)
Enter a parse tree produced byGorScriptParser.function_expr().- Parameters:
ctx- the parse tree
-
exitFunction_expr
void exitFunction_expr(GorScriptParser.Function_exprContext ctx)
Exit a parse tree produced byGorScriptParser.function_expr().- Parameters:
ctx- the parse tree
-
enterFunction_call
void enterFunction_call(GorScriptParser.Function_callContext ctx)
Enter a parse tree produced byGorScriptParser.function_call().- Parameters:
ctx- the parse tree
-
exitFunction_call
void exitFunction_call(GorScriptParser.Function_callContext ctx)
Exit a parse tree produced byGorScriptParser.function_call().- Parameters:
ctx- the parse tree
-
enterIf_expr
void enterIf_expr(GorScriptParser.If_exprContext ctx)
Enter a parse tree produced byGorScriptParser.if_expr().- Parameters:
ctx- the parse tree
-
exitIf_expr
void exitIf_expr(GorScriptParser.If_exprContext ctx)
Exit a parse tree produced byGorScriptParser.if_expr().- Parameters:
ctx- the parse tree
-
enterRel_expr
void enterRel_expr(GorScriptParser.Rel_exprContext ctx)
Enter a parse tree produced byGorScriptParser.rel_expr().- Parameters:
ctx- the parse tree
-
exitRel_expr
void exitRel_expr(GorScriptParser.Rel_exprContext ctx)
Exit a parse tree produced byGorScriptParser.rel_expr().- Parameters:
ctx- the parse tree
-
enterRel_term
void enterRel_term(GorScriptParser.Rel_termContext ctx)
Enter a parse tree produced byGorScriptParser.rel_term().- Parameters:
ctx- the parse tree
-
exitRel_term
void exitRel_term(GorScriptParser.Rel_termContext ctx)
Exit a parse tree produced byGorScriptParser.rel_term().- Parameters:
ctx- the parse tree
-
enterPredicate_factor
void enterPredicate_factor(GorScriptParser.Predicate_factorContext ctx)
Enter a parse tree produced byGorScriptParser.predicate_factor().- Parameters:
ctx- the parse tree
-
exitPredicate_factor
void exitPredicate_factor(GorScriptParser.Predicate_factorContext ctx)
Exit a parse tree produced byGorScriptParser.predicate_factor().- Parameters:
ctx- the parse tree
-
enterParen_rel_expr
void enterParen_rel_expr(GorScriptParser.Paren_rel_exprContext ctx)
Enter a parse tree produced byGorScriptParser.paren_rel_expr().- Parameters:
ctx- the parse tree
-
exitParen_rel_expr
void exitParen_rel_expr(GorScriptParser.Paren_rel_exprContext ctx)
Exit a parse tree produced byGorScriptParser.paren_rel_expr().- Parameters:
ctx- the parse tree
-
enterNot_rel_expr
void enterNot_rel_expr(GorScriptParser.Not_rel_exprContext ctx)
Enter a parse tree produced byGorScriptParser.not_rel_expr().- Parameters:
ctx- the parse tree
-
exitNot_rel_expr
void exitNot_rel_expr(GorScriptParser.Not_rel_exprContext ctx)
Exit a parse tree produced byGorScriptParser.not_rel_expr().- Parameters:
ctx- the parse tree
-
enterPredicate
void enterPredicate(GorScriptParser.PredicateContext ctx)
Enter a parse tree produced byGorScriptParser.predicate().- Parameters:
ctx- the parse tree
-
exitPredicate
void exitPredicate(GorScriptParser.PredicateContext ctx)
Exit a parse tree produced byGorScriptParser.predicate().- Parameters:
ctx- the parse tree
-
enterCompare_expressions
void enterCompare_expressions(GorScriptParser.Compare_expressionsContext ctx)
Enter a parse tree produced byGorScriptParser.compare_expressions().- Parameters:
ctx- the parse tree
-
exitCompare_expressions
void exitCompare_expressions(GorScriptParser.Compare_expressionsContext ctx)
Exit a parse tree produced byGorScriptParser.compare_expressions().- Parameters:
ctx- the parse tree
-
enterIn_expression
void enterIn_expression(GorScriptParser.In_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.in_expression().- Parameters:
ctx- the parse tree
-
exitIn_expression
void exitIn_expression(GorScriptParser.In_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.in_expression().- Parameters:
ctx- the parse tree
-
enterIndag_expression
void enterIndag_expression(GorScriptParser.Indag_expressionContext ctx)
Enter a parse tree produced byGorScriptParser.indag_expression().- Parameters:
ctx- the parse tree
-
exitIndag_expression
void exitIndag_expression(GorScriptParser.Indag_expressionContext ctx)
Exit a parse tree produced byGorScriptParser.indag_expression().- Parameters:
ctx- the parse tree
-
enterFunction_name
void enterFunction_name(GorScriptParser.Function_nameContext ctx)
Enter a parse tree produced byGorScriptParser.function_name().- Parameters:
ctx- the parse tree
-
exitFunction_name
void exitFunction_name(GorScriptParser.Function_nameContext ctx)
Exit a parse tree produced byGorScriptParser.function_name().- Parameters:
ctx- the parse tree
-
enterValue
void enterValue(GorScriptParser.ValueContext ctx)
Enter a parse tree produced byGorScriptParser.value().- Parameters:
ctx- the parse tree
-
exitValue
void exitValue(GorScriptParser.ValueContext ctx)
Exit a parse tree produced byGorScriptParser.value().- Parameters:
ctx- the parse tree
-
enterVariable
void enterVariable(GorScriptParser.VariableContext ctx)
Enter a parse tree produced byGorScriptParser.variable().- Parameters:
ctx- the parse tree
-
exitVariable
void exitVariable(GorScriptParser.VariableContext ctx)
Exit a parse tree produced byGorScriptParser.variable().- Parameters:
ctx- the parse tree
-
enterNumber
void enterNumber(GorScriptParser.NumberContext ctx)
Enter a parse tree produced byGorScriptParser.number().- Parameters:
ctx- the parse tree
-
exitNumber
void exitNumber(GorScriptParser.NumberContext ctx)
Exit a parse tree produced byGorScriptParser.number().- Parameters:
ctx- the parse tree
-
enterString_literal_list
void enterString_literal_list(GorScriptParser.String_literal_listContext ctx)
Enter a parse tree produced byGorScriptParser.string_literal_list().- Parameters:
ctx- the parse tree
-
exitString_literal_list
void exitString_literal_list(GorScriptParser.String_literal_listContext ctx)
Exit a parse tree produced byGorScriptParser.string_literal_list().- Parameters:
ctx- the parse tree
-
enterString_literal
void enterString_literal(GorScriptParser.String_literalContext ctx)
Enter a parse tree produced byGorScriptParser.string_literal().- Parameters:
ctx- the parse tree
-
exitString_literal
void exitString_literal(GorScriptParser.String_literalContext ctx)
Exit a parse tree produced byGorScriptParser.string_literal().- Parameters:
ctx- the parse tree
-
-