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 SourceVisitPostalcode(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 |