Show / Hide Table of Contents

Class creoleBaseVisitor<Result>

This class provides an empty implementation of IcreoleVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

Inheritance
System.Object
creoleBaseVisitor<Result>
Implements
IcreoleVisitor<Result>
IParseTreeVisitor<Result>
Namespace: GCore.Antlr.Grammers.Creole
Assembly: Creole.dll
Syntax
public class creoleBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, IcreoleVisitor<Result>, IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitBold(creoleParser.BoldContext)

Visit a parse tree produced by bold().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBold(creoleParser.BoldContext context)
Parameters
Type Name Description
creoleParser.BoldContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDocument(creoleParser.DocumentContext)

Visit a parse tree produced by document().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDocument(creoleParser.DocumentContext context)
Parameters
Type Name Description
creoleParser.DocumentContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitHline(creoleParser.HlineContext)

Visit a parse tree produced by hline().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitHline(creoleParser.HlineContext context)
Parameters
Type Name Description
creoleParser.HlineContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitHref(creoleParser.HrefContext)

Visit a parse tree produced by href().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitHref(creoleParser.HrefContext context)
Parameters
Type Name Description
creoleParser.HrefContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitImage(creoleParser.ImageContext)

Visit a parse tree produced by image().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitImage(creoleParser.ImageContext context)
Parameters
Type Name Description
creoleParser.ImageContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitItalics(creoleParser.ItalicsContext)

Visit a parse tree produced by italics().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitItalics(creoleParser.ItalicsContext context)
Parameters
Type Name Description
creoleParser.ItalicsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLine(creoleParser.LineContext)

Visit a parse tree produced by line().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLine(creoleParser.LineContext context)
Parameters
Type Name Description
creoleParser.LineContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitListitem(creoleParser.ListitemContext)

Visit a parse tree produced by listitem().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitListitem(creoleParser.ListitemContext context)
Parameters
Type Name Description
creoleParser.ListitemContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMarkup(creoleParser.MarkupContext)

Visit a parse tree produced by markup().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMarkup(creoleParser.MarkupContext context)
Parameters
Type Name Description
creoleParser.MarkupContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNowiki(creoleParser.NowikiContext)

Visit a parse tree produced by nowiki().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNowiki(creoleParser.NowikiContext context)
Parameters
Type Name Description
creoleParser.NowikiContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTableheader(creoleParser.TableheaderContext)

Visit a parse tree produced by tableheader().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTableheader(creoleParser.TableheaderContext context)
Parameters
Type Name Description
creoleParser.TableheaderContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTablerow(creoleParser.TablerowContext)

Visit a parse tree produced by tablerow().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTablerow(creoleParser.TablerowContext context)
Parameters
Type Name Description
creoleParser.TablerowContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitText_(creoleParser.Text_Context)

Visit a parse tree produced by text_().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitText_(creoleParser.Text_Context context)
Parameters
Type Name Description
creoleParser.Text_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTitle(creoleParser.TitleContext)

Visit a parse tree produced by title().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTitle(creoleParser.TitleContext context)
Parameters
Type Name Description
creoleParser.TitleContext context

The parse tree.

Returns
Type Description
Result

Implements

IcreoleVisitor<Result>
IParseTreeVisitor<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX