Show / Hide Table of Contents

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 Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

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