Class ReStructuredTextLexer
Inheritance
System.Object
ReStructuredTextLexer
Assembly: Restructuredtext.dll
Syntax
public class ReStructuredTextLexer : Lexer
Constructors
|
Improve this Doc
View Source
ReStructuredTextLexer(ICharStream)
Declaration
public ReStructuredTextLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
ReStructuredTextLexer(ICharStream, TextWriter, TextWriter)
Declaration
public ReStructuredTextLexer(ICharStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ICharStream |
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
Alphabet
Declaration
public const int Alphabet = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AngleLeft
Declaration
public const int AngleLeft = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AngleRight
Declaration
public const int AngleRight = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Any
Declaration
public const int Any = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BackTick
Declaration
public const int BackTick = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Block
Declaration
public const int Block = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
channelNames
Declaration
public static string[] channelNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
Colon
Declaration
public const int Colon = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int Comment = 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
Dot
Declaration
public const int Dot = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Equal
Declaration
public const int Equal = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Hat
Declaration
public const int Hat = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LineBreak
Declaration
public const int LineBreak = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Literal
Declaration
public const int Literal = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Minus
Declaration
public const int Minus = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
modeNames
Declaration
public static string[] modeNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
Numbers
Declaration
public const int Numbers = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Plus
Declaration
public const int Plus = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
QuotationDouble
Declaration
public const int QuotationDouble = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
QuotationSingle
Declaration
public const int QuotationSingle = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Quote
Declaration
public const int Quote = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RoundLeft
Declaration
public const int RoundLeft = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RoundRight
Declaration
public const int RoundRight = 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
SectionSeparator
Declaration
public const int SectionSeparator = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SemiColon
Declaration
public const int SemiColon = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
sharedContextCache
Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type |
Description |
PredictionContextCache |
|
|
Improve this Doc
View Source
Space
Declaration
public const int Space = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SquareLeft
Declaration
public const int SquareLeft = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SquareRight
Declaration
public const int SquareRight = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Star
Declaration
public const int Star = null
Field Value
Type |
Description |
System.Int32 |
|
|
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
TimeStar
Declaration
public const int TimeStar = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UnderScore
Declaration
public const int UnderScore = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
ChannelNames
Declaration
public override string[] ChannelNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
GrammarFileName
Declaration
public override string GrammarFileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ModeNames
Declaration
public override string[] ModeNames { 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 |
|