public class graphemesBaseListener extends Object implements graphemesListener
graphemesListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
graphemesBaseListener() |
public void enterEmoji_sequence(@NotNull graphemesParser.Emoji_sequenceContext ctx)
graphemesParser.emoji_sequence().
The default implementation does nothing.
enterEmoji_sequence in interface graphemesListenerctx - the parse treepublic void exitEmoji_sequence(@NotNull graphemesParser.Emoji_sequenceContext ctx)
graphemesParser.emoji_sequence().
The default implementation does nothing.
exitEmoji_sequence in interface graphemesListenerctx - the parse treepublic void enterGrapheme_cluster(@NotNull graphemesParser.Grapheme_clusterContext ctx)
graphemesParser.grapheme_cluster().
The default implementation does nothing.
enterGrapheme_cluster in interface graphemesListenerctx - the parse treepublic void exitGrapheme_cluster(@NotNull graphemesParser.Grapheme_clusterContext ctx)
graphemesParser.grapheme_cluster().
The default implementation does nothing.
exitGrapheme_cluster in interface graphemesListenerctx - the parse treepublic void enterGraphemes(@NotNull graphemesParser.GraphemesContext ctx)
graphemesParser.graphemes().
The default implementation does nothing.
enterGraphemes in interface graphemesListenerctx - the parse treepublic void exitGraphemes(@NotNull graphemesParser.GraphemesContext ctx)
graphemesParser.graphemes().
The default implementation does nothing.
exitGraphemes in interface graphemesListenerctx - the parse treepublic void enterEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(@NotNull org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(@NotNull org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 1992–2024 Daniel Sun. All rights reserved.