Interface IUpnpVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by UpnpParser.
Namespace: GCore.Antlr.Grammers.Upnp
Assembly: Upnp.dll
Syntax
public interface IUpnpVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name | Description |
---|---|
Result | The return type of the visit operation. |
Methods
| Improve this Doc View SourceVisitEscapedQuote(UpnpParser.EscapedQuoteContext)
Visit a parse tree produced by escapedQuote().
Declaration
Result VisitEscapedQuote(UpnpParser.EscapedQuoteContext context)
Parameters
Type | Name | Description |
---|---|---|
UpnpParser.EscapedQuoteContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitQuotedVal(UpnpParser.QuotedValContext)
Visit a parse tree produced by quotedVal().
Declaration
Result VisitQuotedVal(UpnpParser.QuotedValContext context)
Parameters
Type | Name | Description |
---|---|---|
UpnpParser.QuotedValContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRelExp(UpnpParser.RelExpContext)
Visit a parse tree produced by relExp().
Declaration
Result VisitRelExp(UpnpParser.RelExpContext context)
Parameters
Type | Name | Description |
---|---|---|
UpnpParser.RelExpContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSearchCrit(UpnpParser.SearchCritContext)
Visit a parse tree produced by searchCrit().
Declaration
Result VisitSearchCrit(UpnpParser.SearchCritContext context)
Parameters
Type | Name | Description |
---|---|---|
UpnpParser.SearchCritContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSearchExp(UpnpParser.SearchExpContext)
Visit a parse tree produced by searchExp().
Declaration
Result VisitSearchExp(UpnpParser.SearchExpContext context)
Parameters
Type | Name | Description |
---|---|---|
UpnpParser.SearchExpContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |