Show / Hide Table of Contents

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 Source

EnterComment(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX