Interface IpikeListener
This interface defines a complete listener for a parse tree produced by pikeParser.
Namespace: GCore.Antlr.Grammers.Pike
Assembly: Pike.dll
Syntax
public interface IpikeListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterArgument(pikeParser.ArgumentContext)
Enter a parse tree produced by argument().
Declaration
void EnterArgument(pikeParser.ArgumentContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ArgumentContext | context | The parse tree. |
EnterArguments(pikeParser.ArgumentsContext)
Enter a parse tree produced by arguments().
Declaration
void EnterArguments(pikeParser.ArgumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ArgumentsContext | context | The parse tree. |
EnterArray(pikeParser.ArrayContext)
Enter a parse tree produced by array().
Declaration
void EnterArray(pikeParser.ArrayContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ArrayContext | context | The parse tree. |
EnterBlock(pikeParser.BlockContext)
Enter a parse tree produced by block().
Declaration
void EnterBlock(pikeParser.BlockContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.BlockContext | context | The parse tree. |
EnterBreak_stmt(pikeParser.Break_stmtContext)
Enter a parse tree produced by break_stmt().
Declaration
void EnterBreak_stmt(pikeParser.Break_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Break_stmtContext | context | The parse tree. |
EnterCase_stmt(pikeParser.Case_stmtContext)
Enter a parse tree produced by case_stmt().
Declaration
void EnterCase_stmt(pikeParser.Case_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Case_stmtContext | context | The parse tree. |
EnterCatch_(pikeParser.Catch_Context)
Enter a parse tree produced by catch_().
Declaration
void EnterCatch_(pikeParser.Catch_Context context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Catch_Context | context | The parse tree. |
EnterClass_def(pikeParser.Class_defContext)
Enter a parse tree produced by class_def().
Declaration
void EnterClass_def(pikeParser.Class_defContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Class_defContext | context | The parse tree. |
EnterClass_implementation(pikeParser.Class_implementationContext)
Enter a parse tree produced by class_implementation().
Declaration
void EnterClass_implementation(pikeParser.Class_implementationContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Class_implementationContext | context | The parse tree. |
EnterCond(pikeParser.CondContext)
Enter a parse tree produced by cond().
Declaration
void EnterCond(pikeParser.CondContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.CondContext | context | The parse tree. |
EnterConstant(pikeParser.ConstantContext)
Enter a parse tree produced by constant().
Declaration
void EnterConstant(pikeParser.ConstantContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ConstantContext | context | The parse tree. |
EnterConstant_identifier(pikeParser.Constant_identifierContext)
Enter a parse tree produced by constant_identifier().
Declaration
void EnterConstant_identifier(pikeParser.Constant_identifierContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Constant_identifierContext | context | The parse tree. |
EnterConstant_name(pikeParser.Constant_nameContext)
Enter a parse tree produced by constant_name().
Declaration
void EnterConstant_name(pikeParser.Constant_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Constant_nameContext | context | The parse tree. |
EnterConstant_names(pikeParser.Constant_namesContext)
Enter a parse tree produced by constant_names().
Declaration
void EnterConstant_names(pikeParser.Constant_namesContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Constant_namesContext | context | The parse tree. |
EnterContinue_stmt(pikeParser.Continue_stmtContext)
Enter a parse tree produced by continue_stmt().
Declaration
void EnterContinue_stmt(pikeParser.Continue_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Continue_stmtContext | context | The parse tree. |
EnterDefault_stmt(pikeParser.Default_stmtContext)
Enter a parse tree produced by default_stmt().
Declaration
void EnterDefault_stmt(pikeParser.Default_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Default_stmtContext | context | The parse tree. |
EnterDefinition(pikeParser.DefinitionContext)
Enter a parse tree produced by definition().
Declaration
void EnterDefinition(pikeParser.DefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.DefinitionContext | context | The parse tree. |
EnterDo_while_stmt(pikeParser.Do_while_stmtContext)
Enter a parse tree produced by do_while_stmt().
Declaration
void EnterDo_while_stmt(pikeParser.Do_while_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Do_while_stmtContext | context | The parse tree. |
EnterExpression(pikeParser.ExpressionContext)
Enter a parse tree produced by expression().
Declaration
void EnterExpression(pikeParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ExpressionContext | context | The parse tree. |
EnterExpression_list(pikeParser.Expression_listContext)
Enter a parse tree produced by expression_list().
Declaration
void EnterExpression_list(pikeParser.Expression_listContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Expression_listContext | context | The parse tree. |
EnterExpression2(pikeParser.Expression2Context)
Enter a parse tree produced by expression2().
Declaration
void EnterExpression2(pikeParser.Expression2Context context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Expression2Context | context | The parse tree. |
EnterExpression3(pikeParser.Expression3Context)
Enter a parse tree produced by expression3().
Declaration
void EnterExpression3(pikeParser.Expression3Context context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Expression3Context | context | The parse tree. |
EnterExpression4(pikeParser.Expression4Context)
Enter a parse tree produced by expression4().
Declaration
void EnterExpression4(pikeParser.Expression4Context context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Expression4Context | context | The parse tree. |
EnterExpression5(pikeParser.Expression5Context)
Enter a parse tree produced by expression5().
Declaration
void EnterExpression5(pikeParser.Expression5Context context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Expression5Context | context | The parse tree. |
EnterExpression6(pikeParser.Expression6Context)
Enter a parse tree produced by expression6().
Declaration
void EnterExpression6(pikeParser.Expression6Context context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Expression6Context | context | The parse tree. |
EnterExtension(pikeParser.ExtensionContext)
Enter a parse tree produced by extension().
Declaration
void EnterExtension(pikeParser.ExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ExtensionContext | context | The parse tree. |
EnterFor_stmt(pikeParser.For_stmtContext)
Enter a parse tree produced by for_stmt().
Declaration
void EnterFor_stmt(pikeParser.For_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.For_stmtContext | context | The parse tree. |
EnterForeach_stmt(pikeParser.Foreach_stmtContext)
Enter a parse tree produced by foreach_stmt().
Declaration
void EnterForeach_stmt(pikeParser.Foreach_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Foreach_stmtContext | context | The parse tree. |
EnterFunction_declaration(pikeParser.Function_declarationContext)
Enter a parse tree produced by function_declaration().
Declaration
void EnterFunction_declaration(pikeParser.Function_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Function_declarationContext | context | The parse tree. |
EnterFunction_definition(pikeParser.Function_definitionContext)
Enter a parse tree produced by function_definition().
Declaration
void EnterFunction_definition(pikeParser.Function_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Function_definitionContext | context | The parse tree. |
EnterFunction_type(pikeParser.Function_typeContext)
Enter a parse tree produced by function_type().
Declaration
void EnterFunction_type(pikeParser.Function_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Function_typeContext | context | The parse tree. |
EnterGauge(pikeParser.GaugeContext)
Enter a parse tree produced by gauge().
Declaration
void EnterGauge(pikeParser.GaugeContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.GaugeContext | context | The parse tree. |
EnterImpo(pikeParser.ImpoContext)
Enter a parse tree produced by impo().
Declaration
void EnterImpo(pikeParser.ImpoContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ImpoContext | context | The parse tree. |
EnterInheritance(pikeParser.InheritanceContext)
Enter a parse tree produced by inheritance().
Declaration
void EnterInheritance(pikeParser.InheritanceContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.InheritanceContext | context | The parse tree. |
EnterLambda(pikeParser.LambdaContext)
Enter a parse tree produced by lambda().
Declaration
void EnterLambda(pikeParser.LambdaContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.LambdaContext | context | The parse tree. |
EnterLvalue(pikeParser.LvalueContext)
Enter a parse tree produced by lvalue().
Declaration
void EnterLvalue(pikeParser.LvalueContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.LvalueContext | context | The parse tree. |
EnterMapping(pikeParser.MappingContext)
Enter a parse tree produced by mapping().
Declaration
void EnterMapping(pikeParser.MappingContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.MappingContext | context | The parse tree. |
EnterModifiers(pikeParser.ModifiersContext)
Enter a parse tree produced by modifiers().
Declaration
void EnterModifiers(pikeParser.ModifiersContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ModifiersContext | context | The parse tree. |
EnterMultiset(pikeParser.MultisetContext)
Enter a parse tree produced by multiset().
Declaration
void EnterMultiset(pikeParser.MultisetContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.MultisetContext | context | The parse tree. |
EnterParenthesis(pikeParser.ParenthesisContext)
Enter a parse tree produced by parenthesis().
Declaration
void EnterParenthesis(pikeParser.ParenthesisContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ParenthesisContext | context | The parse tree. |
EnterProgram(pikeParser.ProgramContext)
Enter a parse tree produced by program().
Declaration
void EnterProgram(pikeParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ProgramContext | context | The parse tree. |
EnterProgram_specifier(pikeParser.Program_specifierContext)
Enter a parse tree produced by program_specifier().
Declaration
void EnterProgram_specifier(pikeParser.Program_specifierContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Program_specifierContext | context | The parse tree. |
EnterSplice_expression(pikeParser.Splice_expressionContext)
Enter a parse tree produced by splice_expression().
Declaration
void EnterSplice_expression(pikeParser.Splice_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Splice_expressionContext | context | The parse tree. |
EnterSscanf(pikeParser.SscanfContext)
Enter a parse tree produced by sscanf().
Declaration
void EnterSscanf(pikeParser.SscanfContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.SscanfContext | context | The parse tree. |
EnterStatement(pikeParser.StatementContext)
Enter a parse tree produced by statement().
Declaration
void EnterStatement(pikeParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.StatementContext | context | The parse tree. |
EnterSwitch_stmt(pikeParser.Switch_stmtContext)
Enter a parse tree produced by switch_stmt().
Declaration
void EnterSwitch_stmt(pikeParser.Switch_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Switch_stmtContext | context | The parse tree. |
EnterType_(pikeParser.Type_Context)
Enter a parse tree produced by type_().
Declaration
void EnterType_(pikeParser.Type_Context context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Type_Context | context | The parse tree. |
EnterVariable_name(pikeParser.Variable_nameContext)
Enter a parse tree produced by variable_name().
Declaration
void EnterVariable_name(pikeParser.Variable_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Variable_nameContext | context | The parse tree. |
EnterVariable_names(pikeParser.Variable_namesContext)
Enter a parse tree produced by variable_names().
Declaration
void EnterVariable_names(pikeParser.Variable_namesContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Variable_namesContext | context | The parse tree. |
EnterVariables(pikeParser.VariablesContext)
Enter a parse tree produced by variables().
Declaration
void EnterVariables(pikeParser.VariablesContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.VariablesContext | context | The parse tree. |
EnterWhile_stmt(pikeParser.While_stmtContext)
Enter a parse tree produced by while_stmt().
Declaration
void EnterWhile_stmt(pikeParser.While_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.While_stmtContext | context | The parse tree. |
ExitArgument(pikeParser.ArgumentContext)
Exit a parse tree produced by argument().
Declaration
void ExitArgument(pikeParser.ArgumentContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ArgumentContext | context | The parse tree. |
ExitArguments(pikeParser.ArgumentsContext)
Exit a parse tree produced by arguments().
Declaration
void ExitArguments(pikeParser.ArgumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ArgumentsContext | context | The parse tree. |
ExitArray(pikeParser.ArrayContext)
Exit a parse tree produced by array().
Declaration
void ExitArray(pikeParser.ArrayContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ArrayContext | context | The parse tree. |
ExitBlock(pikeParser.BlockContext)
Exit a parse tree produced by block().
Declaration
void ExitBlock(pikeParser.BlockContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.BlockContext | context | The parse tree. |
ExitBreak_stmt(pikeParser.Break_stmtContext)
Exit a parse tree produced by break_stmt().
Declaration
void ExitBreak_stmt(pikeParser.Break_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Break_stmtContext | context | The parse tree. |
ExitCase_stmt(pikeParser.Case_stmtContext)
Exit a parse tree produced by case_stmt().
Declaration
void ExitCase_stmt(pikeParser.Case_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Case_stmtContext | context | The parse tree. |
ExitCatch_(pikeParser.Catch_Context)
Exit a parse tree produced by catch_().
Declaration
void ExitCatch_(pikeParser.Catch_Context context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Catch_Context | context | The parse tree. |
ExitClass_def(pikeParser.Class_defContext)
Exit a parse tree produced by class_def().
Declaration
void ExitClass_def(pikeParser.Class_defContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Class_defContext | context | The parse tree. |
ExitClass_implementation(pikeParser.Class_implementationContext)
Exit a parse tree produced by class_implementation().
Declaration
void ExitClass_implementation(pikeParser.Class_implementationContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Class_implementationContext | context | The parse tree. |
ExitCond(pikeParser.CondContext)
Exit a parse tree produced by cond().
Declaration
void ExitCond(pikeParser.CondContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.CondContext | context | The parse tree. |
ExitConstant(pikeParser.ConstantContext)
Exit a parse tree produced by constant().
Declaration
void ExitConstant(pikeParser.ConstantContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ConstantContext | context | The parse tree. |
ExitConstant_identifier(pikeParser.Constant_identifierContext)
Exit a parse tree produced by constant_identifier().
Declaration
void ExitConstant_identifier(pikeParser.Constant_identifierContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Constant_identifierContext | context | The parse tree. |
ExitConstant_name(pikeParser.Constant_nameContext)
Exit a parse tree produced by constant_name().
Declaration
void ExitConstant_name(pikeParser.Constant_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Constant_nameContext | context | The parse tree. |
ExitConstant_names(pikeParser.Constant_namesContext)
Exit a parse tree produced by constant_names().
Declaration
void ExitConstant_names(pikeParser.Constant_namesContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Constant_namesContext | context | The parse tree. |
ExitContinue_stmt(pikeParser.Continue_stmtContext)
Exit a parse tree produced by continue_stmt().
Declaration
void ExitContinue_stmt(pikeParser.Continue_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Continue_stmtContext | context | The parse tree. |
ExitDefault_stmt(pikeParser.Default_stmtContext)
Exit a parse tree produced by default_stmt().
Declaration
void ExitDefault_stmt(pikeParser.Default_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Default_stmtContext | context | The parse tree. |
ExitDefinition(pikeParser.DefinitionContext)
Exit a parse tree produced by definition().
Declaration
void ExitDefinition(pikeParser.DefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.DefinitionContext | context | The parse tree. |
ExitDo_while_stmt(pikeParser.Do_while_stmtContext)
Exit a parse tree produced by do_while_stmt().
Declaration
void ExitDo_while_stmt(pikeParser.Do_while_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Do_while_stmtContext | context | The parse tree. |
ExitExpression(pikeParser.ExpressionContext)
Exit a parse tree produced by expression().
Declaration
void ExitExpression(pikeParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ExpressionContext | context | The parse tree. |
ExitExpression_list(pikeParser.Expression_listContext)
Exit a parse tree produced by expression_list().
Declaration
void ExitExpression_list(pikeParser.Expression_listContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Expression_listContext | context | The parse tree. |
ExitExpression2(pikeParser.Expression2Context)
Exit a parse tree produced by expression2().
Declaration
void ExitExpression2(pikeParser.Expression2Context context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Expression2Context | context | The parse tree. |
ExitExpression3(pikeParser.Expression3Context)
Exit a parse tree produced by expression3().
Declaration
void ExitExpression3(pikeParser.Expression3Context context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Expression3Context | context | The parse tree. |
ExitExpression4(pikeParser.Expression4Context)
Exit a parse tree produced by expression4().
Declaration
void ExitExpression4(pikeParser.Expression4Context context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Expression4Context | context | The parse tree. |
ExitExpression5(pikeParser.Expression5Context)
Exit a parse tree produced by expression5().
Declaration
void ExitExpression5(pikeParser.Expression5Context context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Expression5Context | context | The parse tree. |
ExitExpression6(pikeParser.Expression6Context)
Exit a parse tree produced by expression6().
Declaration
void ExitExpression6(pikeParser.Expression6Context context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Expression6Context | context | The parse tree. |
ExitExtension(pikeParser.ExtensionContext)
Exit a parse tree produced by extension().
Declaration
void ExitExtension(pikeParser.ExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ExtensionContext | context | The parse tree. |
ExitFor_stmt(pikeParser.For_stmtContext)
Exit a parse tree produced by for_stmt().
Declaration
void ExitFor_stmt(pikeParser.For_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.For_stmtContext | context | The parse tree. |
ExitForeach_stmt(pikeParser.Foreach_stmtContext)
Exit a parse tree produced by foreach_stmt().
Declaration
void ExitForeach_stmt(pikeParser.Foreach_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Foreach_stmtContext | context | The parse tree. |
ExitFunction_declaration(pikeParser.Function_declarationContext)
Exit a parse tree produced by function_declaration().
Declaration
void ExitFunction_declaration(pikeParser.Function_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Function_declarationContext | context | The parse tree. |
ExitFunction_definition(pikeParser.Function_definitionContext)
Exit a parse tree produced by function_definition().
Declaration
void ExitFunction_definition(pikeParser.Function_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Function_definitionContext | context | The parse tree. |
ExitFunction_type(pikeParser.Function_typeContext)
Exit a parse tree produced by function_type().
Declaration
void ExitFunction_type(pikeParser.Function_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Function_typeContext | context | The parse tree. |
ExitGauge(pikeParser.GaugeContext)
Exit a parse tree produced by gauge().
Declaration
void ExitGauge(pikeParser.GaugeContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.GaugeContext | context | The parse tree. |
ExitImpo(pikeParser.ImpoContext)
Exit a parse tree produced by impo().
Declaration
void ExitImpo(pikeParser.ImpoContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ImpoContext | context | The parse tree. |
ExitInheritance(pikeParser.InheritanceContext)
Exit a parse tree produced by inheritance().
Declaration
void ExitInheritance(pikeParser.InheritanceContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.InheritanceContext | context | The parse tree. |
ExitLambda(pikeParser.LambdaContext)
Exit a parse tree produced by lambda().
Declaration
void ExitLambda(pikeParser.LambdaContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.LambdaContext | context | The parse tree. |
ExitLvalue(pikeParser.LvalueContext)
Exit a parse tree produced by lvalue().
Declaration
void ExitLvalue(pikeParser.LvalueContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.LvalueContext | context | The parse tree. |
ExitMapping(pikeParser.MappingContext)
Exit a parse tree produced by mapping().
Declaration
void ExitMapping(pikeParser.MappingContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.MappingContext | context | The parse tree. |
ExitModifiers(pikeParser.ModifiersContext)
Exit a parse tree produced by modifiers().
Declaration
void ExitModifiers(pikeParser.ModifiersContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ModifiersContext | context | The parse tree. |
ExitMultiset(pikeParser.MultisetContext)
Exit a parse tree produced by multiset().
Declaration
void ExitMultiset(pikeParser.MultisetContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.MultisetContext | context | The parse tree. |
ExitParenthesis(pikeParser.ParenthesisContext)
Exit a parse tree produced by parenthesis().
Declaration
void ExitParenthesis(pikeParser.ParenthesisContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ParenthesisContext | context | The parse tree. |
ExitProgram(pikeParser.ProgramContext)
Exit a parse tree produced by program().
Declaration
void ExitProgram(pikeParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.ProgramContext | context | The parse tree. |
ExitProgram_specifier(pikeParser.Program_specifierContext)
Exit a parse tree produced by program_specifier().
Declaration
void ExitProgram_specifier(pikeParser.Program_specifierContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Program_specifierContext | context | The parse tree. |
ExitSplice_expression(pikeParser.Splice_expressionContext)
Exit a parse tree produced by splice_expression().
Declaration
void ExitSplice_expression(pikeParser.Splice_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Splice_expressionContext | context | The parse tree. |
ExitSscanf(pikeParser.SscanfContext)
Exit a parse tree produced by sscanf().
Declaration
void ExitSscanf(pikeParser.SscanfContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.SscanfContext | context | The parse tree. |
ExitStatement(pikeParser.StatementContext)
Exit a parse tree produced by statement().
Declaration
void ExitStatement(pikeParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.StatementContext | context | The parse tree. |
ExitSwitch_stmt(pikeParser.Switch_stmtContext)
Exit a parse tree produced by switch_stmt().
Declaration
void ExitSwitch_stmt(pikeParser.Switch_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Switch_stmtContext | context | The parse tree. |
ExitType_(pikeParser.Type_Context)
Exit a parse tree produced by type_().
Declaration
void ExitType_(pikeParser.Type_Context context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Type_Context | context | The parse tree. |
ExitVariable_name(pikeParser.Variable_nameContext)
Exit a parse tree produced by variable_name().
Declaration
void ExitVariable_name(pikeParser.Variable_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Variable_nameContext | context | The parse tree. |
ExitVariable_names(pikeParser.Variable_namesContext)
Exit a parse tree produced by variable_names().
Declaration
void ExitVariable_names(pikeParser.Variable_namesContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.Variable_namesContext | context | The parse tree. |
ExitVariables(pikeParser.VariablesContext)
Exit a parse tree produced by variables().
Declaration
void ExitVariables(pikeParser.VariablesContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.VariablesContext | context | The parse tree. |
ExitWhile_stmt(pikeParser.While_stmtContext)
Exit a parse tree produced by while_stmt().
Declaration
void ExitWhile_stmt(pikeParser.While_stmtContext context)
Parameters
Type | Name | Description |
---|---|---|
pikeParser.While_stmtContext | context | The parse tree. |