Show / Hide Table of Contents

Class ReStructuredTextBaseListener

This class provides an empty implementation of IReStructuredTextListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
ReStructuredTextBaseListener
Implements
IReStructuredTextListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Restructuredtext
Assembly: Restructuredtext.dll
Syntax
public class ReStructuredTextBaseListener : object, IReStructuredTextListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterBackTickAtom(ReStructuredTextParser.BackTickAtomContext)

Enter a parse tree produced by backTickAtom().

The default implementation does nothing.

Declaration
public virtual void EnterBackTickAtom(ReStructuredTextParser.BackTickAtomContext context)
Parameters
Type Name Description
ReStructuredTextParser.BackTickAtomContext context

The parse tree.

| Improve this Doc View Source

EnterBackTickAtoms(ReStructuredTextParser.BackTickAtomsContext)

Enter a parse tree produced by backTickAtoms().

The default implementation does nothing.

Declaration
public virtual void EnterBackTickAtoms(ReStructuredTextParser.BackTickAtomsContext context)
Parameters
Type Name Description
ReStructuredTextParser.BackTickAtomsContext context

The parse tree.

| Improve this Doc View Source

EnterBackTickNoSpace(ReStructuredTextParser.BackTickNoSpaceContext)

Enter a parse tree produced by backTickNoSpace().

The default implementation does nothing.

Declaration
public virtual void EnterBackTickNoSpace(ReStructuredTextParser.BackTickNoSpaceContext context)
Parameters
Type Name Description
ReStructuredTextParser.BackTickNoSpaceContext context

The parse tree.

| Improve this Doc View Source

EnterBackTickText(ReStructuredTextParser.BackTickTextContext)

Enter a parse tree produced by backTickText().

The default implementation does nothing.

Declaration
public virtual void EnterBackTickText(ReStructuredTextParser.BackTickTextContext context)
Parameters
Type Name Description
ReStructuredTextParser.BackTickTextContext context

The parse tree.

| Improve this Doc View Source

EnterBody(ReStructuredTextParser.BodyContext)

Enter a parse tree produced by body().

The default implementation does nothing.

Declaration
public virtual void EnterBody(ReStructuredTextParser.BodyContext context)
Parameters
Type Name Description
ReStructuredTextParser.BodyContext context

The parse tree.

| Improve this Doc View Source

EnterBullet(ReStructuredTextParser.BulletContext)

Enter a parse tree produced by bullet().

The default implementation does nothing.

Declaration
public virtual void EnterBullet(ReStructuredTextParser.BulletContext context)
Parameters
Type Name Description
ReStructuredTextParser.BulletContext context

The parse tree.

| Improve this Doc View Source

EnterBulletCrossLine(ReStructuredTextParser.BulletCrossLineContext)

Enter a parse tree produced by bulletCrossLine().

The default implementation does nothing.

Declaration
public virtual void EnterBulletCrossLine(ReStructuredTextParser.BulletCrossLineContext context)
Parameters
Type Name Description
ReStructuredTextParser.BulletCrossLineContext context

The parse tree.

| Improve this Doc View Source

EnterBulletSimple(ReStructuredTextParser.BulletSimpleContext)

Enter a parse tree produced by bulletSimple().

The default implementation does nothing.

Declaration
public virtual void EnterBulletSimple(ReStructuredTextParser.BulletSimpleContext context)
Parameters
Type Name Description
ReStructuredTextParser.BulletSimpleContext context

The parse tree.

| Improve this Doc View Source

EnterComment(ReStructuredTextParser.CommentContext)

Enter a parse tree produced by comment().

The default implementation does nothing.

Declaration
public virtual void EnterComment(ReStructuredTextParser.CommentContext context)
Parameters
Type Name Description
ReStructuredTextParser.CommentContext context

The parse tree.

| Improve this Doc View Source

EnterCommentLine(ReStructuredTextParser.CommentLineContext)

Enter a parse tree produced by commentLine().

The default implementation does nothing.

Declaration
public virtual void EnterCommentLine(ReStructuredTextParser.CommentLineContext context)
Parameters
Type Name Description
ReStructuredTextParser.CommentLineContext context

The parse tree.

| Improve this Doc View Source

EnterCommentLineAtoms(ReStructuredTextParser.CommentLineAtomsContext)

Enter a parse tree produced by commentLineAtoms().

The default implementation does nothing.

Declaration
public virtual void EnterCommentLineAtoms(ReStructuredTextParser.CommentLineAtomsContext context)
Parameters
Type Name Description
ReStructuredTextParser.CommentLineAtomsContext context

The parse tree.

| Improve this Doc View Source

EnterCommentLineNoBreak(ReStructuredTextParser.CommentLineNoBreakContext)

Enter a parse tree produced by commentLineNoBreak().

The default implementation does nothing.

Declaration
public virtual void EnterCommentLineNoBreak(ReStructuredTextParser.CommentLineNoBreakContext context)
Parameters
Type Name Description
ReStructuredTextParser.CommentLineNoBreakContext context

The parse tree.

| Improve this Doc View Source

EnterCommentParagraph(ReStructuredTextParser.CommentParagraphContext)

Enter a parse tree produced by commentParagraph().

The default implementation does nothing.

Declaration
public virtual void EnterCommentParagraph(ReStructuredTextParser.CommentParagraphContext context)
Parameters
Type Name Description
ReStructuredTextParser.CommentParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterCommentParagraphs(ReStructuredTextParser.CommentParagraphsContext)

Enter a parse tree produced by commentParagraphs().

The default implementation does nothing.

Declaration
public virtual void EnterCommentParagraphs(ReStructuredTextParser.CommentParagraphsContext context)
Parameters
Type Name Description
ReStructuredTextParser.CommentParagraphsContext context

The parse tree.

| Improve this Doc View Source

EnterCommentRest(ReStructuredTextParser.CommentRestContext)

Enter a parse tree produced by commentRest().

The default implementation does nothing.

Declaration
public virtual void EnterCommentRest(ReStructuredTextParser.CommentRestContext context)
Parameters
Type Name Description
ReStructuredTextParser.CommentRestContext context

The parse tree.

| Improve this Doc View Source

EnterElement(ReStructuredTextParser.ElementContext)

Enter a parse tree produced by element().

The default implementation does nothing.

Declaration
public virtual void EnterElement(ReStructuredTextParser.ElementContext context)
Parameters
Type Name Description
ReStructuredTextParser.ElementContext context

The parse tree.

| Improve this Doc View Source

EnterEmpty_line(ReStructuredTextParser.Empty_lineContext)

Enter a parse tree produced by empty_line().

The default implementation does nothing.

Declaration
public virtual void EnterEmpty_line(ReStructuredTextParser.Empty_lineContext context)
Parameters
Type Name Description
ReStructuredTextParser.Empty_lineContext 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

EnterForcedText(ReStructuredTextParser.ForcedTextContext)

Enter a parse tree produced by forcedText().

The default implementation does nothing.

Declaration
public virtual void EnterForcedText(ReStructuredTextParser.ForcedTextContext context)
Parameters
Type Name Description
ReStructuredTextParser.ForcedTextContext context

The parse tree.

| Improve this Doc View Source

EnterHyperlink(ReStructuredTextParser.HyperlinkContext)

Enter a parse tree produced by hyperlink().

The default implementation does nothing.

Declaration
public virtual void EnterHyperlink(ReStructuredTextParser.HyperlinkContext context)
Parameters
Type Name Description
ReStructuredTextParser.HyperlinkContext context

The parse tree.

| Improve this Doc View Source

EnterHyperlinkAtom(ReStructuredTextParser.HyperlinkAtomContext)

Enter a parse tree produced by hyperlinkAtom().

The default implementation does nothing.

Declaration
public virtual void EnterHyperlinkAtom(ReStructuredTextParser.HyperlinkAtomContext context)
Parameters
Type Name Description
ReStructuredTextParser.HyperlinkAtomContext context

The parse tree.

| Improve this Doc View Source

EnterHyperlinkDoc(ReStructuredTextParser.HyperlinkDocContext)

Enter a parse tree produced by hyperlinkDoc().

The default implementation does nothing.

Declaration
public virtual void EnterHyperlinkDoc(ReStructuredTextParser.HyperlinkDocContext context)
Parameters
Type Name Description
ReStructuredTextParser.HyperlinkDocContext context

The parse tree.

| Improve this Doc View Source

EnterHyperlinkTarget(ReStructuredTextParser.HyperlinkTargetContext)

Enter a parse tree produced by hyperlinkTarget().

The default implementation does nothing.

Declaration
public virtual void EnterHyperlinkTarget(ReStructuredTextParser.HyperlinkTargetContext context)
Parameters
Type Name Description
ReStructuredTextParser.HyperlinkTargetContext context

The parse tree.

| Improve this Doc View Source

EnterIndentation(ReStructuredTextParser.IndentationContext)

Enter a parse tree produced by indentation().

The default implementation does nothing.

Declaration
public virtual void EnterIndentation(ReStructuredTextParser.IndentationContext context)
Parameters
Type Name Description
ReStructuredTextParser.IndentationContext context

The parse tree.

| Improve this Doc View Source

EnterLineBlock(ReStructuredTextParser.LineBlockContext)

Enter a parse tree produced by lineBlock().

The default implementation does nothing.

Declaration
public virtual void EnterLineBlock(ReStructuredTextParser.LineBlockContext context)
Parameters
Type Name Description
ReStructuredTextParser.LineBlockContext context

The parse tree.

| Improve this Doc View Source

EnterLineBlockLine(ReStructuredTextParser.LineBlockLineContext)

Enter a parse tree produced by lineBlockLine().

The default implementation does nothing.

Declaration
public virtual void EnterLineBlockLine(ReStructuredTextParser.LineBlockLineContext context)
Parameters
Type Name Description
ReStructuredTextParser.LineBlockLineContext context

The parse tree.

| Improve this Doc View Source

EnterLineNoBreak(ReStructuredTextParser.LineNoBreakContext)

Enter a parse tree produced by lineNoBreak().

The default implementation does nothing.

Declaration
public virtual void EnterLineNoBreak(ReStructuredTextParser.LineNoBreakContext context)
Parameters
Type Name Description
ReStructuredTextParser.LineNoBreakContext context

The parse tree.

| Improve this Doc View Source

EnterLineNormal(ReStructuredTextParser.LineNormalContext)

Enter a parse tree produced by lineNormal().

The default implementation does nothing.

Declaration
public virtual void EnterLineNormal(ReStructuredTextParser.LineNormalContext context)
Parameters
Type Name Description
ReStructuredTextParser.LineNormalContext context

The parse tree.

| Improve this Doc View Source

EnterLines(ReStructuredTextParser.LinesContext)

Enter a parse tree produced by lines().

The default implementation does nothing.

Declaration
public virtual void EnterLines(ReStructuredTextParser.LinesContext context)
Parameters
Type Name Description
ReStructuredTextParser.LinesContext context

The parse tree.

| Improve this Doc View Source

EnterLinesNormal(ReStructuredTextParser.LinesNormalContext)

Enter a parse tree produced by linesNormal().

The default implementation does nothing.

Declaration
public virtual void EnterLinesNormal(ReStructuredTextParser.LinesNormalContext context)
Parameters
Type Name Description
ReStructuredTextParser.LinesNormalContext context

The parse tree.

| Improve this Doc View Source

EnterLineSpecial(ReStructuredTextParser.LineSpecialContext)

Enter a parse tree produced by lineSpecial().

The default implementation does nothing.

Declaration
public virtual void EnterLineSpecial(ReStructuredTextParser.LineSpecialContext context)
Parameters
Type Name Description
ReStructuredTextParser.LineSpecialContext context

The parse tree.

| Improve this Doc View Source

EnterLinesStar(ReStructuredTextParser.LinesStarContext)

Enter a parse tree produced by linesStar().

The default implementation does nothing.

Declaration
public virtual void EnterLinesStar(ReStructuredTextParser.LinesStarContext context)
Parameters
Type Name Description
ReStructuredTextParser.LinesStarContext context

The parse tree.

| Improve this Doc View Source

EnterLineStar(ReStructuredTextParser.LineStarContext)

Enter a parse tree produced by lineStar().

The default implementation does nothing.

Declaration
public virtual void EnterLineStar(ReStructuredTextParser.LineStarContext context)
Parameters
Type Name Description
ReStructuredTextParser.LineStarContext context

The parse tree.

| Improve this Doc View Source

EnterLineStart_fragment(ReStructuredTextParser.LineStart_fragmentContext)

Enter a parse tree produced by lineStart_fragment().

The default implementation does nothing.

Declaration
public virtual void EnterLineStart_fragment(ReStructuredTextParser.LineStart_fragmentContext context)
Parameters
Type Name Description
ReStructuredTextParser.LineStart_fragmentContext context

The parse tree.

| Improve this Doc View Source

EnterListItemBullet(ReStructuredTextParser.ListItemBulletContext)

Enter a parse tree produced by listItemBullet().

The default implementation does nothing.

Declaration
public virtual void EnterListItemBullet(ReStructuredTextParser.ListItemBulletContext context)
Parameters
Type Name Description
ReStructuredTextParser.ListItemBulletContext context

The parse tree.

| Improve this Doc View Source

EnterListItemEnumerated(ReStructuredTextParser.ListItemEnumeratedContext)

Enter a parse tree produced by listItemEnumerated().

The default implementation does nothing.

Declaration
public virtual void EnterListItemEnumerated(ReStructuredTextParser.ListItemEnumeratedContext context)
Parameters
Type Name Description
ReStructuredTextParser.ListItemEnumeratedContext context

The parse tree.

| Improve this Doc View Source

EnterParagraph(ReStructuredTextParser.ParagraphContext)

Enter a parse tree produced by paragraph().

The default implementation does nothing.

Declaration
public virtual void EnterParagraph(ReStructuredTextParser.ParagraphContext context)
Parameters
Type Name Description
ReStructuredTextParser.ParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterParagraphNoBreak(ReStructuredTextParser.ParagraphNoBreakContext)

Enter a parse tree produced by paragraphNoBreak().

The default implementation does nothing.

Declaration
public virtual void EnterParagraphNoBreak(ReStructuredTextParser.ParagraphNoBreakContext context)
Parameters
Type Name Description
ReStructuredTextParser.ParagraphNoBreakContext context

The parse tree.

| Improve this Doc View Source

EnterParse(ReStructuredTextParser.ParseContext)

Enter a parse tree produced by parse().

The default implementation does nothing.

Declaration
public virtual void EnterParse(ReStructuredTextParser.ParseContext context)
Parameters
Type Name Description
ReStructuredTextParser.ParseContext context

The parse tree.

| Improve this Doc View Source

EnterQuotedLiteral(ReStructuredTextParser.QuotedLiteralContext)

Enter a parse tree produced by quotedLiteral().

The default implementation does nothing.

Declaration
public virtual void EnterQuotedLiteral(ReStructuredTextParser.QuotedLiteralContext context)
Parameters
Type Name Description
ReStructuredTextParser.QuotedLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterReference(ReStructuredTextParser.ReferenceContext)

Enter a parse tree produced by reference().

The default implementation does nothing.

Declaration
public virtual void EnterReference(ReStructuredTextParser.ReferenceContext context)
Parameters
Type Name Description
ReStructuredTextParser.ReferenceContext context

The parse tree.

| Improve this Doc View Source

EnterReferenceIn(ReStructuredTextParser.ReferenceInContext)

Enter a parse tree produced by referenceIn().

The default implementation does nothing.

Declaration
public virtual void EnterReferenceIn(ReStructuredTextParser.ReferenceInContext context)
Parameters
Type Name Description
ReStructuredTextParser.ReferenceInContext context

The parse tree.

| Improve this Doc View Source

EnterSection(ReStructuredTextParser.SectionContext)

Enter a parse tree produced by section().

The default implementation does nothing.

Declaration
public virtual void EnterSection(ReStructuredTextParser.SectionContext context)
Parameters
Type Name Description
ReStructuredTextParser.SectionContext context

The parse tree.

| Improve this Doc View Source

EnterSectionElement(ReStructuredTextParser.SectionElementContext)

Enter a parse tree produced by sectionElement().

The default implementation does nothing.

Declaration
public virtual void EnterSectionElement(ReStructuredTextParser.SectionElementContext context)
Parameters
Type Name Description
ReStructuredTextParser.SectionElementContext context

The parse tree.

| Improve this Doc View Source

EnterSeparator(ReStructuredTextParser.SeparatorContext)

Enter a parse tree produced by separator().

The default implementation does nothing.

Declaration
public virtual void EnterSeparator(ReStructuredTextParser.SeparatorContext context)
Parameters
Type Name Description
ReStructuredTextParser.SeparatorContext context

The parse tree.

| Improve this Doc View Source

EnterSpan(ReStructuredTextParser.SpanContext)

Enter a parse tree produced by span().

The default implementation does nothing.

Declaration
public virtual void EnterSpan(ReStructuredTextParser.SpanContext context)
Parameters
Type Name Description
ReStructuredTextParser.SpanContext context

The parse tree.

| Improve this Doc View Source

EnterSpanLineStartNoStar(ReStructuredTextParser.SpanLineStartNoStarContext)

Enter a parse tree produced by spanLineStartNoStar().

The default implementation does nothing.

Declaration
public virtual void EnterSpanLineStartNoStar(ReStructuredTextParser.SpanLineStartNoStarContext context)
Parameters
Type Name Description
ReStructuredTextParser.SpanLineStartNoStarContext context

The parse tree.

| Improve this Doc View Source

EnterSpanNoStar(ReStructuredTextParser.SpanNoStarContext)

Enter a parse tree produced by spanNoStar().

The default implementation does nothing.

Declaration
public virtual void EnterSpanNoStar(ReStructuredTextParser.SpanNoStarContext context)
Parameters
Type Name Description
ReStructuredTextParser.SpanNoStarContext context

The parse tree.

| Improve this Doc View Source

EnterStarAtom(ReStructuredTextParser.StarAtomContext)

Enter a parse tree produced by starAtom().

The default implementation does nothing.

Declaration
public virtual void EnterStarAtom(ReStructuredTextParser.StarAtomContext context)
Parameters
Type Name Description
ReStructuredTextParser.StarAtomContext context

The parse tree.

| Improve this Doc View Source

EnterStarAtoms(ReStructuredTextParser.StarAtomsContext)

Enter a parse tree produced by starAtoms().

The default implementation does nothing.

Declaration
public virtual void EnterStarAtoms(ReStructuredTextParser.StarAtomsContext context)
Parameters
Type Name Description
ReStructuredTextParser.StarAtomsContext context

The parse tree.

| Improve this Doc View Source

EnterStarNoSpace(ReStructuredTextParser.StarNoSpaceContext)

Enter a parse tree produced by starNoSpace().

The default implementation does nothing.

Declaration
public virtual void EnterStarNoSpace(ReStructuredTextParser.StarNoSpaceContext context)
Parameters
Type Name Description
ReStructuredTextParser.StarNoSpaceContext context

The parse tree.

| Improve this Doc View Source

EnterStarText(ReStructuredTextParser.StarTextContext)

Enter a parse tree produced by starText().

The default implementation does nothing.

Declaration
public virtual void EnterStarText(ReStructuredTextParser.StarTextContext context)
Parameters
Type Name Description
ReStructuredTextParser.StarTextContext context

The parse tree.

| Improve this Doc View Source

EnterText(ReStructuredTextParser.TextContext)

Enter a parse tree produced by text().

The default implementation does nothing.

Declaration
public virtual void EnterText(ReStructuredTextParser.TextContext context)
Parameters
Type Name Description
ReStructuredTextParser.TextContext context

The parse tree.

| Improve this Doc View Source

EnterText_fragment(ReStructuredTextParser.Text_fragmentContext)

Enter a parse tree produced by text_fragment().

The default implementation does nothing.

Declaration
public virtual void EnterText_fragment(ReStructuredTextParser.Text_fragmentContext context)
Parameters
Type Name Description
ReStructuredTextParser.Text_fragmentContext context

The parse tree.

| Improve this Doc View Source

EnterText_fragment_start(ReStructuredTextParser.Text_fragment_startContext)

Enter a parse tree produced by text_fragment_start().

The default implementation does nothing.

Declaration
public virtual void EnterText_fragment_start(ReStructuredTextParser.Text_fragment_startContext context)
Parameters
Type Name Description
ReStructuredTextParser.Text_fragment_startContext context

The parse tree.

| Improve this Doc View Source

EnterTextLineStart(ReStructuredTextParser.TextLineStartContext)

Enter a parse tree produced by textLineStart().

The default implementation does nothing.

Declaration
public virtual void EnterTextLineStart(ReStructuredTextParser.TextLineStartContext context)
Parameters
Type Name Description
ReStructuredTextParser.TextLineStartContext context

The parse tree.

| Improve this Doc View Source

EnterTextStart(ReStructuredTextParser.TextStartContext)

Enter a parse tree produced by textStart().

The default implementation does nothing.

Declaration
public virtual void EnterTextStart(ReStructuredTextParser.TextStartContext context)
Parameters
Type Name Description
ReStructuredTextParser.TextStartContext context

The parse tree.

| Improve this Doc View Source

EnterTitle(ReStructuredTextParser.TitleContext)

Enter a parse tree produced by title().

The default implementation does nothing.

Declaration
public virtual void EnterTitle(ReStructuredTextParser.TitleContext context)
Parameters
Type Name Description
ReStructuredTextParser.TitleContext context

The parse tree.

| Improve this Doc View Source

EnterUrl(ReStructuredTextParser.UrlContext)

Enter a parse tree produced by url().

The default implementation does nothing.

Declaration
public virtual void EnterUrl(ReStructuredTextParser.UrlContext context)
Parameters
Type Name Description
ReStructuredTextParser.UrlContext context

The parse tree.

| Improve this Doc View Source

EnterUrlAtom(ReStructuredTextParser.UrlAtomContext)

Enter a parse tree produced by urlAtom().

The default implementation does nothing.

Declaration
public virtual void EnterUrlAtom(ReStructuredTextParser.UrlAtomContext context)
Parameters
Type Name Description
ReStructuredTextParser.UrlAtomContext context

The parse tree.

| Improve this Doc View Source

ExitBackTickAtom(ReStructuredTextParser.BackTickAtomContext)

Exit a parse tree produced by backTickAtom().

The default implementation does nothing.

Declaration
public virtual void ExitBackTickAtom(ReStructuredTextParser.BackTickAtomContext context)
Parameters
Type Name Description
ReStructuredTextParser.BackTickAtomContext context

The parse tree.

| Improve this Doc View Source

ExitBackTickAtoms(ReStructuredTextParser.BackTickAtomsContext)

Exit a parse tree produced by backTickAtoms().

The default implementation does nothing.

Declaration
public virtual void ExitBackTickAtoms(ReStructuredTextParser.BackTickAtomsContext context)
Parameters
Type Name Description
ReStructuredTextParser.BackTickAtomsContext context

The parse tree.

| Improve this Doc View Source

ExitBackTickNoSpace(ReStructuredTextParser.BackTickNoSpaceContext)

Exit a parse tree produced by backTickNoSpace().

The default implementation does nothing.

Declaration
public virtual void ExitBackTickNoSpace(ReStructuredTextParser.BackTickNoSpaceContext context)
Parameters
Type Name Description
ReStructuredTextParser.BackTickNoSpaceContext context

The parse tree.

| Improve this Doc View Source

ExitBackTickText(ReStructuredTextParser.BackTickTextContext)

Exit a parse tree produced by backTickText().

The default implementation does nothing.

Declaration
public virtual void ExitBackTickText(ReStructuredTextParser.BackTickTextContext context)
Parameters
Type Name Description
ReStructuredTextParser.BackTickTextContext context

The parse tree.

| Improve this Doc View Source

ExitBody(ReStructuredTextParser.BodyContext)

Exit a parse tree produced by body().

The default implementation does nothing.

Declaration
public virtual void ExitBody(ReStructuredTextParser.BodyContext context)
Parameters
Type Name Description
ReStructuredTextParser.BodyContext context

The parse tree.

| Improve this Doc View Source

ExitBullet(ReStructuredTextParser.BulletContext)

Exit a parse tree produced by bullet().

The default implementation does nothing.

Declaration
public virtual void ExitBullet(ReStructuredTextParser.BulletContext context)
Parameters
Type Name Description
ReStructuredTextParser.BulletContext context

The parse tree.

| Improve this Doc View Source

ExitBulletCrossLine(ReStructuredTextParser.BulletCrossLineContext)

Exit a parse tree produced by bulletCrossLine().

The default implementation does nothing.

Declaration
public virtual void ExitBulletCrossLine(ReStructuredTextParser.BulletCrossLineContext context)
Parameters
Type Name Description
ReStructuredTextParser.BulletCrossLineContext context

The parse tree.

| Improve this Doc View Source

ExitBulletSimple(ReStructuredTextParser.BulletSimpleContext)

Exit a parse tree produced by bulletSimple().

The default implementation does nothing.

Declaration
public virtual void ExitBulletSimple(ReStructuredTextParser.BulletSimpleContext context)
Parameters
Type Name Description
ReStructuredTextParser.BulletSimpleContext context

The parse tree.

| Improve this Doc View Source

ExitComment(ReStructuredTextParser.CommentContext)

Exit a parse tree produced by comment().

The default implementation does nothing.

Declaration
public virtual void ExitComment(ReStructuredTextParser.CommentContext context)
Parameters
Type Name Description
ReStructuredTextParser.CommentContext context

The parse tree.

| Improve this Doc View Source

ExitCommentLine(ReStructuredTextParser.CommentLineContext)

Exit a parse tree produced by commentLine().

The default implementation does nothing.

Declaration
public virtual void ExitCommentLine(ReStructuredTextParser.CommentLineContext context)
Parameters
Type Name Description
ReStructuredTextParser.CommentLineContext context

The parse tree.

| Improve this Doc View Source

ExitCommentLineAtoms(ReStructuredTextParser.CommentLineAtomsContext)

Exit a parse tree produced by commentLineAtoms().

The default implementation does nothing.

Declaration
public virtual void ExitCommentLineAtoms(ReStructuredTextParser.CommentLineAtomsContext context)
Parameters
Type Name Description
ReStructuredTextParser.CommentLineAtomsContext context

The parse tree.

| Improve this Doc View Source

ExitCommentLineNoBreak(ReStructuredTextParser.CommentLineNoBreakContext)

Exit a parse tree produced by commentLineNoBreak().

The default implementation does nothing.

Declaration
public virtual void ExitCommentLineNoBreak(ReStructuredTextParser.CommentLineNoBreakContext context)
Parameters
Type Name Description
ReStructuredTextParser.CommentLineNoBreakContext context

The parse tree.

| Improve this Doc View Source

ExitCommentParagraph(ReStructuredTextParser.CommentParagraphContext)

Exit a parse tree produced by commentParagraph().

The default implementation does nothing.

Declaration
public virtual void ExitCommentParagraph(ReStructuredTextParser.CommentParagraphContext context)
Parameters
Type Name Description
ReStructuredTextParser.CommentParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitCommentParagraphs(ReStructuredTextParser.CommentParagraphsContext)

Exit a parse tree produced by commentParagraphs().

The default implementation does nothing.

Declaration
public virtual void ExitCommentParagraphs(ReStructuredTextParser.CommentParagraphsContext context)
Parameters
Type Name Description
ReStructuredTextParser.CommentParagraphsContext context

The parse tree.

| Improve this Doc View Source

ExitCommentRest(ReStructuredTextParser.CommentRestContext)

Exit a parse tree produced by commentRest().

The default implementation does nothing.

Declaration
public virtual void ExitCommentRest(ReStructuredTextParser.CommentRestContext context)
Parameters
Type Name Description
ReStructuredTextParser.CommentRestContext context

The parse tree.

| Improve this Doc View Source

ExitElement(ReStructuredTextParser.ElementContext)

Exit a parse tree produced by element().

The default implementation does nothing.

Declaration
public virtual void ExitElement(ReStructuredTextParser.ElementContext context)
Parameters
Type Name Description
ReStructuredTextParser.ElementContext context

The parse tree.

| Improve this Doc View Source

ExitEmpty_line(ReStructuredTextParser.Empty_lineContext)

Exit a parse tree produced by empty_line().

The default implementation does nothing.

Declaration
public virtual void ExitEmpty_line(ReStructuredTextParser.Empty_lineContext context)
Parameters
Type Name Description
ReStructuredTextParser.Empty_lineContext 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

ExitForcedText(ReStructuredTextParser.ForcedTextContext)

Exit a parse tree produced by forcedText().

The default implementation does nothing.

Declaration
public virtual void ExitForcedText(ReStructuredTextParser.ForcedTextContext context)
Parameters
Type Name Description
ReStructuredTextParser.ForcedTextContext context

The parse tree.

| Improve this Doc View Source

ExitHyperlink(ReStructuredTextParser.HyperlinkContext)

Exit a parse tree produced by hyperlink().

The default implementation does nothing.

Declaration
public virtual void ExitHyperlink(ReStructuredTextParser.HyperlinkContext context)
Parameters
Type Name Description
ReStructuredTextParser.HyperlinkContext context

The parse tree.

| Improve this Doc View Source

ExitHyperlinkAtom(ReStructuredTextParser.HyperlinkAtomContext)

Exit a parse tree produced by hyperlinkAtom().

The default implementation does nothing.

Declaration
public virtual void ExitHyperlinkAtom(ReStructuredTextParser.HyperlinkAtomContext context)
Parameters
Type Name Description
ReStructuredTextParser.HyperlinkAtomContext context

The parse tree.

| Improve this Doc View Source

ExitHyperlinkDoc(ReStructuredTextParser.HyperlinkDocContext)

Exit a parse tree produced by hyperlinkDoc().

The default implementation does nothing.

Declaration
public virtual void ExitHyperlinkDoc(ReStructuredTextParser.HyperlinkDocContext context)
Parameters
Type Name Description
ReStructuredTextParser.HyperlinkDocContext context

The parse tree.

| Improve this Doc View Source

ExitHyperlinkTarget(ReStructuredTextParser.HyperlinkTargetContext)

Exit a parse tree produced by hyperlinkTarget().

The default implementation does nothing.

Declaration
public virtual void ExitHyperlinkTarget(ReStructuredTextParser.HyperlinkTargetContext context)
Parameters
Type Name Description
ReStructuredTextParser.HyperlinkTargetContext context

The parse tree.

| Improve this Doc View Source

ExitIndentation(ReStructuredTextParser.IndentationContext)

Exit a parse tree produced by indentation().

The default implementation does nothing.

Declaration
public virtual void ExitIndentation(ReStructuredTextParser.IndentationContext context)
Parameters
Type Name Description
ReStructuredTextParser.IndentationContext context

The parse tree.

| Improve this Doc View Source

ExitLineBlock(ReStructuredTextParser.LineBlockContext)

Exit a parse tree produced by lineBlock().

The default implementation does nothing.

Declaration
public virtual void ExitLineBlock(ReStructuredTextParser.LineBlockContext context)
Parameters
Type Name Description
ReStructuredTextParser.LineBlockContext context

The parse tree.

| Improve this Doc View Source

ExitLineBlockLine(ReStructuredTextParser.LineBlockLineContext)

Exit a parse tree produced by lineBlockLine().

The default implementation does nothing.

Declaration
public virtual void ExitLineBlockLine(ReStructuredTextParser.LineBlockLineContext context)
Parameters
Type Name Description
ReStructuredTextParser.LineBlockLineContext context

The parse tree.

| Improve this Doc View Source

ExitLineNoBreak(ReStructuredTextParser.LineNoBreakContext)

Exit a parse tree produced by lineNoBreak().

The default implementation does nothing.

Declaration
public virtual void ExitLineNoBreak(ReStructuredTextParser.LineNoBreakContext context)
Parameters
Type Name Description
ReStructuredTextParser.LineNoBreakContext context

The parse tree.

| Improve this Doc View Source

ExitLineNormal(ReStructuredTextParser.LineNormalContext)

Exit a parse tree produced by lineNormal().

The default implementation does nothing.

Declaration
public virtual void ExitLineNormal(ReStructuredTextParser.LineNormalContext context)
Parameters
Type Name Description
ReStructuredTextParser.LineNormalContext context

The parse tree.

| Improve this Doc View Source

ExitLines(ReStructuredTextParser.LinesContext)

Exit a parse tree produced by lines().

The default implementation does nothing.

Declaration
public virtual void ExitLines(ReStructuredTextParser.LinesContext context)
Parameters
Type Name Description
ReStructuredTextParser.LinesContext context

The parse tree.

| Improve this Doc View Source

ExitLinesNormal(ReStructuredTextParser.LinesNormalContext)

Exit a parse tree produced by linesNormal().

The default implementation does nothing.

Declaration
public virtual void ExitLinesNormal(ReStructuredTextParser.LinesNormalContext context)
Parameters
Type Name Description
ReStructuredTextParser.LinesNormalContext context

The parse tree.

| Improve this Doc View Source

ExitLineSpecial(ReStructuredTextParser.LineSpecialContext)

Exit a parse tree produced by lineSpecial().

The default implementation does nothing.

Declaration
public virtual void ExitLineSpecial(ReStructuredTextParser.LineSpecialContext context)
Parameters
Type Name Description
ReStructuredTextParser.LineSpecialContext context

The parse tree.

| Improve this Doc View Source

ExitLinesStar(ReStructuredTextParser.LinesStarContext)

Exit a parse tree produced by linesStar().

The default implementation does nothing.

Declaration
public virtual void ExitLinesStar(ReStructuredTextParser.LinesStarContext context)
Parameters
Type Name Description
ReStructuredTextParser.LinesStarContext context

The parse tree.

| Improve this Doc View Source

ExitLineStar(ReStructuredTextParser.LineStarContext)

Exit a parse tree produced by lineStar().

The default implementation does nothing.

Declaration
public virtual void ExitLineStar(ReStructuredTextParser.LineStarContext context)
Parameters
Type Name Description
ReStructuredTextParser.LineStarContext context

The parse tree.

| Improve this Doc View Source

ExitLineStart_fragment(ReStructuredTextParser.LineStart_fragmentContext)

Exit a parse tree produced by lineStart_fragment().

The default implementation does nothing.

Declaration
public virtual void ExitLineStart_fragment(ReStructuredTextParser.LineStart_fragmentContext context)
Parameters
Type Name Description
ReStructuredTextParser.LineStart_fragmentContext context

The parse tree.

| Improve this Doc View Source

ExitListItemBullet(ReStructuredTextParser.ListItemBulletContext)

Exit a parse tree produced by listItemBullet().

The default implementation does nothing.

Declaration
public virtual void ExitListItemBullet(ReStructuredTextParser.ListItemBulletContext context)
Parameters
Type Name Description
ReStructuredTextParser.ListItemBulletContext context

The parse tree.

| Improve this Doc View Source

ExitListItemEnumerated(ReStructuredTextParser.ListItemEnumeratedContext)

Exit a parse tree produced by listItemEnumerated().

The default implementation does nothing.

Declaration
public virtual void ExitListItemEnumerated(ReStructuredTextParser.ListItemEnumeratedContext context)
Parameters
Type Name Description
ReStructuredTextParser.ListItemEnumeratedContext context

The parse tree.

| Improve this Doc View Source

ExitParagraph(ReStructuredTextParser.ParagraphContext)

Exit a parse tree produced by paragraph().

The default implementation does nothing.

Declaration
public virtual void ExitParagraph(ReStructuredTextParser.ParagraphContext context)
Parameters
Type Name Description
ReStructuredTextParser.ParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitParagraphNoBreak(ReStructuredTextParser.ParagraphNoBreakContext)

Exit a parse tree produced by paragraphNoBreak().

The default implementation does nothing.

Declaration
public virtual void ExitParagraphNoBreak(ReStructuredTextParser.ParagraphNoBreakContext context)
Parameters
Type Name Description
ReStructuredTextParser.ParagraphNoBreakContext context

The parse tree.

| Improve this Doc View Source

ExitParse(ReStructuredTextParser.ParseContext)

Exit a parse tree produced by parse().

The default implementation does nothing.

Declaration
public virtual void ExitParse(ReStructuredTextParser.ParseContext context)
Parameters
Type Name Description
ReStructuredTextParser.ParseContext context

The parse tree.

| Improve this Doc View Source

ExitQuotedLiteral(ReStructuredTextParser.QuotedLiteralContext)

Exit a parse tree produced by quotedLiteral().

The default implementation does nothing.

Declaration
public virtual void ExitQuotedLiteral(ReStructuredTextParser.QuotedLiteralContext context)
Parameters
Type Name Description
ReStructuredTextParser.QuotedLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitReference(ReStructuredTextParser.ReferenceContext)

Exit a parse tree produced by reference().

The default implementation does nothing.

Declaration
public virtual void ExitReference(ReStructuredTextParser.ReferenceContext context)
Parameters
Type Name Description
ReStructuredTextParser.ReferenceContext context

The parse tree.

| Improve this Doc View Source

ExitReferenceIn(ReStructuredTextParser.ReferenceInContext)

Exit a parse tree produced by referenceIn().

The default implementation does nothing.

Declaration
public virtual void ExitReferenceIn(ReStructuredTextParser.ReferenceInContext context)
Parameters
Type Name Description
ReStructuredTextParser.ReferenceInContext context

The parse tree.

| Improve this Doc View Source

ExitSection(ReStructuredTextParser.SectionContext)

Exit a parse tree produced by section().

The default implementation does nothing.

Declaration
public virtual void ExitSection(ReStructuredTextParser.SectionContext context)
Parameters
Type Name Description
ReStructuredTextParser.SectionContext context

The parse tree.

| Improve this Doc View Source

ExitSectionElement(ReStructuredTextParser.SectionElementContext)

Exit a parse tree produced by sectionElement().

The default implementation does nothing.

Declaration
public virtual void ExitSectionElement(ReStructuredTextParser.SectionElementContext context)
Parameters
Type Name Description
ReStructuredTextParser.SectionElementContext context

The parse tree.

| Improve this Doc View Source

ExitSeparator(ReStructuredTextParser.SeparatorContext)

Exit a parse tree produced by separator().

The default implementation does nothing.

Declaration
public virtual void ExitSeparator(ReStructuredTextParser.SeparatorContext context)
Parameters
Type Name Description
ReStructuredTextParser.SeparatorContext context

The parse tree.

| Improve this Doc View Source

ExitSpan(ReStructuredTextParser.SpanContext)

Exit a parse tree produced by span().

The default implementation does nothing.

Declaration
public virtual void ExitSpan(ReStructuredTextParser.SpanContext context)
Parameters
Type Name Description
ReStructuredTextParser.SpanContext context

The parse tree.

| Improve this Doc View Source

ExitSpanLineStartNoStar(ReStructuredTextParser.SpanLineStartNoStarContext)

Exit a parse tree produced by spanLineStartNoStar().

The default implementation does nothing.

Declaration
public virtual void ExitSpanLineStartNoStar(ReStructuredTextParser.SpanLineStartNoStarContext context)
Parameters
Type Name Description
ReStructuredTextParser.SpanLineStartNoStarContext context

The parse tree.

| Improve this Doc View Source

ExitSpanNoStar(ReStructuredTextParser.SpanNoStarContext)

Exit a parse tree produced by spanNoStar().

The default implementation does nothing.

Declaration
public virtual void ExitSpanNoStar(ReStructuredTextParser.SpanNoStarContext context)
Parameters
Type Name Description
ReStructuredTextParser.SpanNoStarContext context

The parse tree.

| Improve this Doc View Source

ExitStarAtom(ReStructuredTextParser.StarAtomContext)

Exit a parse tree produced by starAtom().

The default implementation does nothing.

Declaration
public virtual void ExitStarAtom(ReStructuredTextParser.StarAtomContext context)
Parameters
Type Name Description
ReStructuredTextParser.StarAtomContext context

The parse tree.

| Improve this Doc View Source

ExitStarAtoms(ReStructuredTextParser.StarAtomsContext)

Exit a parse tree produced by starAtoms().

The default implementation does nothing.

Declaration
public virtual void ExitStarAtoms(ReStructuredTextParser.StarAtomsContext context)
Parameters
Type Name Description
ReStructuredTextParser.StarAtomsContext context

The parse tree.

| Improve this Doc View Source

ExitStarNoSpace(ReStructuredTextParser.StarNoSpaceContext)

Exit a parse tree produced by starNoSpace().

The default implementation does nothing.

Declaration
public virtual void ExitStarNoSpace(ReStructuredTextParser.StarNoSpaceContext context)
Parameters
Type Name Description
ReStructuredTextParser.StarNoSpaceContext context

The parse tree.

| Improve this Doc View Source

ExitStarText(ReStructuredTextParser.StarTextContext)

Exit a parse tree produced by starText().

The default implementation does nothing.

Declaration
public virtual void ExitStarText(ReStructuredTextParser.StarTextContext context)
Parameters
Type Name Description
ReStructuredTextParser.StarTextContext context

The parse tree.

| Improve this Doc View Source

ExitText(ReStructuredTextParser.TextContext)

Exit a parse tree produced by text().

The default implementation does nothing.

Declaration
public virtual void ExitText(ReStructuredTextParser.TextContext context)
Parameters
Type Name Description
ReStructuredTextParser.TextContext context

The parse tree.

| Improve this Doc View Source

ExitText_fragment(ReStructuredTextParser.Text_fragmentContext)

Exit a parse tree produced by text_fragment().

The default implementation does nothing.

Declaration
public virtual void ExitText_fragment(ReStructuredTextParser.Text_fragmentContext context)
Parameters
Type Name Description
ReStructuredTextParser.Text_fragmentContext context

The parse tree.

| Improve this Doc View Source

ExitText_fragment_start(ReStructuredTextParser.Text_fragment_startContext)

Exit a parse tree produced by text_fragment_start().

The default implementation does nothing.

Declaration
public virtual void ExitText_fragment_start(ReStructuredTextParser.Text_fragment_startContext context)
Parameters
Type Name Description
ReStructuredTextParser.Text_fragment_startContext context

The parse tree.

| Improve this Doc View Source

ExitTextLineStart(ReStructuredTextParser.TextLineStartContext)

Exit a parse tree produced by textLineStart().

The default implementation does nothing.

Declaration
public virtual void ExitTextLineStart(ReStructuredTextParser.TextLineStartContext context)
Parameters
Type Name Description
ReStructuredTextParser.TextLineStartContext context

The parse tree.

| Improve this Doc View Source

ExitTextStart(ReStructuredTextParser.TextStartContext)

Exit a parse tree produced by textStart().

The default implementation does nothing.

Declaration
public virtual void ExitTextStart(ReStructuredTextParser.TextStartContext context)
Parameters
Type Name Description
ReStructuredTextParser.TextStartContext context

The parse tree.

| Improve this Doc View Source

ExitTitle(ReStructuredTextParser.TitleContext)

Exit a parse tree produced by title().

The default implementation does nothing.

Declaration
public virtual void ExitTitle(ReStructuredTextParser.TitleContext context)
Parameters
Type Name Description
ReStructuredTextParser.TitleContext context

The parse tree.

| Improve this Doc View Source

ExitUrl(ReStructuredTextParser.UrlContext)

Exit a parse tree produced by url().

The default implementation does nothing.

Declaration
public virtual void ExitUrl(ReStructuredTextParser.UrlContext context)
Parameters
Type Name Description
ReStructuredTextParser.UrlContext context

The parse tree.

| Improve this Doc View Source

ExitUrlAtom(ReStructuredTextParser.UrlAtomContext)

Exit a parse tree produced by urlAtom().

The default implementation does nothing.

Declaration
public virtual void ExitUrlAtom(ReStructuredTextParser.UrlAtomContext context)
Parameters
Type Name Description
ReStructuredTextParser.UrlAtomContext 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

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