Class creoleParser
Inheritance
System.Object
creoleParser
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
|
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
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
|
Improve this Doc
View Source
document()
Declaration
public creoleParser.DocumentContext document()
Returns
|
Improve this Doc
View Source
hline()
Declaration
public creoleParser.HlineContext hline()
Returns
|
Improve this Doc
View Source
href()
Declaration
public creoleParser.HrefContext href()
Returns
|
Improve this Doc
View Source
image()
Declaration
public creoleParser.ImageContext image()
Returns
|
Improve this Doc
View Source
italics()
Declaration
public creoleParser.ItalicsContext italics()
Returns
|
Improve this Doc
View Source
line()
Declaration
public creoleParser.LineContext line()
Returns
|
Improve this Doc
View Source
listitem()
Declaration
public creoleParser.ListitemContext listitem()
Returns
|
Improve this Doc
View Source
markup()
Declaration
public creoleParser.MarkupContext markup()
Returns
|
Improve this Doc
View Source
nowiki()
Declaration
public creoleParser.NowikiContext nowiki()
Returns
|
Improve this Doc
View Source
Declaration
public creoleParser.TableheaderContext tableheader()
Returns
|
Improve this Doc
View Source
tablerow()
Declaration
public creoleParser.TablerowContext tablerow()
Returns
|
Improve this Doc
View Source
text_()
Declaration
public creoleParser.Text_Context text_()
Returns
|
Improve this Doc
View Source
title()
Declaration
public creoleParser.TitleContext title()
Returns