Class mpsLexer
Inheritance
System.Object
mpsLexer
Assembly: Mps.dll
Syntax
public class mpsLexer : Lexer
Constructors
|
Improve this Doc
View Source
mpsLexer(ICharStream)
Declaration
public mpsLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
mpsLexer(ICharStream, TextWriter, TextWriter)
Declaration
public mpsLexer(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
BOUNDKEY
Declaration
public const int BOUNDKEY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BOUNDSINDICATORCARD
Declaration
public const int BOUNDSINDICATORCARD = 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
COLUMNINDICATORCARD
Declaration
public const int COLUMNINDICATORCARD = 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
ENDATAINDICATORCARD
Declaration
public const int ENDATAINDICATORCARD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ENDMARKER
Declaration
public const int ENDMARKER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IDENTIFIER
Declaration
public const int IDENTIFIER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
KEYWORDFREE
Declaration
public const int KEYWORDFREE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
KEYWORDMARKER
Declaration
public const int KEYWORDMARKER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int LINE_COMMENT = 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
NAMEINDICATORCARD
Declaration
public const int NAMEINDICATORCARD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NUMERICALVALUE
Declaration
public const int NUMERICALVALUE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RANGESINDICATORCARD
Declaration
public const int RANGESINDICATORCARD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RHSINDICATORCARD
Declaration
public const int RHSINDICATORCARD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ROWINDICATORCARD
Declaration
public const int ROWINDICATORCARD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ROWTYPE
Declaration
public const int ROWTYPE = 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
STARTMARKER
Declaration
public const int STARTMARKER = 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
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 |
|