Show / Hide Table of Contents

Class postalcodeBaseVisitor<Result>

This class provides an empty implementation of IpostalcodeVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

Inheritance
System.Object
postalcodeBaseVisitor<Result>
Implements
IpostalcodeVisitor<Result>
IParseTreeVisitor<Result>
Namespace: GCore.Antlr.Grammers.Postalcode
Assembly: Postalcode.dll
Syntax
public class postalcodeBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, 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().

The default implementation returns the result of calling on context.

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

The parse tree.

Returns
Type Description
Result

Implements

IpostalcodeVisitor<Result>
IParseTreeVisitor<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX