Class InfluxqlLexer
- java.lang.Object
-
- org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
- org.antlr.v4.runtime.Lexer
-
- io.github.willena.influxql.parser.antlr.InfluxqlLexer
-
- All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource
public class InfluxqlLexer extends org.antlr.v4.runtime.Lexer
-
-
Field Summary
Fields Modifier and Type Field Description static org.antlr.v4.runtime.atn.ATN
_ATN
protected static org.antlr.v4.runtime.dfa.DFA[]
_decisionToDFA
static String
_serializedATN
protected static org.antlr.v4.runtime.atn.PredictionContextCache
_sharedContextCache
static int
ALL
static int
ALTER
static int
AMP
static int
ANALYZE
static int
AND
static int
ANY
static int
AS
static int
ASC
static int
ASSIGN
static int
BEGIN
static int
BY
static int
CARDINALITY
static String[]
channelNames
static int
CLOSE_PAR
static int
COMMA
static int
CONTINUOUS
static int
CREATE
static int
DATABASE
static int
DATABASES
static int
DEFAULT
static int
DELETE
static int
DESC
static int
DESTINATIONS
static int
DIAGNOSTICS
static int
DISTINCT
static int
DOT
static int
DROP
static int
DURATION
static int
DURATION_LITERAL
static int
END
static int
EQ
static int
EVERY
static int
EXACT
static int
EXPLAIN
static int
FALSE
static int
FIELD
static int
FILL
static int
FOR
static int
FROM
static int
FUTURE
static int
GRANT
static int
GRANTS
static int
GROUP
static int
GROUPS
static int
GT
static int
GT_EQ
static int
GT2
static int
IDENTIFIER
static int
IN
static int
INF
static int
INSERT
static int
INTEGER_LITERAL
static int
INTO
static int
KEY
static int
KEYS
static int
KILL
static int
LIMIT
static int
LINEAR
static int
LT
static int
LT_EQ
static int
LT2
static int
MEASUREMENT
static int
MEASUREMENT_BACK_REF
static int
MEASUREMENTS
static int
MINUS
static int
MOD
static String[]
modeNames
static int
MULTILINE_COMMENT
static int
NAME
static int
NONE
static int
NOT_EQ1
static int
NOT_EQ2
static int
NULL
static int
NUMERIC_LITERAL
static int
OFFSET
static int
ON
static int
OPEN_PAR
static int
OR
static int
OR_EX
static int
ORDER
static int
PASSWORD
static int
PAST
static int
PIPE
static int
PIPE2
static int
PLUS
static int
POLICIES
static int
POLICY
static int
PREVIOUS
static int
PRIVILEGES
static int
QUERIES
static int
QUERY
static int
QUOTE
static int
READ
static int
REG_MATCH
static int
REG_NMATCH
static int
REGULAR_EXPRESSION_LITERAL
static int
REPLICATION
static int
RESAMPLE
static int
RETENTION
static int
REVOKE
static String[]
ruleNames
static int
SCOL
static int
SELECT
static int
SERIES
static int
SET
static int
SHARD
static int
SHARDS
static int
SHOW
static int
SINGLE_LINE_COMMENT
static int
SLASH
static int
SLIMIT
static int
SOFFSET
static int
SPACES
static int
STAR
static int
STAR_FIELD
static int
STAR_TAGS
static int
STATS
static int
STRING_LITERAL
static int
SUBSCRIPTION
static int
SUBSCRIPTIONS
static int
TAG
static int
TILDE
static int
TO
static String[]
tokenNames
Deprecated.UseVOCABULARY
instead.static int
TRUE
static int
TZ
static int
UNEXPECTED_CHAR
static int
UNICODE_CHAR
static int
USER
static int
USERS
static int
VALUES
static org.antlr.v4.runtime.Vocabulary
VOCABULARY
static int
WHERE
static int
WITH
static int
WRITE
-
Fields inherited from class org.antlr.v4.runtime.Lexer
_channel, _factory, _hitEOF, _input, _mode, _modeStack, _text, _token, _tokenFactorySourcePair, _tokenStartCharIndex, _tokenStartCharPositionInLine, _tokenStartLine, _type, DEFAULT_MODE, DEFAULT_TOKEN_CHANNEL, HIDDEN, MAX_CHAR_VALUE, MIN_CHAR_VALUE, MORE, SKIP
-
-
Constructor Summary
Constructors Constructor Description InfluxqlLexer(org.antlr.v4.runtime.CharStream input)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.antlr.v4.runtime.atn.ATN
getATN()
String[]
getChannelNames()
String
getGrammarFileName()
String[]
getModeNames()
String[]
getRuleNames()
String
getSerializedATN()
String[]
getTokenNames()
Deprecated.org.antlr.v4.runtime.Vocabulary
getVocabulary()
-
Methods inherited from class org.antlr.v4.runtime.Lexer
emit, emit, emitEOF, getAllTokens, getChannel, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getErrorDisplay, getErrorDisplay, getInputStream, getLine, getSourceName, getText, getToken, getTokenFactory, getType, mode, more, nextToken, notifyListeners, popMode, pushMode, recover, recover, reset, setChannel, setCharPositionInLine, setInputStream, setLine, setText, setToken, setTokenFactory, setType, skip
-
Methods inherited from class org.antlr.v4.runtime.Recognizer
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, precpred, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
-
-
-
-
Field Detail
-
_decisionToDFA
protected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
-
_sharedContextCache
protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
-
QUOTE
public static final int QUOTE
- See Also:
- Constant Field Values
-
SCOL
public static final int SCOL
- See Also:
- Constant Field Values
-
DOT
public static final int DOT
- See Also:
- Constant Field Values
-
OPEN_PAR
public static final int OPEN_PAR
- See Also:
- Constant Field Values
-
CLOSE_PAR
public static final int CLOSE_PAR
- See Also:
- Constant Field Values
-
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
-
ASSIGN
public static final int ASSIGN
- See Also:
- Constant Field Values
-
STAR
public static final int STAR
- See Also:
- Constant Field Values
-
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
-
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
-
TILDE
public static final int TILDE
- See Also:
- Constant Field Values
-
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
-
MOD
public static final int MOD
- See Also:
- Constant Field Values
-
LT2
public static final int LT2
- See Also:
- Constant Field Values
-
GT2
public static final int GT2
- See Also:
- Constant Field Values
-
AMP
public static final int AMP
- See Also:
- Constant Field Values
-
LT
public static final int LT
- See Also:
- Constant Field Values
-
LT_EQ
public static final int LT_EQ
- See Also:
- Constant Field Values
-
GT
public static final int GT
- See Also:
- Constant Field Values
-
GT_EQ
public static final int GT_EQ
- See Also:
- Constant Field Values
-
EQ
public static final int EQ
- See Also:
- Constant Field Values
-
NOT_EQ1
public static final int NOT_EQ1
- See Also:
- Constant Field Values
-
NOT_EQ2
public static final int NOT_EQ2
- See Also:
- Constant Field Values
-
REG_MATCH
public static final int REG_MATCH
- See Also:
- Constant Field Values
-
REG_NMATCH
public static final int REG_NMATCH
- See Also:
- Constant Field Values
-
OR_EX
public static final int OR_EX
- See Also:
- Constant Field Values
-
PIPE
public static final int PIPE
- See Also:
- Constant Field Values
-
PIPE2
public static final int PIPE2
- See Also:
- Constant Field Values
-
STAR_TAGS
public static final int STAR_TAGS
- See Also:
- Constant Field Values
-
STAR_FIELD
public static final int STAR_FIELD
- See Also:
- Constant Field Values
-
AND
public static final int AND
- See Also:
- Constant Field Values
-
OR
public static final int OR
- See Also:
- Constant Field Values
-
ALL
public static final int ALL
- See Also:
- Constant Field Values
-
ALTER
public static final int ALTER
- See Also:
- Constant Field Values
-
ANALYZE
public static final int ANALYZE
- See Also:
- Constant Field Values
-
ANY
public static final int ANY
- See Also:
- Constant Field Values
-
AS
public static final int AS
- See Also:
- Constant Field Values
-
ASC
public static final int ASC
- See Also:
- Constant Field Values
-
BEGIN
public static final int BEGIN
- See Also:
- Constant Field Values
-
BY
public static final int BY
- See Also:
- Constant Field Values
-
CREATE
public static final int CREATE
- See Also:
- Constant Field Values
-
CONTINUOUS
public static final int CONTINUOUS
- See Also:
- Constant Field Values
-
DATABASE
public static final int DATABASE
- See Also:
- Constant Field Values
-
DATABASES
public static final int DATABASES
- See Also:
- Constant Field Values
-
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
-
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
-
DESC
public static final int DESC
- See Also:
- Constant Field Values
-
DESTINATIONS
public static final int DESTINATIONS
- See Also:
- Constant Field Values
-
DIAGNOSTICS
public static final int DIAGNOSTICS
- See Also:
- Constant Field Values
-
DISTINCT
public static final int DISTINCT
- See Also:
- Constant Field Values
-
DROP
public static final int DROP
- See Also:
- Constant Field Values
-
DURATION
public static final int DURATION
- See Also:
- Constant Field Values
-
END
public static final int END
- See Also:
- Constant Field Values
-
EVERY
public static final int EVERY
- See Also:
- Constant Field Values
-
EXPLAIN
public static final int EXPLAIN
- See Also:
- Constant Field Values
-
FUTURE
public static final int FUTURE
- See Also:
- Constant Field Values
-
FIELD
public static final int FIELD
- See Also:
- Constant Field Values
-
FOR
public static final int FOR
- See Also:
- Constant Field Values
-
FROM
public static final int FROM
- See Also:
- Constant Field Values
-
GRANT
public static final int GRANT
- See Also:
- Constant Field Values
-
GRANTS
public static final int GRANTS
- See Also:
- Constant Field Values
-
GROUP
public static final int GROUP
- See Also:
- Constant Field Values
-
GROUPS
public static final int GROUPS
- See Also:
- Constant Field Values
-
IN
public static final int IN
- See Also:
- Constant Field Values
-
INF
public static final int INF
- See Also:
- Constant Field Values
-
INSERT
public static final int INSERT
- See Also:
- Constant Field Values
-
INTO
public static final int INTO
- See Also:
- Constant Field Values
-
KEY
public static final int KEY
- See Also:
- Constant Field Values
-
KEYS
public static final int KEYS
- See Also:
- Constant Field Values
-
KILL
public static final int KILL
- See Also:
- Constant Field Values
-
LIMIT
public static final int LIMIT
- See Also:
- Constant Field Values
-
SHOW
public static final int SHOW
- See Also:
- Constant Field Values
-
MEASUREMENT
public static final int MEASUREMENT
- See Also:
- Constant Field Values
-
MEASUREMENTS
public static final int MEASUREMENTS
- See Also:
- Constant Field Values
-
NAME
public static final int NAME
- See Also:
- Constant Field Values
-
OFFSET
public static final int OFFSET
- See Also:
- Constant Field Values
-
ON
public static final int ON
- See Also:
- Constant Field Values
-
ORDER
public static final int ORDER
- See Also:
- Constant Field Values
-
PAST
public static final int PAST
- See Also:
- Constant Field Values
-
PASSWORD
public static final int PASSWORD
- See Also:
- Constant Field Values
-
POLICY
public static final int POLICY
- See Also:
- Constant Field Values
-
POLICIES
public static final int POLICIES
- See Also:
- Constant Field Values
-
PRIVILEGES
public static final int PRIVILEGES
- See Also:
- Constant Field Values
-
QUERIES
public static final int QUERIES
- See Also:
- Constant Field Values
-
QUERY
public static final int QUERY
- See Also:
- Constant Field Values
-
READ
public static final int READ
- See Also:
- Constant Field Values
-
REPLICATION
public static final int REPLICATION
- See Also:
- Constant Field Values
-
RESAMPLE
public static final int RESAMPLE
- See Also:
- Constant Field Values
-
RETENTION
public static final int RETENTION
- See Also:
- Constant Field Values
-
REVOKE
public static final int REVOKE
- See Also:
- Constant Field Values
-
SELECT
public static final int SELECT
- See Also:
- Constant Field Values
-
SERIES
public static final int SERIES
- See Also:
- Constant Field Values
-
SET
public static final int SET
- See Also:
- Constant Field Values
-
SHARD
public static final int SHARD
- See Also:
- Constant Field Values
-
SHARDS
public static final int SHARDS
- See Also:
- Constant Field Values
-
SLIMIT
public static final int SLIMIT
- See Also:
- Constant Field Values
-
SOFFSET
public static final int SOFFSET
- See Also:
- Constant Field Values
-
STATS
public static final int STATS
- See Also:
- Constant Field Values
-
SUBSCRIPTION
public static final int SUBSCRIPTION
- See Also:
- Constant Field Values
-
SUBSCRIPTIONS
public static final int SUBSCRIPTIONS
- See Also:
- Constant Field Values
-
TAG
public static final int TAG
- See Also:
- Constant Field Values
-
TO
public static final int TO
- See Also:
- Constant Field Values
-
USER
public static final int USER
- See Also:
- Constant Field Values
-
USERS
public static final int USERS
- See Also:
- Constant Field Values
-
VALUES
public static final int VALUES
- See Also:
- Constant Field Values
-
WHERE
public static final int WHERE
- See Also:
- Constant Field Values
-
WITH
public static final int WITH
- See Also:
- Constant Field Values
-
WRITE
public static final int WRITE
- See Also:
- Constant Field Values
-
CARDINALITY
public static final int CARDINALITY
- See Also:
- Constant Field Values
-
EXACT
public static final int EXACT
- See Also:
- Constant Field Values
-
FILL
public static final int FILL
- See Also:
- Constant Field Values
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
NONE
public static final int NONE
- See Also:
- Constant Field Values
-
PREVIOUS
public static final int PREVIOUS
- See Also:
- Constant Field Values
-
LINEAR
public static final int LINEAR
- See Also:
- Constant Field Values
-
TZ
public static final int TZ
- See Also:
- Constant Field Values
-
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
-
MEASUREMENT_BACK_REF
public static final int MEASUREMENT_BACK_REF
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
-
INTEGER_LITERAL
public static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
-
NUMERIC_LITERAL
public static final int NUMERIC_LITERAL
- See Also:
- Constant Field Values
-
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
-
DURATION_LITERAL
public static final int DURATION_LITERAL
- See Also:
- Constant Field Values
-
REGULAR_EXPRESSION_LITERAL
public static final int REGULAR_EXPRESSION_LITERAL
- See Also:
- Constant Field Values
-
UNICODE_CHAR
public static final int UNICODE_CHAR
- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
public static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
-
MULTILINE_COMMENT
public static final int MULTILINE_COMMENT
- See Also:
- Constant Field Values
-
SPACES
public static final int SPACES
- See Also:
- Constant Field Values
-
UNEXPECTED_CHAR
public static final int UNEXPECTED_CHAR
- See Also:
- Constant Field Values
-
channelNames
public static String[] channelNames
-
modeNames
public static String[] modeNames
-
ruleNames
public static final String[] ruleNames
-
VOCABULARY
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
-
tokenNames
@Deprecated public static final String[] tokenNames
Deprecated.UseVOCABULARY
instead.
-
_serializedATN
public static final String _serializedATN
- See Also:
- Constant Field Values
-
_ATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
-
-
Method Detail
-
getTokenNames
@Deprecated public String[] getTokenNames()
Deprecated.- Overrides:
getTokenNames
in classorg.antlr.v4.runtime.Lexer
-
getVocabulary
public org.antlr.v4.runtime.Vocabulary getVocabulary()
- Overrides:
getVocabulary
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getGrammarFileName
public String getGrammarFileName()
- Specified by:
getGrammarFileName
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getRuleNames
public String[] getRuleNames()
- Specified by:
getRuleNames
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getSerializedATN
public String getSerializedATN()
- Overrides:
getSerializedATN
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getChannelNames
public String[] getChannelNames()
- Overrides:
getChannelNames
in classorg.antlr.v4.runtime.Lexer
-
getModeNames
public String[] getModeNames()
- Overrides:
getModeNames
in classorg.antlr.v4.runtime.Lexer
-
getATN
public org.antlr.v4.runtime.atn.ATN getATN()
- Specified by:
getATN
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
-