Show / Hide Table of Contents

Interface IbrainflakListener

This interface defines a complete listener for a parse tree produced by brainflakParser.

Namespace: GCore.Antlr.Grammers.Brainflak
Assembly: Brainflak.dll
Syntax
public interface IbrainflakListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterBracestmt(brainflakParser.BracestmtContext)

Enter a parse tree produced by bracestmt().

Declaration
void EnterBracestmt(brainflakParser.BracestmtContext context)
Parameters
Type Name Description
brainflakParser.BracestmtContext context

The parse tree.

| Improve this Doc View Source

EnterBracketstmt(brainflakParser.BracketstmtContext)

Enter a parse tree produced by bracketstmt().

Declaration
void EnterBracketstmt(brainflakParser.BracketstmtContext context)
Parameters
Type Name Description
brainflakParser.BracketstmtContext context

The parse tree.

| Improve this Doc View Source

EnterFile_(brainflakParser.File_Context)

Enter a parse tree produced by file_().

Declaration
void EnterFile_(brainflakParser.File_Context context)
Parameters
Type Name Description
brainflakParser.File_Context context

The parse tree.

| Improve this Doc View Source

EnterGtltstmt(brainflakParser.GtltstmtContext)

Enter a parse tree produced by gtltstmt().

Declaration
void EnterGtltstmt(brainflakParser.GtltstmtContext context)
Parameters
Type Name Description
brainflakParser.GtltstmtContext context

The parse tree.

| Improve this Doc View Source

EnterParenstmt(brainflakParser.ParenstmtContext)

Enter a parse tree produced by parenstmt().

Declaration
void EnterParenstmt(brainflakParser.ParenstmtContext context)
Parameters
Type Name Description
brainflakParser.ParenstmtContext context

The parse tree.

| Improve this Doc View Source

EnterStatement(brainflakParser.StatementContext)

Enter a parse tree produced by statement().

Declaration
void EnterStatement(brainflakParser.StatementContext context)
Parameters
Type Name Description
brainflakParser.StatementContext context

The parse tree.

| Improve this Doc View Source

ExitBracestmt(brainflakParser.BracestmtContext)

Exit a parse tree produced by bracestmt().

Declaration
void ExitBracestmt(brainflakParser.BracestmtContext context)
Parameters
Type Name Description
brainflakParser.BracestmtContext context

The parse tree.

| Improve this Doc View Source

ExitBracketstmt(brainflakParser.BracketstmtContext)

Exit a parse tree produced by bracketstmt().

Declaration
void ExitBracketstmt(brainflakParser.BracketstmtContext context)
Parameters
Type Name Description
brainflakParser.BracketstmtContext context

The parse tree.

| Improve this Doc View Source

ExitFile_(brainflakParser.File_Context)

Exit a parse tree produced by file_().

Declaration
void ExitFile_(brainflakParser.File_Context context)
Parameters
Type Name Description
brainflakParser.File_Context context

The parse tree.

| Improve this Doc View Source

ExitGtltstmt(brainflakParser.GtltstmtContext)

Exit a parse tree produced by gtltstmt().

Declaration
void ExitGtltstmt(brainflakParser.GtltstmtContext context)
Parameters
Type Name Description
brainflakParser.GtltstmtContext context

The parse tree.

| Improve this Doc View Source

ExitParenstmt(brainflakParser.ParenstmtContext)

Exit a parse tree produced by parenstmt().

Declaration
void ExitParenstmt(brainflakParser.ParenstmtContext context)
Parameters
Type Name Description
brainflakParser.ParenstmtContext context

The parse tree.

| Improve this Doc View Source

ExitStatement(brainflakParser.StatementContext)

Exit a parse tree produced by statement().

Declaration
void ExitStatement(brainflakParser.StatementContext context)
Parameters
Type Name Description
brainflakParser.StatementContext context

The parse tree.

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