Show / Hide Table of Contents

Interface InanofuckListener

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

Namespace: GCore.Antlr.Grammers.Nanofuck
Assembly: Nanofuck.dll
Syntax
public interface InanofuckListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterExp(nanofuckParser.ExpContext)

Enter a parse tree produced by exp().

Declaration
void EnterExp(nanofuckParser.ExpContext context)
Parameters
Type Name Description
nanofuckParser.ExpContext context

The parse tree.

| Improve this Doc View Source

ExitExp(nanofuckParser.ExpContext)

Exit a parse tree produced by exp().

Declaration
void ExitExp(nanofuckParser.ExpContext context)
Parameters
Type Name Description
nanofuckParser.ExpContext context

The parse tree.

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