Show / Hide Table of Contents

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 Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX