Interface IdoiurlListener
This interface defines a complete listener for a parse tree produced by doiurlParser.
Namespace: GCore.Antlr.Grammers.Doiurl
Assembly: Doiurl.dll
Syntax
public interface IdoiurlListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterDoiuri(doiurlParser.DoiuriContext)
Enter a parse tree produced by doiuri().
Declaration
void EnterDoiuri(doiurlParser.DoiuriContext context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.DoiuriContext | context | The parse tree. |
EnterEncodeddoi(doiurlParser.EncodeddoiContext)
Enter a parse tree produced by encodeddoi().
Declaration
void EnterEncodeddoi(doiurlParser.EncodeddoiContext context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.EncodeddoiContext | context | The parse tree. |
EnterFragment_(doiurlParser.Fragment_Context)
Enter a parse tree produced by fragment_().
Declaration
void EnterFragment_(doiurlParser.Fragment_Context context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.Fragment_Context | context | The parse tree. |
EnterPrefix_(doiurlParser.Prefix_Context)
Enter a parse tree produced by prefix_().
Declaration
void EnterPrefix_(doiurlParser.Prefix_Context context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.Prefix_Context | context | The parse tree. |
EnterQuery(doiurlParser.QueryContext)
Enter a parse tree produced by query().
Declaration
void EnterQuery(doiurlParser.QueryContext context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.QueryContext | context | The parse tree. |
EnterScheme(doiurlParser.SchemeContext)
Enter a parse tree produced by scheme().
Declaration
void EnterScheme(doiurlParser.SchemeContext context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.SchemeContext | context | The parse tree. |
EnterSegment(doiurlParser.SegmentContext)
Enter a parse tree produced by segment().
Declaration
void EnterSegment(doiurlParser.SegmentContext context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.SegmentContext | context | The parse tree. |
EnterSuffix(doiurlParser.SuffixContext)
Enter a parse tree produced by suffix().
Declaration
void EnterSuffix(doiurlParser.SuffixContext context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.SuffixContext | context | The parse tree. |
ExitDoiuri(doiurlParser.DoiuriContext)
Exit a parse tree produced by doiuri().
Declaration
void ExitDoiuri(doiurlParser.DoiuriContext context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.DoiuriContext | context | The parse tree. |
ExitEncodeddoi(doiurlParser.EncodeddoiContext)
Exit a parse tree produced by encodeddoi().
Declaration
void ExitEncodeddoi(doiurlParser.EncodeddoiContext context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.EncodeddoiContext | context | The parse tree. |
ExitFragment_(doiurlParser.Fragment_Context)
Exit a parse tree produced by fragment_().
Declaration
void ExitFragment_(doiurlParser.Fragment_Context context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.Fragment_Context | context | The parse tree. |
ExitPrefix_(doiurlParser.Prefix_Context)
Exit a parse tree produced by prefix_().
Declaration
void ExitPrefix_(doiurlParser.Prefix_Context context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.Prefix_Context | context | The parse tree. |
ExitQuery(doiurlParser.QueryContext)
Exit a parse tree produced by query().
Declaration
void ExitQuery(doiurlParser.QueryContext context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.QueryContext | context | The parse tree. |
ExitScheme(doiurlParser.SchemeContext)
Exit a parse tree produced by scheme().
Declaration
void ExitScheme(doiurlParser.SchemeContext context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.SchemeContext | context | The parse tree. |
ExitSegment(doiurlParser.SegmentContext)
Exit a parse tree produced by segment().
Declaration
void ExitSegment(doiurlParser.SegmentContext context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.SegmentContext | context | The parse tree. |
ExitSuffix(doiurlParser.SuffixContext)
Exit a parse tree produced by suffix().
Declaration
void ExitSuffix(doiurlParser.SuffixContext context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.SuffixContext | context | The parse tree. |