Interface IbrainfuckListener
This interface defines a complete listener for a parse tree produced by brainfuckParser.
Namespace: GCore.Antlr.Grammers.Brainfuck
Assembly: Brainfuck.dll
Syntax
public interface IbrainfuckListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterFile_(brainfuckParser.File_Context)
Enter a parse tree produced by file_().
Declaration
void EnterFile_(brainfuckParser.File_Context context)
Parameters
Type | Name | Description |
---|---|---|
brainfuckParser.File_Context | context | The parse tree. |
EnterOpcode(brainfuckParser.OpcodeContext)
Enter a parse tree produced by opcode().
Declaration
void EnterOpcode(brainfuckParser.OpcodeContext context)
Parameters
Type | Name | Description |
---|---|---|
brainfuckParser.OpcodeContext | context | The parse tree. |
EnterStatement(brainfuckParser.StatementContext)
Enter a parse tree produced by statement().
Declaration
void EnterStatement(brainfuckParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
brainfuckParser.StatementContext | context | The parse tree. |
ExitFile_(brainfuckParser.File_Context)
Exit a parse tree produced by file_().
Declaration
void ExitFile_(brainfuckParser.File_Context context)
Parameters
Type | Name | Description |
---|---|---|
brainfuckParser.File_Context | context | The parse tree. |
ExitOpcode(brainfuckParser.OpcodeContext)
Exit a parse tree produced by opcode().
Declaration
void ExitOpcode(brainfuckParser.OpcodeContext context)
Parameters
Type | Name | Description |
---|---|---|
brainfuckParser.OpcodeContext | context | The parse tree. |
ExitStatement(brainfuckParser.StatementContext)
Exit a parse tree produced by statement().
Declaration
void ExitStatement(brainfuckParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
brainfuckParser.StatementContext | context | The parse tree. |