public class StixPatternLexer
extends org.antlr.v4.runtime.Lexer
| Modifier and Type | Field and Description |
|---|---|
static org.antlr.v4.runtime.atn.ATN |
_ATN |
protected static org.antlr.v4.runtime.dfa.DFA[] |
_decisionToDFA |
static String |
_serializedATN |
protected static org.antlr.v4.runtime.atn.PredictionContextCache |
_sharedContextCache |
static int |
AND |
static int |
ASTERISK |
static int |
BinaryLiteral |
static int |
BoolLiteral |
static String[] |
channelNames |
static int |
COLON |
static int |
COMMA |
static int |
COMMENT |
static int |
DIVIDE |
static int |
DOT |
static int |
EQ |
static int |
EXISTS |
static int |
FALSE |
static int |
FloatNegLiteral |
static int |
FloatPosLiteral |
static int |
FOLLOWEDBY |
static int |
GE |
static int |
GT |
static int |
HexLiteral |
static int |
HYPHEN |
static int |
IdentifierWithHyphen |
static int |
IdentifierWithoutHyphen |
static int |
IN |
static int |
IntNegLiteral |
static int |
IntPosLiteral |
static int |
InvalidCharacter |
static int |
ISSUBSET |
static int |
ISSUPERSET |
static int |
LAST |
static int |
LBRACK |
static int |
LE |
static int |
LIKE |
static int |
LINE_COMMENT |
static int |
LPAREN |
static int |
LT |
static int |
MATCHES |
static int |
MINUS |
static String[] |
modeNames |
static int |
NEQ |
static int |
NOT |
static int |
OR |
static int |
PLUS |
static int |
POWER_OP |
static int |
QUOTE |
static int |
RBRACK |
static int |
REPEATS |
static int |
RPAREN |
static String[] |
ruleNames |
static int |
SECONDS |
static int |
START |
static int |
STOP |
static int |
StringLiteral |
static int |
TIMES |
static int |
TimestampLiteral |
static String[] |
tokenNames
Deprecated.
Use
VOCABULARY instead. |
static int |
TRUE |
static org.antlr.v4.runtime.Vocabulary |
VOCABULARY |
static int |
WITHIN |
static int |
WS |
_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 and Description |
|---|
StixPatternLexer(org.antlr.v4.runtime.CharStream input) |
| Modifier and Type | Method and 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() |
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, skipaction, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, precpred, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setStateprotected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
public static final int IntNegLiteral
public static final int IntPosLiteral
public static final int FloatNegLiteral
public static final int FloatPosLiteral
public static final int HexLiteral
public static final int BinaryLiteral
public static final int StringLiteral
public static final int BoolLiteral
public static final int TimestampLiteral
public static final int AND
public static final int OR
public static final int NOT
public static final int FOLLOWEDBY
public static final int LIKE
public static final int MATCHES
public static final int ISSUPERSET
public static final int ISSUBSET
public static final int EXISTS
public static final int LAST
public static final int IN
public static final int START
public static final int STOP
public static final int SECONDS
public static final int TRUE
public static final int FALSE
public static final int WITHIN
public static final int REPEATS
public static final int TIMES
public static final int IdentifierWithoutHyphen
public static final int IdentifierWithHyphen
public static final int EQ
public static final int NEQ
public static final int LT
public static final int LE
public static final int GT
public static final int GE
public static final int QUOTE
public static final int COLON
public static final int DOT
public static final int COMMA
public static final int RPAREN
public static final int LPAREN
public static final int RBRACK
public static final int LBRACK
public static final int PLUS
public static final int HYPHEN
public static final int MINUS
public static final int POWER_OP
public static final int DIVIDE
public static final int ASTERISK
public static final int WS
public static final int COMMENT
public static final int LINE_COMMENT
public static final int InvalidCharacter
public static String[] channelNames
public static String[] modeNames
public static final String[] ruleNames
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
@Deprecated public static final String[] tokenNames
VOCABULARY instead.public static final String _serializedATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
@Deprecated public String[] getTokenNames()
getTokenNames in class org.antlr.v4.runtime.Lexerpublic org.antlr.v4.runtime.Vocabulary getVocabulary()
getVocabulary in class org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>public String getGrammarFileName()
getGrammarFileName in class org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>public String[] getRuleNames()
getRuleNames in class org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>public String getSerializedATN()
getSerializedATN in class org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>public String[] getChannelNames()
getChannelNames in class org.antlr.v4.runtime.Lexerpublic String[] getModeNames()
getModeNames in class org.antlr.v4.runtime.Lexerpublic org.antlr.v4.runtime.atn.ATN getATN()
getATN in class org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>Copyright © 2020. All rights reserved.