Show / Hide Table of Contents

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 Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

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