Class PromQLLexer
Inheritance
System.Object
PromQLLexer
Assembly: Promql.dll
Syntax
public class PromQLLexer : Lexer
Constructors
|
Improve this Doc
View Source
PromQLLexer(ICharStream)
Declaration
public PromQLLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
PromQLLexer(ICharStream, TextWriter, TextWriter)
Declaration
public PromQLLexer(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
ADD
Declaration
public const int ADD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AGGREGATION_OPERATOR
Declaration
public const int AGGREGATION_OPERATOR = 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
BOOL
Declaration
public const int BOOL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BY
Declaration
public const int BY = 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
COMMA
Declaration
public const int COMMA = 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
DEQ
Declaration
public const int DEQ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DIV
Declaration
public const int DIV = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DURATION
Declaration
public const int DURATION = 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
FUNCTION
Declaration
public const int FUNCTION = 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
GROUP_LEFT
Declaration
public const int GROUP_LEFT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GROUP_RIGHT
Declaration
public const int GROUP_RIGHT = 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
IGNORING
Declaration
public const int IGNORING = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LABEL_NAME
Declaration
public const int LABEL_NAME = 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
LEFT_BRACE
Declaration
public const int LEFT_BRACE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LEFT_BRACKET
Declaration
public const int LEFT_BRACKET = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LEFT_PAREN
Declaration
public const int LEFT_PAREN = 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
METRIC_NAME
Declaration
public const int METRIC_NAME = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MOD
Declaration
public const int MOD = 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
MULT
Declaration
public const int MULT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NE
Declaration
public const int NE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NRE
Declaration
public const int NRE = 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
OFFSET
Declaration
public const int OFFSET = 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
POW
Declaration
public const int POW = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RE
Declaration
public const int RE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RIGHT_BRACE
Declaration
public const int RIGHT_BRACE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RIGHT_BRACKET
Declaration
public const int RIGHT_BRACKET = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RIGHT_PAREN
Declaration
public const int RIGHT_PAREN = 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
STRING
Declaration
public const int STRING = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SUB
Declaration
public const int SUB = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TIME_RANGE
Declaration
public const int TIME_RANGE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UNLESS
Declaration
public const int UNLESS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WITHOUT
Declaration
public const int WITHOUT = 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 |
|