public class graphemesParser extends org.antlr.v4.runtime.Parser
| Modifier and Type | Class and Description |
|---|---|
static class |
graphemesParser.Emoji_sequenceContext |
static class |
graphemesParser.Grapheme_clusterContext |
static class |
graphemesParser.GraphemesContext |
org.antlr.v4.runtime.Parser.TraceListener, org.antlr.v4.runtime.Parser.TrimToSizeListener| Modifier and Type | Field and Description |
|---|---|
static org.antlr.v4.runtime.atn.ATN |
_ATN |
static String |
_serializedATN |
static int |
CRLF |
static int |
EmojiCoreSequence |
static int |
EmojiZWJSequence |
static int |
Extend |
static int |
HangulSyllable |
static int |
NonControl |
static int |
Prepend |
static int |
RULE_emoji_sequence |
static int |
RULE_grapheme_cluster |
static int |
RULE_graphemes |
static String[] |
ruleNames |
static int |
SpacingMark |
static String[] |
tokenNames
Deprecated.
Use
VOCABULARY instead. |
static org.antlr.v4.runtime.Vocabulary |
VOCABULARY |
static int |
ZWJ |
_buildParseTrees, _ctx, _errHandler, _input, _parseListeners, _precedenceStack, _syntaxErrors, matchedEOF_interp, EOF| Constructor and Description |
|---|
graphemesParser(org.antlr.v4.runtime.TokenStream input) |
| Modifier and Type | Method and Description |
|---|---|
protected org.antlr.v4.runtime.FailedPredicateException |
createFailedPredicateException(String predicate,
String message) |
graphemesParser.Emoji_sequenceContext |
emoji_sequence() |
String |
getGrammarFileName() |
String[] |
getRuleNames() |
String |
getSerializedATN() |
String[] |
getTokenNames()
Deprecated.
|
org.antlr.v4.runtime.Vocabulary |
getVocabulary() |
graphemesParser.Grapheme_clusterContext |
grapheme_cluster() |
graphemesParser.GraphemesContext |
graphemes() |
addContextToParseTree, addParseListener, compileParseTreePattern, compileParseTreePattern, consume, createErrorNode, createTerminalNode, dumpDFA, enterLeftFactoredRule, enterOuterAlt, enterRecursionRule, enterRecursionRule, enterRule, exitRule, getATNWithBypassAlts, getBuildParseTree, getContext, getCurrentToken, getDFAStrings, getErrorHandler, getErrorListenerDispatch, getExpectedTokens, getExpectedTokensWithinCurrentRule, getInputStream, getInvokingContext, getNumberOfSyntaxErrors, getParseInfo, getParseListeners, getPrecedence, getRuleContext, getRuleIndex, getRuleInvocationStack, getRuleInvocationStack, getSourceName, getTokenFactory, getTrimParseTree, inContext, isExpectedToken, isMatchedEOF, isTrace, match, matchWildcard, notifyErrorListeners, notifyErrorListeners, precpred, pushNewRecursionContext, removeParseListener, removeParseListeners, reset, setBuildParseTree, setContext, setErrorHandler, setInputStream, setProfile, setTrace, setTrimParseTree, triggerEnterRuleEvent, triggerExitRuleEvent, unrollRecursionContextsaction, addErrorListener, getATN, getErrorHeader, getErrorListeners, getInterpreter, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, 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 final int RULE_emoji_sequence
public static final int RULE_grapheme_cluster
public static final int RULE_graphemes
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 graphemesParser(org.antlr.v4.runtime.TokenStream input)
@Deprecated public String[] getTokenNames()
@NotNull public org.antlr.v4.runtime.Vocabulary getVocabulary()
public String getGrammarFileName()
public String[] getRuleNames()
public String getSerializedATN()
@NotNull protected org.antlr.v4.runtime.FailedPredicateException createFailedPredicateException(@Nullable String predicate, @Nullable String message)
public final graphemesParser.Emoji_sequenceContext emoji_sequence() throws org.antlr.v4.runtime.RecognitionException
public final graphemesParser.Grapheme_clusterContext grapheme_cluster() throws org.antlr.v4.runtime.RecognitionException
public final graphemesParser.GraphemesContext graphemes() throws org.antlr.v4.runtime.RecognitionException
Copyright © 1992–2024 Daniel Sun. All rights reserved.