public class GetTextBaseListener extends java.lang.Object implements GetTextListener
GetTextListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
GetTextBaseListener() |
public void enterPo(@NotNull
GetTextParser.PoContext ctx)
GetTextParser.po().
The default implementation does nothing.
enterPo in interface GetTextListenerctx - the parse treepublic void exitPo(@NotNull
GetTextParser.PoContext ctx)
GetTextParser.po().
The default implementation does nothing.
exitPo in interface GetTextListenerctx - the parse treepublic void enterEntries(@NotNull
GetTextParser.EntriesContext ctx)
GetTextParser.entries().
The default implementation does nothing.
enterEntries in interface GetTextListenerctx - the parse treepublic void exitEntries(@NotNull
GetTextParser.EntriesContext ctx)
GetTextParser.entries().
The default implementation does nothing.
exitEntries in interface GetTextListenerctx - the parse treepublic void enterEntry(@NotNull
GetTextParser.EntryContext ctx)
GetTextParser.entry().
The default implementation does nothing.
enterEntry in interface GetTextListenerctx - the parse treepublic void exitEntry(@NotNull
GetTextParser.EntryContext ctx)
GetTextParser.entry().
The default implementation does nothing.
exitEntry in interface GetTextListenerctx - the parse treepublic void enterCommentsBlock(@NotNull
GetTextParser.CommentsBlockContext ctx)
GetTextParser.commentsBlock().
The default implementation does nothing.
enterCommentsBlock in interface GetTextListenerctx - the parse treepublic void exitCommentsBlock(@NotNull
GetTextParser.CommentsBlockContext ctx)
GetTextParser.commentsBlock().
The default implementation does nothing.
exitCommentsBlock in interface GetTextListenerctx - the parse treepublic void enterCommentExpression(@NotNull
GetTextParser.CommentExpressionContext ctx)
GetTextParser.commentExpression().
The default implementation does nothing.
enterCommentExpression in interface GetTextListenerctx - the parse treepublic void exitCommentExpression(@NotNull
GetTextParser.CommentExpressionContext ctx)
GetTextParser.commentExpression().
The default implementation does nothing.
exitCommentExpression in interface GetTextListenerctx - the parse treepublic void enterMessagesBlock(@NotNull
GetTextParser.MessagesBlockContext ctx)
GetTextParser.messagesBlock().
The default implementation does nothing.
enterMessagesBlock in interface GetTextListenerctx - the parse treepublic void exitMessagesBlock(@NotNull
GetTextParser.MessagesBlockContext ctx)
GetTextParser.messagesBlock().
The default implementation does nothing.
exitMessagesBlock in interface GetTextListenerctx - the parse treepublic void enterMessageExpression(@NotNull
GetTextParser.MessageExpressionContext ctx)
GetTextParser.messageExpression().
The default implementation does nothing.
enterMessageExpression in interface GetTextListenerctx - the parse treepublic void exitMessageExpression(@NotNull
GetTextParser.MessageExpressionContext ctx)
GetTextParser.messageExpression().
The default implementation does nothing.
exitMessageExpression in interface GetTextListenerctx - the parse treepublic void enterMessageNumStr(@NotNull
GetTextParser.MessageNumStrContext ctx)
GetTextParser.messageNumStr().
The default implementation does nothing.
enterMessageNumStr in interface GetTextListenerctx - the parse treepublic void exitMessageNumStr(@NotNull
GetTextParser.MessageNumStrContext ctx)
GetTextParser.messageNumStr().
The default implementation does nothing.
exitMessageNumStr in interface GetTextListenerctx - the parse treepublic void enterMessageStr(@NotNull
GetTextParser.MessageStrContext ctx)
GetTextParser.messageStr().
The default implementation does nothing.
enterMessageStr in interface GetTextListenerctx - the parse treepublic void exitMessageStr(@NotNull
GetTextParser.MessageStrContext ctx)
GetTextParser.messageStr().
The default implementation does nothing.
exitMessageStr in interface GetTextListenerctx - the parse treepublic void enterMessageIdPlural(@NotNull
GetTextParser.MessageIdPluralContext ctx)
GetTextParser.messageIdPlural().
The default implementation does nothing.
enterMessageIdPlural in interface GetTextListenerctx - the parse treepublic void exitMessageIdPlural(@NotNull
GetTextParser.MessageIdPluralContext ctx)
GetTextParser.messageIdPlural().
The default implementation does nothing.
exitMessageIdPlural in interface GetTextListenerctx - the parse treepublic void enterMessageId(@NotNull
GetTextParser.MessageIdContext ctx)
GetTextParser.messageId().
The default implementation does nothing.
enterMessageId in interface GetTextListenerctx - the parse treepublic void exitMessageId(@NotNull
GetTextParser.MessageIdContext ctx)
GetTextParser.messageId().
The default implementation does nothing.
exitMessageId in interface GetTextListenerctx - the parse treepublic void enterMessageContext(@NotNull
GetTextParser.MessageContextContext ctx)
GetTextParser.messageContext().
The default implementation does nothing.
enterMessageContext in interface GetTextListenerctx - the parse treepublic void exitMessageContext(@NotNull
GetTextParser.MessageContextContext ctx)
GetTextParser.messageContext().
The default implementation does nothing.
exitMessageContext in interface GetTextListenerctx - the parse treepublic void enterReference(@NotNull
GetTextParser.ReferenceContext ctx)
GetTextParser.reference().
The default implementation does nothing.
enterReference in interface GetTextListenerctx - the parse treepublic void exitReference(@NotNull
GetTextParser.ReferenceContext ctx)
GetTextParser.reference().
The default implementation does nothing.
exitReference in interface GetTextListenerctx - the parse treepublic void enterMergeComment(@NotNull
GetTextParser.MergeCommentContext ctx)
GetTextParser.mergeComment().
The default implementation does nothing.
enterMergeComment in interface GetTextListenerctx - the parse treepublic void exitMergeComment(@NotNull
GetTextParser.MergeCommentContext ctx)
GetTextParser.mergeComment().
The default implementation does nothing.
exitMergeComment in interface GetTextListenerctx - the parse treepublic void enterFlag(@NotNull
GetTextParser.FlagContext ctx)
GetTextParser.flag().
The default implementation does nothing.
enterFlag in interface GetTextListenerctx - the parse treepublic void exitFlag(@NotNull
GetTextParser.FlagContext ctx)
GetTextParser.flag().
The default implementation does nothing.
exitFlag in interface GetTextListenerctx - the parse treepublic void enterExtractedComment(@NotNull
GetTextParser.ExtractedCommentContext ctx)
GetTextParser.extractedComment().
The default implementation does nothing.
enterExtractedComment in interface GetTextListenerctx - the parse treepublic void exitExtractedComment(@NotNull
GetTextParser.ExtractedCommentContext ctx)
GetTextParser.extractedComment().
The default implementation does nothing.
exitExtractedComment in interface GetTextListenerctx - the parse treepublic void enterTranslatorComment(@NotNull
GetTextParser.TranslatorCommentContext ctx)
GetTextParser.translatorComment().
The default implementation does nothing.
enterTranslatorComment in interface GetTextListenerctx - the parse treepublic void exitTranslatorComment(@NotNull
GetTextParser.TranslatorCommentContext ctx)
GetTextParser.translatorComment().
The default implementation does nothing.
exitTranslatorComment in interface GetTextListenerctx - the parse treepublic void enterNumericIndexLiteral(@NotNull
GetTextParser.NumericIndexLiteralContext ctx)
GetTextParser.numericIndexLiteral().
The default implementation does nothing.
enterNumericIndexLiteral in interface GetTextListenerctx - the parse treepublic void exitNumericIndexLiteral(@NotNull
GetTextParser.NumericIndexLiteralContext ctx)
GetTextParser.numericIndexLiteral().
The default implementation does nothing.
exitNumericIndexLiteral in interface GetTextListenerctx - the parse treepublic void enterDigits(@NotNull
GetTextParser.DigitsContext ctx)
GetTextParser.digits().
The default implementation does nothing.
enterDigits in interface GetTextListenerctx - the parse treepublic void exitDigits(@NotNull
GetTextParser.DigitsContext ctx)
GetTextParser.digits().
The default implementation does nothing.
exitDigits in interface GetTextListenerctx - the parse treepublic void enterUnquotedTextLiteral(@NotNull
GetTextParser.UnquotedTextLiteralContext ctx)
GetTextParser.unquotedTextLiteral().
The default implementation does nothing.
enterUnquotedTextLiteral in interface GetTextListenerctx - the parse treepublic void exitUnquotedTextLiteral(@NotNull
GetTextParser.UnquotedTextLiteralContext ctx)
GetTextParser.unquotedTextLiteral().
The default implementation does nothing.
exitUnquotedTextLiteral in interface GetTextListenerctx - the parse treepublic void enterUnquotedTextChar(@NotNull
GetTextParser.UnquotedTextCharContext ctx)
GetTextParser.unquotedTextChar().
The default implementation does nothing.
enterUnquotedTextChar in interface GetTextListenerctx - the parse treepublic void exitUnquotedTextChar(@NotNull
GetTextParser.UnquotedTextCharContext ctx)
GetTextParser.unquotedTextChar().
The default implementation does nothing.
exitUnquotedTextChar in interface GetTextListenerctx - the parse treepublic void enterQuotedTextLiteral(@NotNull
GetTextParser.QuotedTextLiteralContext ctx)
GetTextParser.quotedTextLiteral().
The default implementation does nothing.
enterQuotedTextLiteral in interface GetTextListenerctx - the parse treepublic void exitQuotedTextLiteral(@NotNull
GetTextParser.QuotedTextLiteralContext ctx)
GetTextParser.quotedTextLiteral().
The default implementation does nothing.
exitQuotedTextLiteral in interface GetTextListenerctx - the parse treepublic void enterQuotedTextChar(@NotNull
GetTextParser.QuotedTextCharContext ctx)
GetTextParser.quotedTextChar().
The default implementation does nothing.
enterQuotedTextChar in interface GetTextListenerctx - the parse treepublic void exitQuotedTextChar(@NotNull
GetTextParser.QuotedTextCharContext ctx)
GetTextParser.quotedTextChar().
The default implementation does nothing.
exitQuotedTextChar in interface GetTextListenerctx - the parse treepublic void enterEmptyLine(@NotNull
GetTextParser.EmptyLineContext ctx)
GetTextParser.emptyLine().
The default implementation does nothing.
enterEmptyLine in interface GetTextListenerctx - the parse treepublic void exitEmptyLine(@NotNull
GetTextParser.EmptyLineContext ctx)
GetTextParser.emptyLine().
The default implementation does nothing.
exitEmptyLine in interface GetTextListenerctx - the parse treepublic void enterOtherChar(@NotNull
GetTextParser.OtherCharContext ctx)
GetTextParser.otherChar().
The default implementation does nothing.
enterOtherChar in interface GetTextListenerctx - the parse treepublic void exitOtherChar(@NotNull
GetTextParser.OtherCharContext ctx)
GetTextParser.otherChar().
The default implementation does nothing.
exitOtherChar in interface GetTextListenerctx - 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.ParseTreeListener