Package org.ehrbase.aql.parser
Class AqlLexer
- java.lang.Object
-
- org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
- org.antlr.v4.runtime.Lexer
-
- org.ehrbase.aql.parser.AqlLexer
-
- All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource
public class AqlLexer 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 intAGENTstatic intALLstatic intALL_VERSIONSstatic intANDstatic intANYstatic intARCHETYPEIDstatic intARITHMETIC_BINOPstatic intASstatic intASCstatic intASCENDINGstatic intAVGstatic intBACKWARDstatic intBETWEENstatic intBOOL_ANDstatic intBOOL_ORstatic intBOOLEANstatic intBTRIMstatic String[]channelNamesstatic intCLOSE_BRACKETstatic intCLOSE_CURLYstatic intCLOSE_PARstatic intCOMMAstatic intCOMPARABLEOPERATORstatic intCONCATstatic intCONCAT_WSstatic intCONTAINSstatic intCORRstatic intCOUNTstatic intCOVAR_POPstatic intCOVAR_SAMPstatic intDATEstatic intDECODEstatic intDEMOGRAPHICstatic intDESCstatic intDESCENDINGstatic intDISTINCTstatic intEHRstatic intENCODEstatic intEVERYstatic intEXISTSstatic intEXP_STRINGstatic intEXTENSION_IDENTIFIERstatic intFALSEstatic intFLOATstatic intFORMATstatic intFORWARDstatic intFROMstatic intFUNCTION_IDENTIFIERstatic intGROUPstatic intIDENTIFIERstatic intILIKEstatic intINstatic intINITCAPstatic intINTEGERstatic intISstatic intJOINONstatic intLATEST_VERSIONstatic intLEFTstatic intLENGTHstatic intLIKEstatic intLIMITstatic intLPADstatic intLTRIMstatic intMATCHESstatic intMAXstatic intMINstatic String[]modeNamesstatic intNODEIDstatic intNOTstatic intNULLstatic intOFFSETstatic intOPEN_BRACKETstatic intOPEN_CURLYstatic intOPEN_PARstatic intORstatic intORDERBYstatic intORGANISATIONstatic intPARAMETERstatic intPERSONstatic intRAW_COMPOSITION_ENCODEstatic intREGEXP_MATCHstatic intREGEXP_REPLACEstatic intREGEXP_SPLIT_TO_ARRAYstatic intREGEXP_SPLIT_TO_TABLEstatic intREGEXPATTERNstatic intREGR_AVGXstatic intREGR_AVGYstatic intREGR_COUNTstatic intREGR_INTERCEPTstatic intREGR_R2static intREGR_SLOPEstatic intREGR_SXXstatic intREGR_SXYstatic intREGR_SYYstatic intREPEATstatic intREPLACEstatic intREVERSEstatic intRIGHTstatic intRPADstatic intRTRIMstatic String[]ruleNamesstatic intSELECTstatic intSEMICOLONstatic intSIMILARTOstatic intSLASHstatic intSOMEstatic intSPLIT_PARTstatic intSTDDEVstatic intSTDDEV_POPstatic intSTDDEV_SAMPstatic intSTRINGstatic intSTRPOSstatic intSUBSTRstatic intSUMstatic intTERMINOLOGYstatic String[]tokenNamesDeprecated.UseVOCABULARYinstead.static intTOPstatic intTRANSLATEstatic intTRUEstatic intUNIQUEIDstatic intUNKNOWNstatic intURIVALUEstatic intVAR_POPstatic intVAR_SAMPstatic intVARIANCEstatic intVERSIONstatic intVERSIONED_OBJECTstatic org.antlr.v4.runtime.VocabularyVOCABULARYstatic intWHEREstatic intWSstatic intXOR-
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 AqlLexer(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()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, 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
-
EHR
public static final int EHR
- 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
-
XOR
public static final int XOR
- See Also:
- Constant Field Values
-
NOT
public static final int NOT
- See Also:
- Constant Field Values
-
IN
public static final int IN
- See Also:
- Constant Field Values
-
MATCHES
public static final int MATCHES
- See Also:
- Constant Field Values
-
TERMINOLOGY
public static final int TERMINOLOGY
- See Also:
- Constant Field Values
-
LIKE
public static final int LIKE
- See Also:
- Constant Field Values
-
ILIKE
public static final int ILIKE
- See Also:
- Constant Field Values
-
SIMILARTO
public static final int SIMILARTO
- See Also:
- Constant Field Values
-
SELECT
public static final int SELECT
- See Also:
- Constant Field Values
-
TOP
public static final int TOP
- See Also:
- Constant Field Values
-
FORWARD
public static final int FORWARD
- See Also:
- Constant Field Values
-
BACKWARD
public static final int BACKWARD
- See Also:
- Constant Field Values
-
AS
public static final int AS
- See Also:
- Constant Field Values
-
CONTAINS
public static final int CONTAINS
- See Also:
- Constant Field Values
-
WHERE
public static final int WHERE
- See Also:
- Constant Field Values
-
ORDERBY
public static final int ORDERBY
- See Also:
- Constant Field Values
-
OFFSET
public static final int OFFSET
- See Also:
- Constant Field Values
-
LIMIT
public static final int LIMIT
- See Also:
- Constant Field Values
-
FROM
public static final int FROM
- See Also:
- Constant Field Values
-
DESCENDING
public static final int DESCENDING
- See Also:
- Constant Field Values
-
ASCENDING
public static final int ASCENDING
- See Also:
- Constant Field Values
-
DESC
public static final int DESC
- See Also:
- Constant Field Values
-
ASC
public static final int ASC
- See Also:
- Constant Field Values
-
EXISTS
public static final int EXISTS
- See Also:
- Constant Field Values
-
VERSION
public static final int VERSION
- See Also:
- Constant Field Values
-
VERSIONED_OBJECT
public static final int VERSIONED_OBJECT
- See Also:
- Constant Field Values
-
ALL_VERSIONS
public static final int ALL_VERSIONS
- See Also:
- Constant Field Values
-
LATEST_VERSION
public static final int LATEST_VERSION
- See Also:
- Constant Field Values
-
DISTINCT
public static final int DISTINCT
- See Also:
- Constant Field Values
-
JOINON
public static final int JOINON
- See Also:
- Constant Field Values
-
ANY
public static final int ANY
- See Also:
- Constant Field Values
-
ALL
public static final int ALL
- See Also:
- Constant Field Values
-
SOME
public static final int SOME
- See Also:
- Constant Field Values
-
BETWEEN
public static final int BETWEEN
- See Also:
- Constant Field Values
-
IS
public static final int IS
- See Also:
- Constant Field Values
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
UNKNOWN
public static final int UNKNOWN
- 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
-
PERSON
public static final int PERSON
- See Also:
- Constant Field Values
-
AGENT
public static final int AGENT
- See Also:
- Constant Field Values
-
ORGANISATION
public static final int ORGANISATION
- See Also:
- Constant Field Values
-
GROUP
public static final int GROUP
- See Also:
- Constant Field Values
-
FUNCTION_IDENTIFIER
public static final int FUNCTION_IDENTIFIER
- See Also:
- Constant Field Values
-
EXTENSION_IDENTIFIER
public static final int EXTENSION_IDENTIFIER
- See Also:
- Constant Field Values
-
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
-
NODEID
public static final int NODEID
- See Also:
- Constant Field Values
-
ARCHETYPEID
public static final int ARCHETYPEID
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
-
DEMOGRAPHIC
public static final int DEMOGRAPHIC
- See Also:
- Constant Field Values
-
INTEGER
public static final int INTEGER
- See Also:
- Constant Field Values
-
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
-
DATE
public static final int DATE
- See Also:
- Constant Field Values
-
PARAMETER
public static final int PARAMETER
- See Also:
- Constant Field Values
-
UNIQUEID
public static final int UNIQUEID
- See Also:
- Constant Field Values
-
COMPARABLEOPERATOR
public static final int COMPARABLEOPERATOR
- See Also:
- Constant Field Values
-
URIVALUE
public static final int URIVALUE
- See Also:
- Constant Field Values
-
REGEXPATTERN
public static final int REGEXPATTERN
- See Also:
- Constant Field Values
-
STRING
public static final int STRING
- See Also:
- Constant Field Values
-
EXP_STRING
public static final int EXP_STRING
- See Also:
- Constant Field Values
-
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
-
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
-
SEMICOLON
public static final int SEMICOLON
- See Also:
- Constant Field Values
-
OPEN_BRACKET
public static final int OPEN_BRACKET
- See Also:
- Constant Field Values
-
CLOSE_BRACKET
public static final int CLOSE_BRACKET
- 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
-
OPEN_CURLY
public static final int OPEN_CURLY
- See Also:
- Constant Field Values
-
CLOSE_CURLY
public static final int CLOSE_CURLY
- See Also:
- Constant Field Values
-
ARITHMETIC_BINOP
public static final int ARITHMETIC_BINOP
- See Also:
- Constant Field Values
-
COUNT
public static final int COUNT
- See Also:
- Constant Field Values
-
AVG
public static final int AVG
- See Also:
- Constant Field Values
-
BOOL_AND
public static final int BOOL_AND
- See Also:
- Constant Field Values
-
BOOL_OR
public static final int BOOL_OR
- See Also:
- Constant Field Values
-
EVERY
public static final int EVERY
- See Also:
- Constant Field Values
-
MAX
public static final int MAX
- See Also:
- Constant Field Values
-
MIN
public static final int MIN
- See Also:
- Constant Field Values
-
SUM
public static final int SUM
- See Also:
- Constant Field Values
-
SUBSTR
public static final int SUBSTR
- See Also:
- Constant Field Values
-
STRPOS
public static final int STRPOS
- See Also:
- Constant Field Values
-
SPLIT_PART
public static final int SPLIT_PART
- See Also:
- Constant Field Values
-
BTRIM
public static final int BTRIM
- See Also:
- Constant Field Values
-
CONCAT
public static final int CONCAT
- See Also:
- Constant Field Values
-
CONCAT_WS
public static final int CONCAT_WS
- See Also:
- Constant Field Values
-
DECODE
public static final int DECODE
- See Also:
- Constant Field Values
-
ENCODE
public static final int ENCODE
- See Also:
- Constant Field Values
-
FORMAT
public static final int FORMAT
- See Also:
- Constant Field Values
-
INITCAP
public static final int INITCAP
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
LENGTH
public static final int LENGTH
- See Also:
- Constant Field Values
-
LPAD
public static final int LPAD
- See Also:
- Constant Field Values
-
LTRIM
public static final int LTRIM
- See Also:
- Constant Field Values
-
REGEXP_MATCH
public static final int REGEXP_MATCH
- See Also:
- Constant Field Values
-
REGEXP_REPLACE
public static final int REGEXP_REPLACE
- See Also:
- Constant Field Values
-
REGEXP_SPLIT_TO_ARRAY
public static final int REGEXP_SPLIT_TO_ARRAY
- See Also:
- Constant Field Values
-
REGEXP_SPLIT_TO_TABLE
public static final int REGEXP_SPLIT_TO_TABLE
- See Also:
- Constant Field Values
-
REPEAT
public static final int REPEAT
- See Also:
- Constant Field Values
-
REPLACE
public static final int REPLACE
- See Also:
- Constant Field Values
-
REVERSE
public static final int REVERSE
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
RPAD
public static final int RPAD
- See Also:
- Constant Field Values
-
RTRIM
public static final int RTRIM
- See Also:
- Constant Field Values
-
TRANSLATE
public static final int TRANSLATE
- See Also:
- Constant Field Values
-
CORR
public static final int CORR
- See Also:
- Constant Field Values
-
COVAR_POP
public static final int COVAR_POP
- See Also:
- Constant Field Values
-
COVAR_SAMP
public static final int COVAR_SAMP
- See Also:
- Constant Field Values
-
REGR_AVGX
public static final int REGR_AVGX
- See Also:
- Constant Field Values
-
REGR_AVGY
public static final int REGR_AVGY
- See Also:
- Constant Field Values
-
REGR_COUNT
public static final int REGR_COUNT
- See Also:
- Constant Field Values
-
REGR_INTERCEPT
public static final int REGR_INTERCEPT
- See Also:
- Constant Field Values
-
REGR_R2
public static final int REGR_R2
- See Also:
- Constant Field Values
-
REGR_SLOPE
public static final int REGR_SLOPE
- See Also:
- Constant Field Values
-
REGR_SXX
public static final int REGR_SXX
- See Also:
- Constant Field Values
-
REGR_SXY
public static final int REGR_SXY
- See Also:
- Constant Field Values
-
REGR_SYY
public static final int REGR_SYY
- See Also:
- Constant Field Values
-
STDDEV
public static final int STDDEV
- See Also:
- Constant Field Values
-
STDDEV_POP
public static final int STDDEV_POP
- See Also:
- Constant Field Values
-
STDDEV_SAMP
public static final int STDDEV_SAMP
- See Also:
- Constant Field Values
-
VARIANCE
public static final int VARIANCE
- See Also:
- Constant Field Values
-
VAR_POP
public static final int VAR_POP
- See Also:
- Constant Field Values
-
VAR_SAMP
public static final int VAR_SAMP
- See Also:
- Constant Field Values
-
RAW_COMPOSITION_ENCODE
public static final int RAW_COMPOSITION_ENCODE
- See Also:
- Constant Field Values
-
WS
public static final int WS
- 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.UseVOCABULARYinstead.
-
_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:
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
public String getGrammarFileName()
- Specified by:
getGrammarFileNamein classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getRuleNames
public String[] getRuleNames()
- Specified by:
getRuleNamesin classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getSerializedATN
public String getSerializedATN()
- Overrides:
getSerializedATNin classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getChannelNames
public String[] getChannelNames()
- Overrides:
getChannelNamesin classorg.antlr.v4.runtime.Lexer
-
getModeNames
public 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<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
-