Interface IdoiurlVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by doiurlParser.
Namespace: GCore.Antlr.Grammers.Doiurl
Assembly: Doiurl.dll
Syntax
public interface IdoiurlVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
| Name | Description |
|---|---|
| Result | The return type of the visit operation. |
Methods
| Improve this Doc View SourceVisitDoiuri(doiurlParser.DoiuriContext)
Visit a parse tree produced by doiuri().
Declaration
Result VisitDoiuri(doiurlParser.DoiuriContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| doiurlParser.DoiuriContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitEncodeddoi(doiurlParser.EncodeddoiContext)
Visit a parse tree produced by encodeddoi().
Declaration
Result VisitEncodeddoi(doiurlParser.EncodeddoiContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| doiurlParser.EncodeddoiContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitFragment_(doiurlParser.Fragment_Context)
Visit a parse tree produced by fragment_().
Declaration
Result VisitFragment_(doiurlParser.Fragment_Context context)
Parameters
| Type | Name | Description |
|---|---|---|
| doiurlParser.Fragment_Context | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitPrefix_(doiurlParser.Prefix_Context)
Visit a parse tree produced by prefix_().
Declaration
Result VisitPrefix_(doiurlParser.Prefix_Context context)
Parameters
| Type | Name | Description |
|---|---|---|
| doiurlParser.Prefix_Context | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitQuery(doiurlParser.QueryContext)
Visit a parse tree produced by query().
Declaration
Result VisitQuery(doiurlParser.QueryContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| doiurlParser.QueryContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitScheme(doiurlParser.SchemeContext)
Visit a parse tree produced by scheme().
Declaration
Result VisitScheme(doiurlParser.SchemeContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| doiurlParser.SchemeContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitSegment(doiurlParser.SegmentContext)
Visit a parse tree produced by segment().
Declaration
Result VisitSegment(doiurlParser.SegmentContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| doiurlParser.SegmentContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitSuffix(doiurlParser.SuffixContext)
Visit a parse tree produced by suffix().
Declaration
Result VisitSuffix(doiurlParser.SuffixContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| doiurlParser.SuffixContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |