Show / Hide Table of Contents

Interface IpostalcodeListener

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

Namespace: GCore.Antlr.Grammers.Postalcode
Assembly: Postalcode.dll
Syntax
public interface IpostalcodeListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterPostalcode(postalcodeParser.PostalcodeContext)

Enter a parse tree produced by postalcode().

Declaration
void EnterPostalcode(postalcodeParser.PostalcodeContext context)
Parameters
Type Name Description
postalcodeParser.PostalcodeContext context

The parse tree.

| Improve this Doc View Source

ExitPostalcode(postalcodeParser.PostalcodeContext)

Exit a parse tree produced by postalcode().

Declaration
void ExitPostalcode(postalcodeParser.PostalcodeContext context)
Parameters
Type Name Description
postalcodeParser.PostalcodeContext context

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX