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
Namespace: GCore.Antlr.Grammers.Upnp
Assembly: Upnp.dll
Syntax
public class UpnpBaseListener : object, IUpnpListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterEscapedQuote(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. |
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.
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. |
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. |
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. |
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. |
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. |
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.
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. |
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. |
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. |
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. |
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.
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.