Interface IredcodeListener
This interface defines a complete listener for a parse tree produced by redcodeParser.
Namespace: GCore.Antlr.Grammers.Redcode
Assembly: Redcode.dll
Syntax
public interface IredcodeListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterComment(redcodeParser.CommentContext)
Enter a parse tree produced by comment().
Declaration
void EnterComment(redcodeParser.CommentContext context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.CommentContext | context | The parse tree. |
EnterFile_(redcodeParser.File_Context)
Enter a parse tree produced by file_().
Declaration
void EnterFile_(redcodeParser.File_Context context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.File_Context | context | The parse tree. |
EnterInstruction(redcodeParser.InstructionContext)
Enter a parse tree produced by instruction().
Declaration
void EnterInstruction(redcodeParser.InstructionContext context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.InstructionContext | context | The parse tree. |
EnterLine(redcodeParser.LineContext)
Enter a parse tree produced by line().
Declaration
void EnterLine(redcodeParser.LineContext context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.LineContext | context | The parse tree. |
EnterMmode(redcodeParser.MmodeContext)
Enter a parse tree produced by mmode().
Declaration
void EnterMmode(redcodeParser.MmodeContext context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.MmodeContext | context | The parse tree. |
EnterModifier(redcodeParser.ModifierContext)
Enter a parse tree produced by modifier().
Declaration
void EnterModifier(redcodeParser.ModifierContext context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.ModifierContext | context | The parse tree. |
EnterNumber(redcodeParser.NumberContext)
Enter a parse tree produced by number().
Declaration
void EnterNumber(redcodeParser.NumberContext context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.NumberContext | context | The parse tree. |
EnterOpcode(redcodeParser.OpcodeContext)
Enter a parse tree produced by opcode().
Declaration
void EnterOpcode(redcodeParser.OpcodeContext context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.OpcodeContext | context | The parse tree. |
ExitComment(redcodeParser.CommentContext)
Exit a parse tree produced by comment().
Declaration
void ExitComment(redcodeParser.CommentContext context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.CommentContext | context | The parse tree. |
ExitFile_(redcodeParser.File_Context)
Exit a parse tree produced by file_().
Declaration
void ExitFile_(redcodeParser.File_Context context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.File_Context | context | The parse tree. |
ExitInstruction(redcodeParser.InstructionContext)
Exit a parse tree produced by instruction().
Declaration
void ExitInstruction(redcodeParser.InstructionContext context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.InstructionContext | context | The parse tree. |
ExitLine(redcodeParser.LineContext)
Exit a parse tree produced by line().
Declaration
void ExitLine(redcodeParser.LineContext context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.LineContext | context | The parse tree. |
ExitMmode(redcodeParser.MmodeContext)
Exit a parse tree produced by mmode().
Declaration
void ExitMmode(redcodeParser.MmodeContext context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.MmodeContext | context | The parse tree. |
ExitModifier(redcodeParser.ModifierContext)
Exit a parse tree produced by modifier().
Declaration
void ExitModifier(redcodeParser.ModifierContext context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.ModifierContext | context | The parse tree. |
ExitNumber(redcodeParser.NumberContext)
Exit a parse tree produced by number().
Declaration
void ExitNumber(redcodeParser.NumberContext context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.NumberContext | context | The parse tree. |
ExitOpcode(redcodeParser.OpcodeContext)
Exit a parse tree produced by opcode().
Declaration
void ExitOpcode(redcodeParser.OpcodeContext context)
Parameters
Type | Name | Description |
---|---|---|
redcodeParser.OpcodeContext | context | The parse tree. |