Interface IuseragentListener
This interface defines a complete listener for a parse tree produced by useragentParser.
Namespace: GCore.Antlr.Grammers.Useragent
Assembly: Useragent.dll
Syntax
public interface IuseragentListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterComment(useragentParser.CommentContext)
Enter a parse tree produced by comment().
Declaration
void EnterComment(useragentParser.CommentContext context)
Parameters
Type | Name | Description |
---|---|---|
useragentParser.CommentContext | context | The parse tree. |
EnterName(useragentParser.NameContext)
Enter a parse tree produced by name().
Declaration
void EnterName(useragentParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
useragentParser.NameContext | context | The parse tree. |
EnterProduct(useragentParser.ProductContext)
Enter a parse tree produced by product().
Declaration
void EnterProduct(useragentParser.ProductContext context)
Parameters
Type | Name | Description |
---|---|---|
useragentParser.ProductContext | context | The parse tree. |
EnterProg(useragentParser.ProgContext)
Enter a parse tree produced by prog().
Declaration
void EnterProg(useragentParser.ProgContext context)
Parameters
Type | Name | Description |
---|---|---|
useragentParser.ProgContext | context | The parse tree. |
EnterVersion(useragentParser.VersionContext)
Enter a parse tree produced by version().
Declaration
void EnterVersion(useragentParser.VersionContext context)
Parameters
Type | Name | Description |
---|---|---|
useragentParser.VersionContext | context | The parse tree. |
ExitComment(useragentParser.CommentContext)
Exit a parse tree produced by comment().
Declaration
void ExitComment(useragentParser.CommentContext context)
Parameters
Type | Name | Description |
---|---|---|
useragentParser.CommentContext | context | The parse tree. |
ExitName(useragentParser.NameContext)
Exit a parse tree produced by name().
Declaration
void ExitName(useragentParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
useragentParser.NameContext | context | The parse tree. |
ExitProduct(useragentParser.ProductContext)
Exit a parse tree produced by product().
Declaration
void ExitProduct(useragentParser.ProductContext context)
Parameters
Type | Name | Description |
---|---|---|
useragentParser.ProductContext | context | The parse tree. |
ExitProg(useragentParser.ProgContext)
Exit a parse tree produced by prog().
Declaration
void ExitProg(useragentParser.ProgContext context)
Parameters
Type | Name | Description |
---|---|---|
useragentParser.ProgContext | context | The parse tree. |
ExitVersion(useragentParser.VersionContext)
Exit a parse tree produced by version().
Declaration
void ExitVersion(useragentParser.VersionContext context)
Parameters
Type | Name | Description |
---|---|---|
useragentParser.VersionContext | context | The parse tree. |