Show / Hide Table of Contents

Class UpnpBaseListener

This class provides an empty implementation of IUpnpListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
UpnpBaseListener
Implements
IUpnpListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Upnp
Assembly: Upnp.dll
Syntax
public class UpnpBaseListener : object, IUpnpListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterEscapedQuote(UpnpParser.EscapedQuoteContext)

Enter a parse tree produced by escapedQuote().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterQuotedVal(UpnpParser.QuotedValContext)

Enter a parse tree produced by quotedVal().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitQuotedVal(UpnpParser.QuotedValContext)

Exit a parse tree produced by quotedVal().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

IUpnpListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX