Class mdxLexer
Inheritance
System.Object
mdxLexer
Assembly: Mdx.dll
Syntax
public class mdxLexer : Lexer
Constructors
|
Improve this Doc
View Source
mdxLexer(ICharStream)
Declaration
public mdxLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
mdxLexer(ICharStream, TextWriter, TextWriter)
Declaration
public mdxLexer(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
AMP_QUOTED_ID
Declaration
public const int AMP_QUOTED_ID = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AND
Declaration
public const int AND = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AS
Declaration
public const int AS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ASTERISK
Declaration
public const int ASTERISK = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CASE
Declaration
public const int CASE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CELL
Declaration
public const int CELL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CELL_ORDINAL
Declaration
public const int CELL_ORDINAL = 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
COMMA
Declaration
public const int COMMA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CONCAT
Declaration
public const int CONCAT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CREATE
Declaration
public const int CREATE = 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
DIMENSION
Declaration
public const int DIMENSION = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DOT
Declaration
public const int DOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ELSE
Declaration
public const int ELSE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EMPTY
Declaration
public const int EMPTY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
END
Declaration
public const int END = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EQ
Declaration
public const int EQ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
F
Declaration
public const int F = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int FORMATTED_VALUE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FROM
Declaration
public const int FROM = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GE
Declaration
public const int GE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GLOBAL
Declaration
public const int GLOBAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GT
Declaration
public const int GT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ID
Declaration
public const int ID = 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
LE
Declaration
public const int LE = 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
LT
Declaration
public const int LT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MEMBER
Declaration
public const int MEMBER = 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
NE
Declaration
public const int NE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NON
Declaration
public const int NON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NOT
Declaration
public const int NOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NUMBER
Declaration
public const int NUMBER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ON
Declaration
public const int ON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OR
Declaration
public const int OR = 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
PROPERTIES
Declaration
public const int PROPERTIES = 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
QUOTED_ID
Declaration
public const int QUOTED_ID = 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
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
SELECT
Declaration
public const int SELECT = 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
SESSION
Declaration
public const int SESSION = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SET
Declaration
public const int SET = 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
SOLIDUS
Declaration
public const int SOLIDUS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
STRING
Declaration
public const int STRING = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
THEN
Declaration
public const int THEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
VALUE
Declaration
public const int VALUE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WHEN
Declaration
public const int WHEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WHERE
Declaration
public const int WHERE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WITH
Declaration
public const int WITH = 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 |
|
|
Improve this Doc
View Source
XOR
Declaration
public const int XOR = 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 |
|