public interface graphemesListener extends org.antlr.v4.runtime.tree.ParseTreeListener
graphemesParser.| Modifier and Type | Method and Description |
|---|---|
void |
enterEmoji_sequence(graphemesParser.Emoji_sequenceContext ctx)
Enter a parse tree produced by
graphemesParser.emoji_sequence(). |
void |
enterGrapheme_cluster(graphemesParser.Grapheme_clusterContext ctx)
Enter a parse tree produced by
graphemesParser.grapheme_cluster(). |
void |
enterGraphemes(graphemesParser.GraphemesContext ctx)
Enter a parse tree produced by
graphemesParser.graphemes(). |
void |
exitEmoji_sequence(graphemesParser.Emoji_sequenceContext ctx)
Exit a parse tree produced by
graphemesParser.emoji_sequence(). |
void |
exitGrapheme_cluster(graphemesParser.Grapheme_clusterContext ctx)
Exit a parse tree produced by
graphemesParser.grapheme_cluster(). |
void |
exitGraphemes(graphemesParser.GraphemesContext ctx)
Exit a parse tree produced by
graphemesParser.graphemes(). |
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminalvoid enterEmoji_sequence(@NotNull graphemesParser.Emoji_sequenceContext ctx)
graphemesParser.emoji_sequence().ctx - the parse treevoid exitEmoji_sequence(@NotNull graphemesParser.Emoji_sequenceContext ctx)
graphemesParser.emoji_sequence().ctx - the parse treevoid enterGrapheme_cluster(@NotNull graphemesParser.Grapheme_clusterContext ctx)
graphemesParser.grapheme_cluster().ctx - the parse treevoid exitGrapheme_cluster(@NotNull graphemesParser.Grapheme_clusterContext ctx)
graphemesParser.grapheme_cluster().ctx - the parse treevoid enterGraphemes(@NotNull graphemesParser.GraphemesContext ctx)
graphemesParser.graphemes().ctx - the parse treevoid exitGraphemes(@NotNull graphemesParser.GraphemesContext ctx)
graphemesParser.graphemes().ctx - the parse treeCopyright © 1992–2024 Daniel Sun. All rights reserved.