Show / Hide Table of Contents

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 Source

VisitEscapedQuote(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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX