Show / Hide Table of Contents

Class creoleParser

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

Constructors

| Improve this Doc View Source

creoleParser(ITokenStream)

Declaration
public creoleParser(ITokenStream input)
Parameters
Type Name Description
ITokenStream input
| Improve this Doc View Source

creoleParser(ITokenStream, TextWriter, TextWriter)

Declaration
public creoleParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type Name Description
ITokenStream input
TextWriter output
TextWriter errorOutput

Fields

| Improve this Doc View Source

_ATN

Declaration
public static readonly ATN _ATN
Field Value
Type Description
ATN
| Improve this Doc View Source

CR

Declaration
public const int CR = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

decisionToDFA

Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type Description
Antlr4.Runtime.Dfa.DFA[]
| Improve this Doc View Source

DefaultVocabulary

Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type Description
IVocabulary
| Improve this Doc View Source

HASH

Declaration
public const int HASH = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

LBRACE

Declaration
public const int LBRACE = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

LBRACKET

Declaration
public const int LBRACKET = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

NOWIKI

Declaration
public const int NOWIKI = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RBRACE

Declaration
public const int RBRACE = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RBRACKET

Declaration
public const int RBRACKET = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RSLASH

Declaration
public const int RSLASH = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_bold

Declaration
public const int RULE_bold = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_document

Declaration
public const int RULE_document = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_hline

Declaration
public const int RULE_hline = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_href

Declaration
public const int RULE_href = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_image

Declaration
public const int RULE_image = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_italics

Declaration
public const int RULE_italics = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_line

Declaration
public const int RULE_line = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_listitem

Declaration
public const int RULE_listitem = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_markup

Declaration
public const int RULE_markup = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_nowiki

Declaration
public const int RULE_nowiki = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_tableheader

Declaration
public const int RULE_tableheader = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_tablerow

Declaration
public const int RULE_tablerow = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_text_

Declaration
public const int RULE_text_ = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_title

Declaration
public const int RULE_title = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ruleNames

Declaration
public static readonly string[] ruleNames
Field Value
Type Description
System.String[]
| Improve this Doc View Source

sharedContextCache

Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type Description
PredictionContextCache
| Improve this Doc View Source

T__0

Declaration
public const int T__0 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__1

Declaration
public const int T__1 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__2

Declaration
public const int T__2 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__3

Declaration
public const int T__3 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__4

Declaration
public const int T__4 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__5

Declaration
public const int T__5 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__6

Declaration
public const int T__6 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

TEXT

Declaration
public const int TEXT = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

WS

Declaration
public const int WS = null
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

GrammarFileName

Declaration
public override string GrammarFileName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RuleNames

Declaration
public override string[] RuleNames { get; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

SerializedAtn

Declaration
public override string SerializedAtn { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Vocabulary

Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type Description
IVocabulary

Methods

| Improve this Doc View Source

bold()

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

document()

Declaration
public creoleParser.DocumentContext document()
Returns
Type Description
creoleParser.DocumentContext
| 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

line()

Declaration
public creoleParser.LineContext line()
Returns
Type Description
creoleParser.LineContext
| Improve this Doc View Source

listitem()

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

markup()

Declaration
public creoleParser.MarkupContext markup()
Returns
Type Description
creoleParser.MarkupContext
| 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