Show / Hide Table of Contents

Interface IReStructuredTextListener

This interface defines a complete listener for a parse tree produced by ReStructuredTextParser.

Namespace: GCore.Antlr.Grammers.Restructuredtext
Assembly: Restructuredtext.dll
Syntax
public interface IReStructuredTextListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterBackTickAtom(ReStructuredTextParser.BackTickAtomContext)

Enter a parse tree produced by backTickAtom().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
void EnterEmpty_line(ReStructuredTextParser.Empty_lineContext context)
Parameters
Type Name Description
ReStructuredTextParser.Empty_lineContext context

The parse tree.

| Improve this Doc View Source

EnterForcedText(ReStructuredTextParser.ForcedTextContext)

Enter a parse tree produced by forcedText().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
void ExitEmpty_line(ReStructuredTextParser.Empty_lineContext context)
Parameters
Type Name Description
ReStructuredTextParser.Empty_lineContext context

The parse tree.

| Improve this Doc View Source

ExitForcedText(ReStructuredTextParser.ForcedTextContext)

Exit a parse tree produced by forcedText().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
void ExitUrlAtom(ReStructuredTextParser.UrlAtomContext context)
Parameters
Type Name Description
ReStructuredTextParser.UrlAtomContext context

The parse tree.

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