Class doiurlBaseListener
This class provides an empty implementation of IdoiurlListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Doiurl
Assembly: Doiurl.dll
Syntax
public class doiurlBaseListener : object, IdoiurlListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterDoiuri(doiurlParser.DoiuriContext)
Enter a parse tree produced by doiuri().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void EnterEncodeddoi(doiurlParser.EncodeddoiContext context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.EncodeddoiContext | 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.
EnterFragment_(doiurlParser.Fragment_Context)
Enter a parse tree produced by fragment_().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void ExitEncodeddoi(doiurlParser.EncodeddoiContext context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.EncodeddoiContext | 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.
ExitFragment_(doiurlParser.Fragment_Context)
Exit a parse tree produced by fragment_().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void ExitSuffix(doiurlParser.SuffixContext context)
Parameters
Type | Name | Description |
---|---|---|
doiurlParser.SuffixContext | 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.