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