Show / Hide Table of Contents

Interface IpostalcodeVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by postalcodeParser.

Namespace: GCore.Antlr.Grammers.Postalcode
Assembly: Postalcode.dll
Syntax
public interface IpostalcodeVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitPostalcode(postalcodeParser.PostalcodeContext)

Visit a parse tree produced by postalcode().

Declaration
Result VisitPostalcode(postalcodeParser.PostalcodeContext context)
Parameters
Type Name Description
postalcodeParser.PostalcodeContext context

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX