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
Namespace: GCore.Antlr.Grammers.Restructuredtext
Assembly: Restructuredtext.dll
Syntax
public class ReStructuredTextBaseListener : object, IReStructuredTextListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterBackTickAtom(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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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.
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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.
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.