public class graphemesLexer extends org.antlr.v4.runtime.Lexer
| Modifier and Type | Field and Description |
|---|---|
static org.antlr.v4.runtime.atn.ATN |
_ATN |
static String |
_serializedATN |
static String[] |
channelNames |
static int |
CRLF |
static int |
EmojiCoreSequence |
static int |
EmojiZWJSequence |
static int |
Extend |
static int |
HangulSyllable |
static String[] |
modeNames |
static int |
NonControl |
static int |
Prepend |
static String[] |
ruleNames |
static int |
SpacingMark |
static String[] |
tokenNames
Deprecated.
Use
VOCABULARY instead. |
static org.antlr.v4.runtime.Vocabulary |
VOCABULARY |
static int |
ZWJ |
_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_interp, EOF| Constructor and Description |
|---|
graphemesLexer(org.antlr.v4.runtime.CharStream input) |
| Modifier and Type | Method and Description |
|---|---|
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, skip, validateInputStreamaction, addErrorListener, getATN, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, precpred, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setStatepublic static final int Extend
public static final int ZWJ
public static final int SpacingMark
public static final int EmojiCoreSequence
public static final int EmojiZWJSequence
public static final int Prepend
public static final int NonControl
public static final int CRLF
public static final int HangulSyllable
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
public graphemesLexer(org.antlr.v4.runtime.CharStream input)
@Deprecated public String[] getTokenNames()
getTokenNames in class org.antlr.v4.runtime.Lexer@NotNull public 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>@NotNull public String[] getChannelNames()
getChannelNames in class org.antlr.v4.runtime.Lexer@NotNull public String[] getModeNames()
getModeNames in class org.antlr.v4.runtime.LexerCopyright © 1992–2024 Daniel Sun. All rights reserved.