Show / Hide Table of Contents

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
System.Object
doiurlBaseListener
Implements
IdoiurlListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Doiurl
Assembly: Doiurl.dll
Syntax
public class doiurlBaseListener : object, IdoiurlListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterDoiuri(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

Implements

IdoiurlListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX