Class regexLexer
Inheritance
System.Object
regexLexer
Assembly: XsdRegex.dll
Syntax
public class regexLexer : Lexer
Constructors
|
Improve this Doc
View Source
regexLexer(ICharStream)
Declaration
public regexLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
regexLexer(ICharStream, TextWriter, TextWriter)
Declaration
public regexLexer(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
CATEGORY
Declaration
public const int CATEGORY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CatEsc
Declaration
public const int CatEsc = 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
Char
Declaration
public const int Char = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CHARGROUP
Declaration
public const int CHARGROUP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
COMMA
Declaration
public const int COMMA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ComplEsc
Declaration
public const int ComplEsc = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DASH
Declaration
public const int DASH = 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
EndCategory
Declaration
public const int EndCategory = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EndCharGroup
Declaration
public const int EndCharGroup = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EndQuantity
Declaration
public const int EndQuantity = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsBlock
Declaration
public const int IsBlock = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsCategory
Declaration
public const int IsCategory = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Letters
Declaration
public const int Letters = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LPAREN
Declaration
public const int LPAREN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Marks
Declaration
public const int Marks = 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
MultiCharEsc
Declaration
public const int MultiCharEsc = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NegCharGroup
Declaration
public const int NegCharGroup = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NestedCatEsc
Declaration
public const int NestedCatEsc = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NestedComplEsc
Declaration
public const int NestedComplEsc = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NestedMultiCharEsc
Declaration
public const int NestedMultiCharEsc = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NestedNegCharGroup
Declaration
public const int NestedNegCharGroup = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NestedPosCharGroup
Declaration
public const int NestedPosCharGroup = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NestedSingleCharEsc
Declaration
public const int NestedSingleCharEsc = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Numbers
Declaration
public const int Numbers = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Others
Declaration
public const int Others = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PIPE
Declaration
public const int PIPE = 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
PosCharGroup
Declaration
public const int PosCharGroup = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Punctuation
Declaration
public const int Punctuation = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
QuantExact
Declaration
public const int QuantExact = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
QUANTITY
Declaration
public const int QUANTITY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
QUESTION
Declaration
public const int QUESTION = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RPAREN
Declaration
public const int RPAREN = 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
Separators
Declaration
public const int Separators = 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
SingleCharEsc
Declaration
public const int SingleCharEsc = 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
StartQuantity
Declaration
public const int StartQuantity = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Symbols
Declaration
public const int Symbols = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WildcardEsc
Declaration
public const int WildcardEsc = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
XmlChar
Declaration
public const int XmlChar = 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 |
|