Package de.mvise.iqm4hd.dsl.parser.gen
Class IQM4HDLexer
- java.lang.Object
-
- org.antlr.v4.runtime.Recognizer<java.lang.Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
- org.antlr.v4.runtime.Lexer
-
- de.mvise.iqm4hd.dsl.parser.gen.IQM4HDLexer
-
- All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource
public class IQM4HDLexer 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 java.lang.String_serializedATNprotected static org.antlr.v4.runtime.atn.PredictionContextCache_sharedContextCachestatic intABOVEstatic intABSstatic intACTIONstatic intANDstatic intARIMAstatic intASstatic intAssignstatic intAVGstatic intBINOMstatic intBOOLstatic intBYstatic java.lang.String[]channelNamesstatic intCHECKstatic intClosestatic intCloseBracestatic intCloseIdxstatic intColonstatic intCommastatic intCOMMENTstatic intCONSTstatic intCOUNTstatic intCUBESCOREstatic intDATABASEstatic intDivstatic intDOB2AGEstatic intDotstatic intEACHstatic intELSEstatic intENDstatic intEND_NATIVEstatic intEqualsstatic intERRORstatic intEVALstatic intEVALRECstatic intEXECUTEstatic intFORstatic intFROMstatic intFULLstatic intGROUPstatic intHAVINGstatic intIDstatic intIFstatic intINstatic intISstatic intJOINstatic intLEFTstatic intLENGTHstatic intLISTstatic intMATCHESstatic intMAXstatic intMINstatic intMinusstatic java.lang.String[]modeNamesstatic intMulstatic intNATIVEstatic intNATIVE_QUERYstatic intNLstatic intNOTstatic intNULLstatic intNUMBERstatic intNVLstatic intONstatic intOpenstatic intOpenBracestatic intOpenIdxstatic intORstatic intORDERstatic intPATTERNstatic intPERCENTAGEstatic intPlusstatic intQUERYstatic intQUERYTEXTstatic intRECORDstatic intREGEXPstatic intRELOPstatic intRESULTstatic intRETURNstatic intRIGHTstatic intROLEstatic intROLESstatic java.lang.String[]ruleNamesstatic intSELECTstatic intSemicolonstatic intSINGLEstatic intSOURCEstatic intSTRINGstatic intSUMstatic intTOstatic java.lang.String[]tokenNamesDeprecated.UseVOCABULARYinstead.static intTYPEstatic intUSINGstatic intVAL2BINstatic org.antlr.v4.runtime.VocabularyVOCABULARYstatic intWARNINGstatic intWHEREstatic intWITHstatic intWS-
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 IQM4HDLexer(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.ATNgetATN()java.lang.String[]getChannelNames()java.lang.StringgetGrammarFileName()java.lang.String[]getModeNames()java.lang.String[]getRuleNames()java.lang.StringgetSerializedATN()java.lang.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, 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
-
DATABASE
public static final int DATABASE
- See Also:
- Constant Field Values
-
NATIVE
public static final int NATIVE
- See Also:
- Constant Field Values
-
SOURCE
public static final int SOURCE
- See Also:
- Constant Field Values
-
CHECK
public static final int CHECK
- See Also:
- Constant Field Values
-
ACTION
public static final int ACTION
- See Also:
- Constant Field Values
-
EXECUTE
public static final int EXECUTE
- See Also:
- Constant Field Values
-
USING
public static final int USING
- See Also:
- Constant Field Values
-
ON
public static final int ON
- See Also:
- Constant Field Values
-
EACH
public static final int EACH
- See Also:
- Constant Field Values
-
FROM
public static final int FROM
- See Also:
- Constant Field Values
-
RESULT
public static final int RESULT
- See Also:
- Constant Field Values
-
IF
public static final int IF
- See Also:
- Constant Field Values
-
IN
public static final int IN
- See Also:
- Constant Field Values
-
AS
public static final int AS
- See Also:
- Constant Field Values
-
END
public static final int END
- See Also:
- Constant Field Values
-
AND
public static final int AND
- See Also:
- Constant Field Values
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
WITH
public static final int WITH
- See Also:
- Constant Field Values
-
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
-
WARNING
public static final int WARNING
- See Also:
- Constant Field Values
-
RECORD
public static final int RECORD
- See Also:
- Constant Field Values
-
SELECT
public static final int SELECT
- See Also:
- Constant Field Values
-
WHERE
public static final int WHERE
- See Also:
- Constant Field Values
-
PATTERN
public static final int PATTERN
- See Also:
- Constant Field Values
-
RETURN
public static final int RETURN
- See Also:
- Constant Field Values
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
BOOL
public static final int BOOL
- See Also:
- Constant Field Values
-
FOR
public static final int FOR
- See Also:
- Constant Field Values
-
ELSE
public static final int ELSE
- See Also:
- Constant Field Values
-
SINGLE
public static final int SINGLE
- See Also:
- Constant Field Values
-
LIST
public static final int LIST
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
FULL
public static final int FULL
- See Also:
- Constant Field Values
-
JOIN
public static final int JOIN
- See Also:
- Constant Field Values
-
ROLE
public static final int ROLE
- See Also:
- Constant Field Values
-
ROLES
public static final int ROLES
- See Also:
- Constant Field Values
-
IS
public static final int IS
- See Also:
- Constant Field Values
-
GROUP
public static final int GROUP
- See Also:
- Constant Field Values
-
ORDER
public static final int ORDER
- See Also:
- Constant Field Values
-
BY
public static final int BY
- See Also:
- Constant Field Values
-
HAVING
public static final int HAVING
- See Also:
- Constant Field Values
-
ABOVE
public static final int ABOVE
- See Also:
- Constant Field Values
-
CONST
public static final int CONST
- See Also:
- Constant Field Values
-
OR
public static final int OR
- See Also:
- Constant Field Values
-
NOT
public static final int NOT
- See Also:
- Constant Field Values
-
TO
public static final int TO
- See Also:
- Constant Field Values
-
QUERY
public static final int QUERY
- See Also:
- Constant Field Values
-
AVG
public static final int AVG
- See Also:
- Constant Field Values
-
MIN
public static final int MIN
- See Also:
- Constant Field Values
-
MAX
public static final int MAX
- See Also:
- Constant Field Values
-
SUM
public static final int SUM
- See Also:
- Constant Field Values
-
COUNT
public static final int COUNT
- See Also:
- Constant Field Values
-
ABS
public static final int ABS
- See Also:
- Constant Field Values
-
ARIMA
public static final int ARIMA
- See Also:
- Constant Field Values
-
LENGTH
public static final int LENGTH
- See Also:
- Constant Field Values
-
MATCHES
public static final int MATCHES
- See Also:
- Constant Field Values
-
VAL2BIN
public static final int VAL2BIN
- See Also:
- Constant Field Values
-
EVAL
public static final int EVAL
- See Also:
- Constant Field Values
-
DOB2AGE
public static final int DOB2AGE
- See Also:
- Constant Field Values
-
CUBESCORE
public static final int CUBESCORE
- See Also:
- Constant Field Values
-
BINOM
public static final int BINOM
- See Also:
- Constant Field Values
-
NVL
public static final int NVL
- See Also:
- Constant Field Values
-
PERCENTAGE
public static final int PERCENTAGE
- See Also:
- Constant Field Values
-
EVALREC
public static final int EVALREC
- See Also:
- Constant Field Values
-
RELOP
public static final int RELOP
- See Also:
- Constant Field Values
-
Colon
public static final int Colon
- See Also:
- Constant Field Values
-
Comma
public static final int Comma
- See Also:
- Constant Field Values
-
Open
public static final int Open
- See Also:
- Constant Field Values
-
Close
public static final int Close
- See Also:
- Constant Field Values
-
Assign
public static final int Assign
- See Also:
- Constant Field Values
-
OpenIdx
public static final int OpenIdx
- See Also:
- Constant Field Values
-
CloseIdx
public static final int CloseIdx
- 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
-
Mul
public static final int Mul
- See Also:
- Constant Field Values
-
Div
public static final int Div
- See Also:
- Constant Field Values
-
Semicolon
public static final int Semicolon
- See Also:
- Constant Field Values
-
Equals
public static final int Equals
- See Also:
- Constant Field Values
-
Dot
public static final int Dot
- See Also:
- Constant Field Values
-
OpenBrace
public static final int OpenBrace
- See Also:
- Constant Field Values
-
CloseBrace
public static final int CloseBrace
- See Also:
- Constant Field Values
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
-
STRING
public static final int STRING
- See Also:
- Constant Field Values
-
REGEXP
public static final int REGEXP
- See Also:
- Constant Field Values
-
WS
public static final int WS
- See Also:
- Constant Field Values
-
NL
public static final int NL
- See Also:
- Constant Field Values
-
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
-
END_NATIVE
public static final int END_NATIVE
- See Also:
- Constant Field Values
-
QUERYTEXT
public static final int QUERYTEXT
- See Also:
- Constant Field Values
-
NATIVE_QUERY
public static final int NATIVE_QUERY
- See Also:
- Constant Field Values
-
channelNames
public static java.lang.String[] channelNames
-
modeNames
public static java.lang.String[] modeNames
-
ruleNames
public static final java.lang.String[] ruleNames
-
VOCABULARY
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
-
tokenNames
@Deprecated public static final java.lang.String[] tokenNames
Deprecated.UseVOCABULARYinstead.
-
_serializedATN
public static final java.lang.String _serializedATN
- See Also:
- Constant Field Values
-
_ATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
-
-
Method Detail
-
getTokenNames
@Deprecated public java.lang.String[] getTokenNames()
Deprecated.- Overrides:
getTokenNamesin classorg.antlr.v4.runtime.Lexer
-
getVocabulary
public org.antlr.v4.runtime.Vocabulary getVocabulary()
- Overrides:
getVocabularyin classorg.antlr.v4.runtime.Recognizer<java.lang.Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getGrammarFileName
public java.lang.String getGrammarFileName()
- Specified by:
getGrammarFileNamein classorg.antlr.v4.runtime.Recognizer<java.lang.Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getRuleNames
public java.lang.String[] getRuleNames()
- Specified by:
getRuleNamesin classorg.antlr.v4.runtime.Recognizer<java.lang.Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getSerializedATN
public java.lang.String getSerializedATN()
- Overrides:
getSerializedATNin classorg.antlr.v4.runtime.Recognizer<java.lang.Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getChannelNames
public java.lang.String[] getChannelNames()
- Overrides:
getChannelNamesin classorg.antlr.v4.runtime.Lexer
-
getModeNames
public java.lang.String[] 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<java.lang.Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
-