Show / Hide Table of Contents

Class creoleParser.MarkupContext

Inheritance
System.Object
creoleParser.MarkupContext
Namespace: GCore.Antlr.Grammers.Creole
Assembly: Creole.dll
Syntax
public class MarkupContext : ParserRuleContext

Constructors

| Improve this Doc View Source

MarkupContext(ParserRuleContext, Int32)

Declaration
public MarkupContext(ParserRuleContext parent, int invokingState)
Parameters
Type Name Description
ParserRuleContext parent
System.Int32 invokingState

Properties

| Improve this Doc View Source

RuleIndex

Declaration
public override int RuleIndex { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Accept<TResult>(IParseTreeVisitor<TResult>)

Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type Name Description
IParseTreeVisitor<TResult> visitor
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
| Improve this Doc View Source

bold()

Declaration
public creoleParser.BoldContext bold()
Returns
Type Description
creoleParser.BoldContext
| Improve this Doc View Source

EnterRule(IParseTreeListener)

Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

ExitRule(IParseTreeListener)

Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

hline()

Declaration
public creoleParser.HlineContext hline()
Returns
Type Description
creoleParser.HlineContext
| Improve this Doc View Source

href()

Declaration
public creoleParser.HrefContext href()
Returns
Type Description
creoleParser.HrefContext
| Improve this Doc View Source

image()

Declaration
public creoleParser.ImageContext image()
Returns
Type Description
creoleParser.ImageContext
| Improve this Doc View Source

italics()

Declaration
public creoleParser.ItalicsContext italics()
Returns
Type Description
creoleParser.ItalicsContext
| Improve this Doc View Source

listitem()

Declaration
public creoleParser.ListitemContext listitem()
Returns
Type Description
creoleParser.ListitemContext
| Improve this Doc View Source

nowiki()

Declaration
public creoleParser.NowikiContext nowiki()
Returns
Type Description
creoleParser.NowikiContext
| Improve this Doc View Source

tableheader()

Declaration
public creoleParser.TableheaderContext tableheader()
Returns
Type Description
creoleParser.TableheaderContext
| Improve this Doc View Source

tablerow()

Declaration
public creoleParser.TablerowContext tablerow()
Returns
Type Description
creoleParser.TablerowContext
| Improve this Doc View Source

text_()

Declaration
public creoleParser.Text_Context text_()
Returns
Type Description
creoleParser.Text_Context
| Improve this Doc View Source

title()

Declaration
public creoleParser.TitleContext title()
Returns
Type Description
creoleParser.TitleContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX