Show / Hide Table of Contents

Interface IUpnpListener

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

Namespace: GCore.Antlr.Grammers.Upnp
Assembly: Upnp.dll
Syntax
public interface IUpnpListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterEscapedQuote(UpnpParser.EscapedQuoteContext)

Enter a parse tree produced by escapedQuote().

Declaration
void EnterEscapedQuote(UpnpParser.EscapedQuoteContext context)
Parameters
Type Name Description
UpnpParser.EscapedQuoteContext context

The parse tree.

| Improve this Doc View Source

EnterQuotedVal(UpnpParser.QuotedValContext)

Enter a parse tree produced by quotedVal().

Declaration
void EnterQuotedVal(UpnpParser.QuotedValContext context)
Parameters
Type Name Description
UpnpParser.QuotedValContext context

The parse tree.

| Improve this Doc View Source

EnterRelExp(UpnpParser.RelExpContext)

Enter a parse tree produced by relExp().

Declaration
void EnterRelExp(UpnpParser.RelExpContext context)
Parameters
Type Name Description
UpnpParser.RelExpContext context

The parse tree.

| Improve this Doc View Source

EnterSearchCrit(UpnpParser.SearchCritContext)

Enter a parse tree produced by searchCrit().

Declaration
void EnterSearchCrit(UpnpParser.SearchCritContext context)
Parameters
Type Name Description
UpnpParser.SearchCritContext context

The parse tree.

| Improve this Doc View Source

EnterSearchExp(UpnpParser.SearchExpContext)

Enter a parse tree produced by searchExp().

Declaration
void EnterSearchExp(UpnpParser.SearchExpContext context)
Parameters
Type Name Description
UpnpParser.SearchExpContext context

The parse tree.

| Improve this Doc View Source

ExitEscapedQuote(UpnpParser.EscapedQuoteContext)

Exit a parse tree produced by escapedQuote().

Declaration
void ExitEscapedQuote(UpnpParser.EscapedQuoteContext context)
Parameters
Type Name Description
UpnpParser.EscapedQuoteContext context

The parse tree.

| Improve this Doc View Source

ExitQuotedVal(UpnpParser.QuotedValContext)

Exit a parse tree produced by quotedVal().

Declaration
void ExitQuotedVal(UpnpParser.QuotedValContext context)
Parameters
Type Name Description
UpnpParser.QuotedValContext context

The parse tree.

| Improve this Doc View Source

ExitRelExp(UpnpParser.RelExpContext)

Exit a parse tree produced by relExp().

Declaration
void ExitRelExp(UpnpParser.RelExpContext context)
Parameters
Type Name Description
UpnpParser.RelExpContext context

The parse tree.

| Improve this Doc View Source

ExitSearchCrit(UpnpParser.SearchCritContext)

Exit a parse tree produced by searchCrit().

Declaration
void ExitSearchCrit(UpnpParser.SearchCritContext context)
Parameters
Type Name Description
UpnpParser.SearchCritContext context

The parse tree.

| Improve this Doc View Source

ExitSearchExp(UpnpParser.SearchExpContext)

Exit a parse tree produced by searchExp().

Declaration
void ExitSearchExp(UpnpParser.SearchExpContext context)
Parameters
Type Name Description
UpnpParser.SearchExpContext context

The parse tree.

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