Interface IcreoleVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by creoleParser.
Namespace: GCore.Antlr.Grammers.Creole
Assembly: Creole.dll
Syntax
public interface IcreoleVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
| Name | Description |
|---|---|
| Result | The return type of the visit operation. |
Methods
| Improve this Doc View SourceVisitBold(creoleParser.BoldContext)
Visit a parse tree produced by bold().
Declaration
Result VisitBold(creoleParser.BoldContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| creoleParser.BoldContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitDocument(creoleParser.DocumentContext)
Visit a parse tree produced by document().
Declaration
Result VisitDocument(creoleParser.DocumentContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| creoleParser.DocumentContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitHline(creoleParser.HlineContext)
Visit a parse tree produced by hline().
Declaration
Result VisitHline(creoleParser.HlineContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| creoleParser.HlineContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitHref(creoleParser.HrefContext)
Visit a parse tree produced by href().
Declaration
Result VisitHref(creoleParser.HrefContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| creoleParser.HrefContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitImage(creoleParser.ImageContext)
Visit a parse tree produced by image().
Declaration
Result VisitImage(creoleParser.ImageContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| creoleParser.ImageContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitItalics(creoleParser.ItalicsContext)
Visit a parse tree produced by italics().
Declaration
Result VisitItalics(creoleParser.ItalicsContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| creoleParser.ItalicsContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitLine(creoleParser.LineContext)
Visit a parse tree produced by line().
Declaration
Result VisitLine(creoleParser.LineContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| creoleParser.LineContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitListitem(creoleParser.ListitemContext)
Visit a parse tree produced by listitem().
Declaration
Result VisitListitem(creoleParser.ListitemContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| creoleParser.ListitemContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitMarkup(creoleParser.MarkupContext)
Visit a parse tree produced by markup().
Declaration
Result VisitMarkup(creoleParser.MarkupContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| creoleParser.MarkupContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitNowiki(creoleParser.NowikiContext)
Visit a parse tree produced by nowiki().
Declaration
Result VisitNowiki(creoleParser.NowikiContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| creoleParser.NowikiContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitTableheader(creoleParser.TableheaderContext)
Visit a parse tree produced by tableheader().
Declaration
Result VisitTableheader(creoleParser.TableheaderContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| creoleParser.TableheaderContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitTablerow(creoleParser.TablerowContext)
Visit a parse tree produced by tablerow().
Declaration
Result VisitTablerow(creoleParser.TablerowContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| creoleParser.TablerowContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitText_(creoleParser.Text_Context)
Visit a parse tree produced by text_().
Declaration
Result VisitText_(creoleParser.Text_Context context)
Parameters
| Type | Name | Description |
|---|---|---|
| creoleParser.Text_Context | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitTitle(creoleParser.TitleContext)
Visit a parse tree produced by title().
Declaration
Result VisitTitle(creoleParser.TitleContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| creoleParser.TitleContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |