Interface InanofuckVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by nanofuckParser.
Namespace: GCore.Antlr.Grammers.Nanofuck
Assembly: Nanofuck.dll
Syntax
public interface InanofuckVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
| Name | Description |
|---|---|
| Result | The return type of the visit operation. |
Methods
| Improve this Doc View SourceVisitExp(nanofuckParser.ExpContext)
Visit a parse tree produced by exp().
Declaration
Result VisitExp(nanofuckParser.ExpContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| nanofuckParser.ExpContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |