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 SourceEnterPostalcode(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. |
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. |