Package nzilbb.ag.ql
Class AGQLLexer
- java.lang.Object
-
- org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
- org.antlr.v4.runtime.Lexer
-
- nzilbb.ag.ql.AGQLLexer
-
- All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource
public class AGQLLexer extends org.antlr.v4.runtime.Lexer
-
-
Field Summary
Fields Modifier and Type Field Description static org.antlr.v4.runtime.atn.ATN_ATNstatic String_serializedATNstatic intALLstatic intANDstatic intANNOTATORstatic intANNOTATORSstatic intASCstatic String[]channelNamesstatic intCLOSE_PARENstatic intCLOSE_SQUARE_PARENstatic intCOALESCEstatic intCOALESCINGstatic intCOMMAstatic intCONFIDENCEstatic intDESCstatic intDOTstatic intDOUBLE_QUOTED_STRINGstatic intENDstatic intENDIDstatic intEQstatic intFIRSTstatic intGRAPHstatic intGTstatic intGTEstatic intIDstatic intIDENTIFIERstatic intINstatic intINCLUDESstatic intINCLUDESANYstatic intINTEGER_LITERALstatic intLABELstatic intLABELSstatic intLAYERstatic intLAYERIDstatic intLENGTHstatic intLTstatic intLTEstatic intMATCHESstatic String[]modeNamesstatic intNEstatic intNEXTstatic intNOTstatic intNUMBER_LITERALstatic intOFFSETstatic intOPEN_PARENstatic intOPEN_SQUARE_PARENstatic intORstatic intORDINALstatic intPARENTstatic intPARENTIDstatic intPREVIOUSstatic String[]ruleNamesstatic intSINGLE_QUOTED_STRINGstatic intSLASHstatic intSLASH_QUOTED_STRINGstatic intSTARTstatic intSTARTIDstatic intTESTstatic String[]tokenNamesDeprecated.UseVOCABULARYinstead.static org.antlr.v4.runtime.VocabularyVOCABULARYstatic intWHENstatic intWS
-
Constructor Summary
Constructors Constructor Description AGQLLexer(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
-
GRAPH
public static final int GRAPH
- See Also:
- Constant Field Values
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
ORDINAL
public static final int ORDINAL
- See Also:
- Constant Field Values
-
LABEL
public static final int LABEL
- See Also:
- Constant Field Values
-
ANNOTATOR
public static final int ANNOTATOR
- See Also:
- Constant Field Values
-
WHEN
public static final int WHEN
- See Also:
- Constant Field Values
-
LENGTH
public static final int LENGTH
- See Also:
- Constant Field Values
-
LAYER
public static final int LAYER
- See Also:
- Constant Field Values
-
LAYERID
public static final int LAYERID
- See Also:
- Constant Field Values
-
PARENT
public static final int PARENT
- See Also:
- Constant Field Values
-
PARENTID
public static final int PARENTID
- See Also:
- Constant Field Values
-
NEXT
public static final int NEXT
- See Also:
- Constant Field Values
-
PREVIOUS
public static final int PREVIOUS
- See Also:
- Constant Field Values
-
CONFIDENCE
public static final int CONFIDENCE
- See Also:
- Constant Field Values
-
START
public static final int START
- See Also:
- Constant Field Values
-
END
public static final int END
- See Also:
- Constant Field Values
-
STARTID
public static final int STARTID
- See Also:
- Constant Field Values
-
ENDID
public static final int ENDID
- See Also:
- Constant Field Values
-
OFFSET
public static final int OFFSET
- See Also:
- Constant Field Values
-
FIRST
public static final int FIRST
- See Also:
- Constant Field Values
-
ALL
public static final int ALL
- See Also:
- Constant Field Values
-
LABELS
public static final int LABELS
- See Also:
- Constant Field Values
-
ANNOTATORS
public static final int ANNOTATORS
- See Also:
- Constant Field Values
-
INCLUDES
public static final int INCLUDES
- See Also:
- Constant Field Values
-
INCLUDESANY
public static final int INCLUDESANY
- See Also:
- Constant Field Values
-
TEST
public static final int TEST
- See Also:
- Constant Field Values
-
ASC
public static final int ASC
- See Also:
- Constant Field Values
-
DESC
public static final int DESC
- See Also:
- Constant Field Values
-
DOT
public static final int DOT
- See Also:
- Constant Field Values
-
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final int IDENTIFIER
- 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
-
EQ
public static final int EQ
- See Also:
- Constant Field Values
-
NE
public static final int NE
- See Also:
- Constant Field Values
-
MATCHES
public static final int MATCHES
- See Also:
- Constant Field Values
-
LT
public static final int LT
- See Also:
- Constant Field Values
-
GT
public static final int GT
- See Also:
- Constant Field Values
-
LTE
public static final int LTE
- See Also:
- Constant Field Values
-
GTE
public static final int GTE
- See Also:
- Constant Field Values
-
IN
public static final int IN
- See Also:
- Constant Field Values
-
OPEN_PAREN
public static final int OPEN_PAREN
- See Also:
- Constant Field Values
-
CLOSE_PAREN
public static final int CLOSE_PAREN
- See Also:
- Constant Field Values
-
OPEN_SQUARE_PAREN
public static final int OPEN_SQUARE_PAREN
- See Also:
- Constant Field Values
-
CLOSE_SQUARE_PAREN
public static final int CLOSE_SQUARE_PAREN
- See Also:
- Constant Field Values
-
DOUBLE_QUOTED_STRING
public static final int DOUBLE_QUOTED_STRING
- See Also:
- Constant Field Values
-
SINGLE_QUOTED_STRING
public static final int SINGLE_QUOTED_STRING
- See Also:
- Constant Field Values
-
SLASH_QUOTED_STRING
public static final int SLASH_QUOTED_STRING
- See Also:
- Constant Field Values
-
INTEGER_LITERAL
public static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
-
NUMBER_LITERAL
public static final int NUMBER_LITERAL
- See Also:
- Constant Field Values
-
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
-
NOT
public static final int NOT
- See Also:
- Constant Field Values
-
COALESCE
public static final int COALESCE
- See Also:
- Constant Field Values
-
COALESCING
public static final int COALESCING
- 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>
-
-