Show / Hide Table of Contents

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 Source

VisitExp(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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX