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
_ATN
static String
_serializedATN
static int
ALL
static int
AND
static int
ANNOTATOR
static int
ANNOTATORS
static int
ASC
static String[]
channelNames
static int
CLOSE_PAREN
static int
CLOSE_SQUARE_PAREN
static int
COALESCE
static int
COALESCING
static int
COMMA
static int
CONFIDENCE
static int
DESC
static int
DOT
static int
DOUBLE_QUOTED_STRING
static int
END
static int
ENDID
static int
EQ
static int
FIRST
static int
GRAPH
static int
GT
static int
GTE
static int
ID
static int
IDENTIFIER
static int
IN
static int
INCLUDES
static int
INCLUDESANY
static int
INTEGER_LITERAL
static int
LABEL
static int
LABELS
static int
LAYER
static int
LAYERID
static int
LENGTH
static int
LT
static int
LTE
static int
MATCHES
static String[]
modeNames
static int
NE
static int
NEXT
static int
NOT
static int
NUMBER_LITERAL
static int
OFFSET
static int
OPEN_PAREN
static int
OPEN_SQUARE_PAREN
static int
OR
static int
ORDINAL
static int
PARENT
static int
PARENTID
static int
PREVIOUS
static String[]
ruleNames
static int
SINGLE_QUOTED_STRING
static int
SLASH
static int
SLASH_QUOTED_STRING
static int
START
static int
STARTID
static int
TEST
static String[]
tokenNames
Deprecated.UseVOCABULARY
instead.static org.antlr.v4.runtime.Vocabulary
VOCABULARY
static int
WHEN
static int
WS
-
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.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
-
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.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>
-
-