Package com.blazebit.persistence.parser
Class JPQLNextLexer
java.lang.Object
org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
org.antlr.v4.runtime.Lexer
com.blazebit.persistence.parser.JPQLNextLexer
- All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource
public class JPQLNextLexer
extends org.antlr.v4.runtime.Lexer
-
Field Summary
Fields Modifier and Type Field Description static org.antlr.v4.runtime.atn.ATN_ATNprotected static org.antlr.v4.runtime.dfa.DFA[]_decisionToDFAstatic String_serializedATNprotected static org.antlr.v4.runtime.atn.PredictionContextCache_sharedContextCachestatic intAFTERstatic intALLstatic intANDstatic intANYstatic intASstatic intASCstatic intASTERISKstatic intBEFOREstatic intBETWEENstatic intBIG_DECIMAL_LITERALstatic intBIG_INTEGER_LITERALstatic intBOTHstatic intBYstatic intCASEstatic String[]channelNamesstatic intCHARACTER_LITERALstatic intCOLLATEstatic intCOLONstatic intCOMMAstatic intCONTAININGstatic intCOUNTstatic intCROSSstatic intCURRENTstatic intCURRENT_DATEstatic intCURRENT_INSTANTstatic intCURRENT_TIMEstatic intCURRENT_TIMESTAMPstatic intDATE_ESCAPE_STARTstatic intDELETEstatic intDESCstatic intDISTINCTstatic intDOLLARstatic intDOTstatic intDOUBLE_LITERALstatic intDOUBLE_PIPEstatic intELSEstatic intEMPTYstatic intENDstatic intENTRYstatic intEQUALstatic intESCAPEstatic intEXCEPTstatic intEXCLUDEstatic intEXISTSstatic intFALSEstatic intFETCHstatic intFILTERstatic intFIRSTstatic intFLOAT_LITERALstatic intFOLLOWINGstatic intFROMstatic intFULLstatic intGREATERstatic intGREATER_EQUALstatic intGROUPstatic intGROUPSstatic intHAVINGstatic intIDENTIFIERstatic intINstatic intINDEXstatic intINNERstatic intINSERTstatic intINTEGER_LITERALstatic intINTERSECTstatic intINTOstatic intISstatic intJOINstatic intJUMPstatic intKEYstatic intLASTstatic intLBstatic intLEADINGstatic intLEFTstatic intLESSstatic intLESS_EQUALstatic intLIKEstatic intLIMITstatic intLONG_LITERALstatic intLPstatic intMEMBERstatic intMINUSstatic String[]modeNamesstatic intNEWstatic intNOstatic intNOTstatic intNOT_EQUALstatic intNULLstatic intNULLSstatic intOBJECTstatic intOFstatic intOFFSETstatic intOLDstatic intONstatic intORstatic intORDERstatic intOTHERSstatic intOUTERstatic intOVERstatic intPAGEstatic intPARTITIONstatic intPERCENTstatic intPLUSstatic intPRECEDINGstatic intQUESTION_MARKstatic intQUOTED_IDENTIFIERstatic intRANGEstatic intRBstatic intRECURSIVEstatic intRETURNINGstatic intRIGHTstatic intROWstatic intROWSstatic intRPstatic String[]ruleNamesstatic intSELECTstatic intSETstatic intSLASHstatic intSOMEstatic intSTRING_LITERALstatic intTEMPORAL_ESCAPE_ENDstatic intTHENstatic intTIESstatic intTIME_ESCAPE_STARTstatic intTIMESTAMP_ESCAPE_STARTstatic intTOstatic String[]tokenNamesDeprecated.UseVOCABULARYinstead.static intTRAILINGstatic intTREATstatic intTRIMstatic intTRUEstatic intTYPEstatic intUNBOUNDEDstatic intUNIONstatic intUPDATEstatic intVALUEstatic intVALUESstatic org.antlr.v4.runtime.VocabularyVOCABULARYstatic intWHENstatic intWHEREstatic intWINDOWstatic intWITHstatic intWSFields 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 JPQLNextLexer(org.antlr.v4.runtime.CharStream input) -
Method Summary
Modifier and Type Method Description voidaction(org.antlr.v4.runtime.RuleContext _localctx, int ruleIndex, int actionIndex)org.antlr.v4.runtime.atn.ATNgetATN()String[]getChannelNames()StringgetGrammarFileName()String[]getModeNames()String[]getRuleNames()StringgetSerializedATN()String[]getTokenNames()Deprecated.org.antlr.v4.runtime.VocabularygetVocabulary()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, skipMethods inherited from class org.antlr.v4.runtime.Recognizer
addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, precpred, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
-
Field Details
-
_decisionToDFA
protected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA -
_sharedContextCache
protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache -
WS
public static final int WS- See Also:
- Constant Field Values
-
INTEGER_LITERAL
public static final int INTEGER_LITERAL- See Also:
- Constant Field Values
-
BIG_INTEGER_LITERAL
public static final int BIG_INTEGER_LITERAL- See Also:
- Constant Field Values
-
LONG_LITERAL
public static final int LONG_LITERAL- See Also:
- Constant Field Values
-
FLOAT_LITERAL
public static final int FLOAT_LITERAL- See Also:
- Constant Field Values
-
DOUBLE_LITERAL
public static final int DOUBLE_LITERAL- See Also:
- Constant Field Values
-
BIG_DECIMAL_LITERAL
public static final int BIG_DECIMAL_LITERAL- See Also:
- Constant Field Values
-
CHARACTER_LITERAL
public static final int CHARACTER_LITERAL- See Also:
- Constant Field Values
-
STRING_LITERAL
public static final int STRING_LITERAL- See Also:
- Constant Field Values
-
AFTER
public static final int AFTER- See Also:
- Constant Field Values
-
ALL
public static final int ALL- See Also:
- Constant Field Values
-
AND
public static final int AND- 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
-
BEFORE
public static final int BEFORE- See Also:
- Constant Field Values
-
BETWEEN
public static final int BETWEEN- See Also:
- Constant Field Values
-
BOTH
public static final int BOTH- See Also:
- Constant Field Values
-
BY
public static final int BY- See Also:
- Constant Field Values
-
CASE
public static final int CASE- See Also:
- Constant Field Values
-
COLLATE
public static final int COLLATE- See Also:
- Constant Field Values
-
CONTAINING
public static final int CONTAINING- See Also:
- Constant Field Values
-
COUNT
public static final int COUNT- See Also:
- Constant Field Values
-
CROSS
public static final int CROSS- See Also:
- Constant Field Values
-
CURRENT
public static final int CURRENT- See Also:
- Constant Field Values
-
CURRENT_DATE
public static final int CURRENT_DATE- See Also:
- Constant Field Values
-
CURRENT_INSTANT
public static final int CURRENT_INSTANT- See Also:
- Constant Field Values
-
CURRENT_TIME
public static final int CURRENT_TIME- See Also:
- Constant Field Values
-
CURRENT_TIMESTAMP
public static final int CURRENT_TIMESTAMP- 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
-
DISTINCT
public static final int DISTINCT- See Also:
- Constant Field Values
-
ELSE
public static final int ELSE- See Also:
- Constant Field Values
-
EMPTY
public static final int EMPTY- See Also:
- Constant Field Values
-
END
public static final int END- See Also:
- Constant Field Values
-
ENTRY
public static final int ENTRY- See Also:
- Constant Field Values
-
ESCAPE
public static final int ESCAPE- See Also:
- Constant Field Values
-
EXCEPT
public static final int EXCEPT- See Also:
- Constant Field Values
-
EXCLUDE
public static final int EXCLUDE- See Also:
- Constant Field Values
-
EXISTS
public static final int EXISTS- See Also:
- Constant Field Values
-
FALSE
public static final int FALSE- See Also:
- Constant Field Values
-
FETCH
public static final int FETCH- See Also:
- Constant Field Values
-
FILTER
public static final int FILTER- See Also:
- Constant Field Values
-
FIRST
public static final int FIRST- See Also:
- Constant Field Values
-
FOLLOWING
public static final int FOLLOWING- See Also:
- Constant Field Values
-
FROM
public static final int FROM- See Also:
- Constant Field Values
-
FULL
public static final int FULL- 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
-
HAVING
public static final int HAVING- See Also:
- Constant Field Values
-
IN
public static final int IN- See Also:
- Constant Field Values
-
INDEX
public static final int INDEX- See Also:
- Constant Field Values
-
INNER
public static final int INNER- See Also:
- Constant Field Values
-
INSERT
public static final int INSERT- See Also:
- Constant Field Values
-
INTERSECT
public static final int INTERSECT- See Also:
- Constant Field Values
-
INTO
public static final int INTO- See Also:
- Constant Field Values
-
IS
public static final int IS- See Also:
- Constant Field Values
-
JOIN
public static final int JOIN- See Also:
- Constant Field Values
-
JUMP
public static final int JUMP- See Also:
- Constant Field Values
-
KEY
public static final int KEY- See Also:
- Constant Field Values
-
LAST
public static final int LAST- See Also:
- Constant Field Values
-
LEADING
public static final int LEADING- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT- See Also:
- Constant Field Values
-
LIKE
public static final int LIKE- See Also:
- Constant Field Values
-
LIMIT
public static final int LIMIT- See Also:
- Constant Field Values
-
MEMBER
public static final int MEMBER- See Also:
- Constant Field Values
-
NEW
public static final int NEW- See Also:
- Constant Field Values
-
NO
public static final int NO- See Also:
- Constant Field Values
-
NOT
public static final int NOT- See Also:
- Constant Field Values
-
NULL
public static final int NULL- See Also:
- Constant Field Values
-
NULLS
public static final int NULLS- See Also:
- Constant Field Values
-
OBJECT
public static final int OBJECT- See Also:
- Constant Field Values
-
OF
public static final int OF- See Also:
- Constant Field Values
-
OFFSET
public static final int OFFSET- See Also:
- Constant Field Values
-
OLD
public static final int OLD- See Also:
- Constant Field Values
-
ON
public static final int ON- See Also:
- Constant Field Values
-
OR
public static final int OR- See Also:
- Constant Field Values
-
ORDER
public static final int ORDER- See Also:
- Constant Field Values
-
OTHERS
public static final int OTHERS- See Also:
- Constant Field Values
-
OUTER
public static final int OUTER- See Also:
- Constant Field Values
-
OVER
public static final int OVER- See Also:
- Constant Field Values
-
PAGE
public static final int PAGE- See Also:
- Constant Field Values
-
PARTITION
public static final int PARTITION- See Also:
- Constant Field Values
-
PRECEDING
public static final int PRECEDING- See Also:
- Constant Field Values
-
RANGE
public static final int RANGE- See Also:
- Constant Field Values
-
RECURSIVE
public static final int RECURSIVE- See Also:
- Constant Field Values
-
RETURNING
public static final int RETURNING- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT- See Also:
- Constant Field Values
-
ROW
public static final int ROW- See Also:
- Constant Field Values
-
ROWS
public static final int ROWS- See Also:
- Constant Field Values
-
SELECT
public static final int SELECT- See Also:
- Constant Field Values
-
SET
public static final int SET- See Also:
- Constant Field Values
-
SOME
public static final int SOME- See Also:
- Constant Field Values
-
THEN
public static final int THEN- See Also:
- Constant Field Values
-
TIES
public static final int TIES- See Also:
- Constant Field Values
-
TO
public static final int TO- See Also:
- Constant Field Values
-
TRAILING
public static final int TRAILING- See Also:
- Constant Field Values
-
TREAT
public static final int TREAT- See Also:
- Constant Field Values
-
TRIM
public static final int TRIM- See Also:
- Constant Field Values
-
TRUE
public static final int TRUE- See Also:
- Constant Field Values
-
TYPE
public static final int TYPE- See Also:
- Constant Field Values
-
UNBOUNDED
public static final int UNBOUNDED- See Also:
- Constant Field Values
-
UNION
public static final int UNION- See Also:
- Constant Field Values
-
UPDATE
public static final int UPDATE- See Also:
- Constant Field Values
-
VALUE
public static final int VALUE- See Also:
- Constant Field Values
-
VALUES
public static final int VALUES- See Also:
- Constant Field Values
-
WHEN
public static final int WHEN- See Also:
- Constant Field Values
-
WHERE
public static final int WHERE- See Also:
- Constant Field Values
-
WINDOW
public static final int WINDOW- See Also:
- Constant Field Values
-
WITH
public static final int WITH- See Also:
- Constant Field Values
-
TIMESTAMP_ESCAPE_START
public static final int TIMESTAMP_ESCAPE_START- See Also:
- Constant Field Values
-
DATE_ESCAPE_START
public static final int DATE_ESCAPE_START- See Also:
- Constant Field Values
-
TIME_ESCAPE_START
public static final int TIME_ESCAPE_START- See Also:
- Constant Field Values
-
TEMPORAL_ESCAPE_END
public static final int TEMPORAL_ESCAPE_END- See Also:
- Constant Field Values
-
EQUAL
public static final int EQUAL- See Also:
- Constant Field Values
-
NOT_EQUAL
public static final int NOT_EQUAL- See Also:
- Constant Field Values
-
GREATER
public static final int GREATER- See Also:
- Constant Field Values
-
GREATER_EQUAL
public static final int GREATER_EQUAL- See Also:
- Constant Field Values
-
LESS
public static final int LESS- See Also:
- Constant Field Values
-
LESS_EQUAL
public static final int LESS_EQUAL- See Also:
- Constant Field Values
-
COMMA
public static final int COMMA- See Also:
- Constant Field Values
-
DOT
public static final int DOT- See Also:
- Constant Field Values
-
LP
public static final int LP- See Also:
- Constant Field Values
-
RP
public static final int RP- See Also:
- Constant Field Values
-
LB
public static final int LB- See Also:
- Constant Field Values
-
RB
public static final int RB- 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
-
ASTERISK
public static final int ASTERISK- See Also:
- Constant Field Values
-
SLASH
public static final int SLASH- See Also:
- Constant Field Values
-
PERCENT
public static final int PERCENT- See Also:
- Constant Field Values
-
COLON
public static final int COLON- See Also:
- Constant Field Values
-
DOUBLE_PIPE
public static final int DOUBLE_PIPE- See Also:
- Constant Field Values
-
QUESTION_MARK
public static final int QUESTION_MARK- See Also:
- Constant Field Values
-
DOLLAR
public static final int DOLLAR- See Also:
- Constant Field Values
-
IDENTIFIER
public static final int IDENTIFIER- See Also:
- Constant Field Values
-
QUOTED_IDENTIFIER
public static final int QUOTED_IDENTIFIER- See Also:
- Constant Field Values
-
channelNames
-
modeNames
-
ruleNames
-
VOCABULARY
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY -
tokenNames
Deprecated.UseVOCABULARYinstead. -
_serializedATN
- See Also:
- Constant Field Values
-
_ATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
-
-
Constructor Details
-
JPQLNextLexer
public JPQLNextLexer(org.antlr.v4.runtime.CharStream input)
-
-
Method Details
-
getTokenNames
Deprecated.- Overrides:
getTokenNamesin classorg.antlr.v4.runtime.Lexer
-
getVocabulary
public org.antlr.v4.runtime.Vocabulary getVocabulary()- Overrides:
getVocabularyin classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getGrammarFileName
- Specified by:
getGrammarFileNamein classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getRuleNames
- Specified by:
getRuleNamesin classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getSerializedATN
- Overrides:
getSerializedATNin classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getChannelNames
- Overrides:
getChannelNamesin classorg.antlr.v4.runtime.Lexer
-
getModeNames
- Overrides:
getModeNamesin classorg.antlr.v4.runtime.Lexer
-
getATN
public org.antlr.v4.runtime.atn.ATN getATN()- Specified by:
getATNin classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
action
public void action(org.antlr.v4.runtime.RuleContext _localctx, int ruleIndex, int actionIndex)- Overrides:
actionin classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-