public class TomlBaseListener extends Object implements TomlListener
TomlListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
TomlBaseListener() |
public void enterToml(TomlParser.TomlContext ctx)
TomlParser.toml().
The default implementation does nothing.
enterToml in interface TomlListenerctx - the parse treepublic void exitToml(TomlParser.TomlContext ctx)
TomlParser.toml().
The default implementation does nothing.
exitToml in interface TomlListenerctx - the parse treepublic void enterAlpha(TomlParser.AlphaContext ctx)
TomlParser.alpha().
The default implementation does nothing.
enterAlpha in interface TomlListenerctx - the parse treepublic void exitAlpha(TomlParser.AlphaContext ctx)
TomlParser.alpha().
The default implementation does nothing.
exitAlpha in interface TomlListenerctx - the parse treepublic void enterExpression(TomlParser.ExpressionContext ctx)
TomlParser.expression().
The default implementation does nothing.
enterExpression in interface TomlListenerctx - the parse treepublic void exitExpression(TomlParser.ExpressionContext ctx)
TomlParser.expression().
The default implementation does nothing.
exitExpression in interface TomlListenerctx - the parse treepublic void enterWs(TomlParser.WsContext ctx)
TomlParser.ws().
The default implementation does nothing.
enterWs in interface TomlListenerctx - the parse treepublic void exitWs(TomlParser.WsContext ctx)
TomlParser.ws().
The default implementation does nothing.
exitWs in interface TomlListenerctx - the parse treepublic void enterWschar(TomlParser.WscharContext ctx)
TomlParser.wschar().
The default implementation does nothing.
enterWschar in interface TomlListenerctx - the parse treepublic void exitWschar(TomlParser.WscharContext ctx)
TomlParser.wschar().
The default implementation does nothing.
exitWschar in interface TomlListenerctx - the parse treepublic void enterNewline(TomlParser.NewlineContext ctx)
TomlParser.newline().
The default implementation does nothing.
enterNewline in interface TomlListenerctx - the parse treepublic void exitNewline(TomlParser.NewlineContext ctx)
TomlParser.newline().
The default implementation does nothing.
exitNewline in interface TomlListenerctx - the parse treepublic void enterKeyVal(TomlParser.KeyValContext ctx)
TomlParser.keyVal().
The default implementation does nothing.
enterKeyVal in interface TomlListenerctx - the parse treepublic void exitKeyVal(TomlParser.KeyValContext ctx)
TomlParser.keyVal().
The default implementation does nothing.
exitKeyVal in interface TomlListenerctx - the parse treepublic void enterKey(TomlParser.KeyContext ctx)
TomlParser.key().
The default implementation does nothing.
enterKey in interface TomlListenerctx - the parse treepublic void exitKey(TomlParser.KeyContext ctx)
TomlParser.key().
The default implementation does nothing.
exitKey in interface TomlListenerctx - the parse treepublic void enterSimpleKey(TomlParser.SimpleKeyContext ctx)
TomlParser.simpleKey().
The default implementation does nothing.
enterSimpleKey in interface TomlListenerctx - the parse treepublic void exitSimpleKey(TomlParser.SimpleKeyContext ctx)
TomlParser.simpleKey().
The default implementation does nothing.
exitSimpleKey in interface TomlListenerctx - the parse treepublic void enterUnquotedKey(TomlParser.UnquotedKeyContext ctx)
TomlParser.unquotedKey().
The default implementation does nothing.
enterUnquotedKey in interface TomlListenerctx - the parse treepublic void exitUnquotedKey(TomlParser.UnquotedKeyContext ctx)
TomlParser.unquotedKey().
The default implementation does nothing.
exitUnquotedKey in interface TomlListenerctx - the parse treepublic void enterQuotedKey(TomlParser.QuotedKeyContext ctx)
TomlParser.quotedKey().
The default implementation does nothing.
enterQuotedKey in interface TomlListenerctx - the parse treepublic void exitQuotedKey(TomlParser.QuotedKeyContext ctx)
TomlParser.quotedKey().
The default implementation does nothing.
exitQuotedKey in interface TomlListenerctx - the parse treepublic void enterDottedKey(TomlParser.DottedKeyContext ctx)
TomlParser.dottedKey().
The default implementation does nothing.
enterDottedKey in interface TomlListenerctx - the parse treepublic void exitDottedKey(TomlParser.DottedKeyContext ctx)
TomlParser.dottedKey().
The default implementation does nothing.
exitDottedKey in interface TomlListenerctx - the parse treepublic void enterKeyValSep(TomlParser.KeyValSepContext ctx)
TomlParser.keyValSep().
The default implementation does nothing.
enterKeyValSep in interface TomlListenerctx - the parse treepublic void exitKeyValSep(TomlParser.KeyValSepContext ctx)
TomlParser.keyValSep().
The default implementation does nothing.
exitKeyValSep in interface TomlListenerctx - the parse treepublic void enterDotSep(TomlParser.DotSepContext ctx)
TomlParser.dotSep().
The default implementation does nothing.
enterDotSep in interface TomlListenerctx - the parse treepublic void exitDotSep(TomlParser.DotSepContext ctx)
TomlParser.dotSep().
The default implementation does nothing.
exitDotSep in interface TomlListenerctx - the parse treepublic void enterVal(TomlParser.ValContext ctx)
TomlParser.val().
The default implementation does nothing.
enterVal in interface TomlListenerctx - the parse treepublic void exitVal(TomlParser.ValContext ctx)
TomlParser.val().
The default implementation does nothing.
exitVal in interface TomlListenerctx - the parse treepublic void enterString(TomlParser.StringContext ctx)
TomlParser.string().
The default implementation does nothing.
enterString in interface TomlListenerctx - the parse treepublic void exitString(TomlParser.StringContext ctx)
TomlParser.string().
The default implementation does nothing.
exitString in interface TomlListenerctx - the parse treepublic void enterBasicString(TomlParser.BasicStringContext ctx)
TomlParser.basicString().
The default implementation does nothing.
enterBasicString in interface TomlListenerctx - the parse treepublic void exitBasicString(TomlParser.BasicStringContext ctx)
TomlParser.basicString().
The default implementation does nothing.
exitBasicString in interface TomlListenerctx - the parse treepublic void enterBasicStringValue(TomlParser.BasicStringValueContext ctx)
TomlParser.basicStringValue().
The default implementation does nothing.
enterBasicStringValue in interface TomlListenerctx - the parse treepublic void exitBasicStringValue(TomlParser.BasicStringValueContext ctx)
TomlParser.basicStringValue().
The default implementation does nothing.
exitBasicStringValue in interface TomlListenerctx - the parse treepublic void enterBasicChar(TomlParser.BasicCharContext ctx)
TomlParser.basicChar().
The default implementation does nothing.
enterBasicChar in interface TomlListenerctx - the parse treepublic void exitBasicChar(TomlParser.BasicCharContext ctx)
TomlParser.basicChar().
The default implementation does nothing.
exitBasicChar in interface TomlListenerctx - the parse treepublic void enterDigit(TomlParser.DigitContext ctx)
TomlParser.digit().
The default implementation does nothing.
enterDigit in interface TomlListenerctx - the parse treepublic void exitDigit(TomlParser.DigitContext ctx)
TomlParser.digit().
The default implementation does nothing.
exitDigit in interface TomlListenerctx - the parse treepublic void enterEscaped(TomlParser.EscapedContext ctx)
TomlParser.escaped().
The default implementation does nothing.
enterEscaped in interface TomlListenerctx - the parse treepublic void exitEscaped(TomlParser.EscapedContext ctx)
TomlParser.escaped().
The default implementation does nothing.
exitEscaped in interface TomlListenerctx - the parse treepublic void enterEscapeSeqChar(TomlParser.EscapeSeqCharContext ctx)
TomlParser.escapeSeqChar().
The default implementation does nothing.
enterEscapeSeqChar in interface TomlListenerctx - the parse treepublic void exitEscapeSeqChar(TomlParser.EscapeSeqCharContext ctx)
TomlParser.escapeSeqChar().
The default implementation does nothing.
exitEscapeSeqChar in interface TomlListenerctx - the parse treepublic void enterMlBasicString(TomlParser.MlBasicStringContext ctx)
TomlParser.mlBasicString().
The default implementation does nothing.
enterMlBasicString in interface TomlListenerctx - the parse treepublic void exitMlBasicString(TomlParser.MlBasicStringContext ctx)
TomlParser.mlBasicString().
The default implementation does nothing.
exitMlBasicString in interface TomlListenerctx - the parse treepublic void enterMlBasicStringDelim(TomlParser.MlBasicStringDelimContext ctx)
TomlParser.mlBasicStringDelim().
The default implementation does nothing.
enterMlBasicStringDelim in interface TomlListenerctx - the parse treepublic void exitMlBasicStringDelim(TomlParser.MlBasicStringDelimContext ctx)
TomlParser.mlBasicStringDelim().
The default implementation does nothing.
exitMlBasicStringDelim in interface TomlListenerctx - the parse treepublic void enterMlBasicBody(TomlParser.MlBasicBodyContext ctx)
TomlParser.mlBasicBody().
The default implementation does nothing.
enterMlBasicBody in interface TomlListenerctx - the parse treepublic void exitMlBasicBody(TomlParser.MlBasicBodyContext ctx)
TomlParser.mlBasicBody().
The default implementation does nothing.
exitMlBasicBody in interface TomlListenerctx - the parse treepublic void enterMlBasicChar(TomlParser.MlBasicCharContext ctx)
TomlParser.mlBasicChar().
The default implementation does nothing.
enterMlBasicChar in interface TomlListenerctx - the parse treepublic void exitMlBasicChar(TomlParser.MlBasicCharContext ctx)
TomlParser.mlBasicChar().
The default implementation does nothing.
exitMlBasicChar in interface TomlListenerctx - the parse treepublic void enterLiteralString(TomlParser.LiteralStringContext ctx)
TomlParser.literalString().
The default implementation does nothing.
enterLiteralString in interface TomlListenerctx - the parse treepublic void exitLiteralString(TomlParser.LiteralStringContext ctx)
TomlParser.literalString().
The default implementation does nothing.
exitLiteralString in interface TomlListenerctx - the parse treepublic void enterMlLiteralString(TomlParser.MlLiteralStringContext ctx)
TomlParser.mlLiteralString().
The default implementation does nothing.
enterMlLiteralString in interface TomlListenerctx - the parse treepublic void exitMlLiteralString(TomlParser.MlLiteralStringContext ctx)
TomlParser.mlLiteralString().
The default implementation does nothing.
exitMlLiteralString in interface TomlListenerctx - the parse treepublic void enterMlLiteralStringDelim(TomlParser.MlLiteralStringDelimContext ctx)
TomlParser.mlLiteralStringDelim().
The default implementation does nothing.
enterMlLiteralStringDelim in interface TomlListenerctx - the parse treepublic void exitMlLiteralStringDelim(TomlParser.MlLiteralStringDelimContext ctx)
TomlParser.mlLiteralStringDelim().
The default implementation does nothing.
exitMlLiteralStringDelim in interface TomlListenerctx - the parse treepublic void enterMlLiteralBody(TomlParser.MlLiteralBodyContext ctx)
TomlParser.mlLiteralBody().
The default implementation does nothing.
enterMlLiteralBody in interface TomlListenerctx - the parse treepublic void exitMlLiteralBody(TomlParser.MlLiteralBodyContext ctx)
TomlParser.mlLiteralBody().
The default implementation does nothing.
exitMlLiteralBody in interface TomlListenerctx - the parse treepublic void enterInteger(TomlParser.IntegerContext ctx)
TomlParser.integer().
The default implementation does nothing.
enterInteger in interface TomlListenerctx - the parse treepublic void exitInteger(TomlParser.IntegerContext ctx)
TomlParser.integer().
The default implementation does nothing.
exitInteger in interface TomlListenerctx - the parse treepublic void enterMinus(TomlParser.MinusContext ctx)
TomlParser.minus().
The default implementation does nothing.
enterMinus in interface TomlListenerctx - the parse treepublic void exitMinus(TomlParser.MinusContext ctx)
TomlParser.minus().
The default implementation does nothing.
exitMinus in interface TomlListenerctx - the parse treepublic void enterHexPrefix(TomlParser.HexPrefixContext ctx)
TomlParser.hexPrefix().
The default implementation does nothing.
enterHexPrefix in interface TomlListenerctx - the parse treepublic void exitHexPrefix(TomlParser.HexPrefixContext ctx)
TomlParser.hexPrefix().
The default implementation does nothing.
exitHexPrefix in interface TomlListenerctx - the parse treepublic void enterOctPrefix(TomlParser.OctPrefixContext ctx)
TomlParser.octPrefix().
The default implementation does nothing.
enterOctPrefix in interface TomlListenerctx - the parse treepublic void exitOctPrefix(TomlParser.OctPrefixContext ctx)
TomlParser.octPrefix().
The default implementation does nothing.
exitOctPrefix in interface TomlListenerctx - the parse treepublic void enterBinPrefix(TomlParser.BinPrefixContext ctx)
TomlParser.binPrefix().
The default implementation does nothing.
enterBinPrefix in interface TomlListenerctx - the parse treepublic void exitBinPrefix(TomlParser.BinPrefixContext ctx)
TomlParser.binPrefix().
The default implementation does nothing.
exitBinPrefix in interface TomlListenerctx - the parse treepublic void enterDecInt(TomlParser.DecIntContext ctx)
TomlParser.decInt().
The default implementation does nothing.
enterDecInt in interface TomlListenerctx - the parse treepublic void exitDecInt(TomlParser.DecIntContext ctx)
TomlParser.decInt().
The default implementation does nothing.
exitDecInt in interface TomlListenerctx - the parse treepublic void enterUnsignedDecInt(TomlParser.UnsignedDecIntContext ctx)
TomlParser.unsignedDecInt().
The default implementation does nothing.
enterUnsignedDecInt in interface TomlListenerctx - the parse treepublic void exitUnsignedDecInt(TomlParser.UnsignedDecIntContext ctx)
TomlParser.unsignedDecInt().
The default implementation does nothing.
exitUnsignedDecInt in interface TomlListenerctx - the parse treepublic void enterHexInt(TomlParser.HexIntContext ctx)
TomlParser.hexInt().
The default implementation does nothing.
enterHexInt in interface TomlListenerctx - the parse treepublic void exitHexInt(TomlParser.HexIntContext ctx)
TomlParser.hexInt().
The default implementation does nothing.
exitHexInt in interface TomlListenerctx - the parse treepublic void enterOctInt(TomlParser.OctIntContext ctx)
TomlParser.octInt().
The default implementation does nothing.
enterOctInt in interface TomlListenerctx - the parse treepublic void exitOctInt(TomlParser.OctIntContext ctx)
TomlParser.octInt().
The default implementation does nothing.
exitOctInt in interface TomlListenerctx - the parse treepublic void enterBinInt(TomlParser.BinIntContext ctx)
TomlParser.binInt().
The default implementation does nothing.
enterBinInt in interface TomlListenerctx - the parse treepublic void exitBinInt(TomlParser.BinIntContext ctx)
TomlParser.binInt().
The default implementation does nothing.
exitBinInt in interface TomlListenerctx - the parse treepublic void enterFloatingPoint(TomlParser.FloatingPointContext ctx)
TomlParser.floatingPoint().
The default implementation does nothing.
enterFloatingPoint in interface TomlListenerctx - the parse treepublic void exitFloatingPoint(TomlParser.FloatingPointContext ctx)
TomlParser.floatingPoint().
The default implementation does nothing.
exitFloatingPoint in interface TomlListenerctx - the parse treepublic void enterFloatIntPart(TomlParser.FloatIntPartContext ctx)
TomlParser.floatIntPart().
The default implementation does nothing.
enterFloatIntPart in interface TomlListenerctx - the parse treepublic void exitFloatIntPart(TomlParser.FloatIntPartContext ctx)
TomlParser.floatIntPart().
The default implementation does nothing.
exitFloatIntPart in interface TomlListenerctx - the parse treepublic void enterFrac(TomlParser.FracContext ctx)
TomlParser.frac().
The default implementation does nothing.
enterFrac in interface TomlListenerctx - the parse treepublic void exitFrac(TomlParser.FracContext ctx)
TomlParser.frac().
The default implementation does nothing.
exitFrac in interface TomlListenerctx - the parse treepublic void enterDecimalPoint(TomlParser.DecimalPointContext ctx)
TomlParser.decimalPoint().
The default implementation does nothing.
enterDecimalPoint in interface TomlListenerctx - the parse treepublic void exitDecimalPoint(TomlParser.DecimalPointContext ctx)
TomlParser.decimalPoint().
The default implementation does nothing.
exitDecimalPoint in interface TomlListenerctx - the parse treepublic void enterZeroPrefixableInt(TomlParser.ZeroPrefixableIntContext ctx)
TomlParser.zeroPrefixableInt().
The default implementation does nothing.
enterZeroPrefixableInt in interface TomlListenerctx - the parse treepublic void exitZeroPrefixableInt(TomlParser.ZeroPrefixableIntContext ctx)
TomlParser.zeroPrefixableInt().
The default implementation does nothing.
exitZeroPrefixableInt in interface TomlListenerctx - the parse treepublic void enterExp(TomlParser.ExpContext ctx)
TomlParser.exp().
The default implementation does nothing.
enterExp in interface TomlListenerctx - the parse treepublic void exitExp(TomlParser.ExpContext ctx)
TomlParser.exp().
The default implementation does nothing.
exitExp in interface TomlListenerctx - the parse treepublic void enterSpecialFloat(TomlParser.SpecialFloatContext ctx)
TomlParser.specialFloat().
The default implementation does nothing.
enterSpecialFloat in interface TomlListenerctx - the parse treepublic void exitSpecialFloat(TomlParser.SpecialFloatContext ctx)
TomlParser.specialFloat().
The default implementation does nothing.
exitSpecialFloat in interface TomlListenerctx - the parse treepublic void enterBool(TomlParser.BoolContext ctx)
TomlParser.bool().
The default implementation does nothing.
enterBool in interface TomlListenerctx - the parse treepublic void exitBool(TomlParser.BoolContext ctx)
TomlParser.bool().
The default implementation does nothing.
exitBool in interface TomlListenerctx - the parse treepublic void enterDateTime(TomlParser.DateTimeContext ctx)
TomlParser.dateTime().
The default implementation does nothing.
enterDateTime in interface TomlListenerctx - the parse treepublic void exitDateTime(TomlParser.DateTimeContext ctx)
TomlParser.dateTime().
The default implementation does nothing.
exitDateTime in interface TomlListenerctx - the parse treepublic void enterDateFullyear(TomlParser.DateFullyearContext ctx)
TomlParser.dateFullyear().
The default implementation does nothing.
enterDateFullyear in interface TomlListenerctx - the parse treepublic void exitDateFullyear(TomlParser.DateFullyearContext ctx)
TomlParser.dateFullyear().
The default implementation does nothing.
exitDateFullyear in interface TomlListenerctx - the parse treepublic void enterDateMonth(TomlParser.DateMonthContext ctx)
TomlParser.dateMonth().
The default implementation does nothing.
enterDateMonth in interface TomlListenerctx - the parse treepublic void exitDateMonth(TomlParser.DateMonthContext ctx)
TomlParser.dateMonth().
The default implementation does nothing.
exitDateMonth in interface TomlListenerctx - the parse treepublic void enterDateMday(TomlParser.DateMdayContext ctx)
TomlParser.dateMday().
The default implementation does nothing.
enterDateMday in interface TomlListenerctx - the parse treepublic void exitDateMday(TomlParser.DateMdayContext ctx)
TomlParser.dateMday().
The default implementation does nothing.
exitDateMday in interface TomlListenerctx - the parse treepublic void enterTimeDelim(TomlParser.TimeDelimContext ctx)
TomlParser.timeDelim().
The default implementation does nothing.
enterTimeDelim in interface TomlListenerctx - the parse treepublic void exitTimeDelim(TomlParser.TimeDelimContext ctx)
TomlParser.timeDelim().
The default implementation does nothing.
exitTimeDelim in interface TomlListenerctx - the parse treepublic void enterTimeHour(TomlParser.TimeHourContext ctx)
TomlParser.timeHour().
The default implementation does nothing.
enterTimeHour in interface TomlListenerctx - the parse treepublic void exitTimeHour(TomlParser.TimeHourContext ctx)
TomlParser.timeHour().
The default implementation does nothing.
exitTimeHour in interface TomlListenerctx - the parse treepublic void enterTimeMinute(TomlParser.TimeMinuteContext ctx)
TomlParser.timeMinute().
The default implementation does nothing.
enterTimeMinute in interface TomlListenerctx - the parse treepublic void exitTimeMinute(TomlParser.TimeMinuteContext ctx)
TomlParser.timeMinute().
The default implementation does nothing.
exitTimeMinute in interface TomlListenerctx - the parse treepublic void enterTimeSecond(TomlParser.TimeSecondContext ctx)
TomlParser.timeSecond().
The default implementation does nothing.
enterTimeSecond in interface TomlListenerctx - the parse treepublic void exitTimeSecond(TomlParser.TimeSecondContext ctx)
TomlParser.timeSecond().
The default implementation does nothing.
exitTimeSecond in interface TomlListenerctx - the parse treepublic void enterTimeSecfrac(TomlParser.TimeSecfracContext ctx)
TomlParser.timeSecfrac().
The default implementation does nothing.
enterTimeSecfrac in interface TomlListenerctx - the parse treepublic void exitTimeSecfrac(TomlParser.TimeSecfracContext ctx)
TomlParser.timeSecfrac().
The default implementation does nothing.
exitTimeSecfrac in interface TomlListenerctx - the parse treepublic void enterTimeNumoffset(TomlParser.TimeNumoffsetContext ctx)
TomlParser.timeNumoffset().
The default implementation does nothing.
enterTimeNumoffset in interface TomlListenerctx - the parse treepublic void exitTimeNumoffset(TomlParser.TimeNumoffsetContext ctx)
TomlParser.timeNumoffset().
The default implementation does nothing.
exitTimeNumoffset in interface TomlListenerctx - the parse treepublic void enterTimeOffset(TomlParser.TimeOffsetContext ctx)
TomlParser.timeOffset().
The default implementation does nothing.
enterTimeOffset in interface TomlListenerctx - the parse treepublic void exitTimeOffset(TomlParser.TimeOffsetContext ctx)
TomlParser.timeOffset().
The default implementation does nothing.
exitTimeOffset in interface TomlListenerctx - the parse treepublic void enterPartialTime(TomlParser.PartialTimeContext ctx)
TomlParser.partialTime().
The default implementation does nothing.
enterPartialTime in interface TomlListenerctx - the parse treepublic void exitPartialTime(TomlParser.PartialTimeContext ctx)
TomlParser.partialTime().
The default implementation does nothing.
exitPartialTime in interface TomlListenerctx - the parse treepublic void enterFullDate(TomlParser.FullDateContext ctx)
TomlParser.fullDate().
The default implementation does nothing.
enterFullDate in interface TomlListenerctx - the parse treepublic void exitFullDate(TomlParser.FullDateContext ctx)
TomlParser.fullDate().
The default implementation does nothing.
exitFullDate in interface TomlListenerctx - the parse treepublic void enterFullTime(TomlParser.FullTimeContext ctx)
TomlParser.fullTime().
The default implementation does nothing.
enterFullTime in interface TomlListenerctx - the parse treepublic void exitFullTime(TomlParser.FullTimeContext ctx)
TomlParser.fullTime().
The default implementation does nothing.
exitFullTime in interface TomlListenerctx - the parse treepublic void enterOffsetDateTime(TomlParser.OffsetDateTimeContext ctx)
TomlParser.offsetDateTime().
The default implementation does nothing.
enterOffsetDateTime in interface TomlListenerctx - the parse treepublic void exitOffsetDateTime(TomlParser.OffsetDateTimeContext ctx)
TomlParser.offsetDateTime().
The default implementation does nothing.
exitOffsetDateTime in interface TomlListenerctx - the parse treepublic void enterLocalDateTime(TomlParser.LocalDateTimeContext ctx)
TomlParser.localDateTime().
The default implementation does nothing.
enterLocalDateTime in interface TomlListenerctx - the parse treepublic void exitLocalDateTime(TomlParser.LocalDateTimeContext ctx)
TomlParser.localDateTime().
The default implementation does nothing.
exitLocalDateTime in interface TomlListenerctx - the parse treepublic void enterLocalDate(TomlParser.LocalDateContext ctx)
TomlParser.localDate().
The default implementation does nothing.
enterLocalDate in interface TomlListenerctx - the parse treepublic void exitLocalDate(TomlParser.LocalDateContext ctx)
TomlParser.localDate().
The default implementation does nothing.
exitLocalDate in interface TomlListenerctx - the parse treepublic void enterLocalTime(TomlParser.LocalTimeContext ctx)
TomlParser.localTime().
The default implementation does nothing.
enterLocalTime in interface TomlListenerctx - the parse treepublic void exitLocalTime(TomlParser.LocalTimeContext ctx)
TomlParser.localTime().
The default implementation does nothing.
exitLocalTime in interface TomlListenerctx - the parse treepublic void enterArray(TomlParser.ArrayContext ctx)
TomlParser.array().
The default implementation does nothing.
enterArray in interface TomlListenerctx - the parse treepublic void exitArray(TomlParser.ArrayContext ctx)
TomlParser.array().
The default implementation does nothing.
exitArray in interface TomlListenerctx - the parse treepublic void enterArrayOpen(TomlParser.ArrayOpenContext ctx)
TomlParser.arrayOpen().
The default implementation does nothing.
enterArrayOpen in interface TomlListenerctx - the parse treepublic void exitArrayOpen(TomlParser.ArrayOpenContext ctx)
TomlParser.arrayOpen().
The default implementation does nothing.
exitArrayOpen in interface TomlListenerctx - the parse treepublic void enterArrayClose(TomlParser.ArrayCloseContext ctx)
TomlParser.arrayClose().
The default implementation does nothing.
enterArrayClose in interface TomlListenerctx - the parse treepublic void exitArrayClose(TomlParser.ArrayCloseContext ctx)
TomlParser.arrayClose().
The default implementation does nothing.
exitArrayClose in interface TomlListenerctx - the parse treepublic void enterArrayValues(TomlParser.ArrayValuesContext ctx)
TomlParser.arrayValues().
The default implementation does nothing.
enterArrayValues in interface TomlListenerctx - the parse treepublic void exitArrayValues(TomlParser.ArrayValuesContext ctx)
TomlParser.arrayValues().
The default implementation does nothing.
exitArrayValues in interface TomlListenerctx - the parse treepublic void enterArrayvalsNonEmpty(TomlParser.ArrayvalsNonEmptyContext ctx)
TomlParser.arrayvalsNonEmpty().
The default implementation does nothing.
enterArrayvalsNonEmpty in interface TomlListenerctx - the parse treepublic void exitArrayvalsNonEmpty(TomlParser.ArrayvalsNonEmptyContext ctx)
TomlParser.arrayvalsNonEmpty().
The default implementation does nothing.
exitArrayvalsNonEmpty in interface TomlListenerctx - the parse treepublic void enterArraySep(TomlParser.ArraySepContext ctx)
TomlParser.arraySep().
The default implementation does nothing.
enterArraySep in interface TomlListenerctx - the parse treepublic void exitArraySep(TomlParser.ArraySepContext ctx)
TomlParser.arraySep().
The default implementation does nothing.
exitArraySep in interface TomlListenerctx - the parse treepublic void enterInlineTable(TomlParser.InlineTableContext ctx)
TomlParser.inlineTable().
The default implementation does nothing.
enterInlineTable in interface TomlListenerctx - the parse treepublic void exitInlineTable(TomlParser.InlineTableContext ctx)
TomlParser.inlineTable().
The default implementation does nothing.
exitInlineTable in interface TomlListenerctx - the parse treepublic void enterInlineTableOpen(TomlParser.InlineTableOpenContext ctx)
TomlParser.inlineTableOpen().
The default implementation does nothing.
enterInlineTableOpen in interface TomlListenerctx - the parse treepublic void exitInlineTableOpen(TomlParser.InlineTableOpenContext ctx)
TomlParser.inlineTableOpen().
The default implementation does nothing.
exitInlineTableOpen in interface TomlListenerctx - the parse treepublic void enterInlineTableClose(TomlParser.InlineTableCloseContext ctx)
TomlParser.inlineTableClose().
The default implementation does nothing.
enterInlineTableClose in interface TomlListenerctx - the parse treepublic void exitInlineTableClose(TomlParser.InlineTableCloseContext ctx)
TomlParser.inlineTableClose().
The default implementation does nothing.
exitInlineTableClose in interface TomlListenerctx - the parse treepublic void enterInlineTableSep(TomlParser.InlineTableSepContext ctx)
TomlParser.inlineTableSep().
The default implementation does nothing.
enterInlineTableSep in interface TomlListenerctx - the parse treepublic void exitInlineTableSep(TomlParser.InlineTableSepContext ctx)
TomlParser.inlineTableSep().
The default implementation does nothing.
exitInlineTableSep in interface TomlListenerctx - the parse treepublic void enterInlineTableKeyvals(TomlParser.InlineTableKeyvalsContext ctx)
TomlParser.inlineTableKeyvals().
The default implementation does nothing.
enterInlineTableKeyvals in interface TomlListenerctx - the parse treepublic void exitInlineTableKeyvals(TomlParser.InlineTableKeyvalsContext ctx)
TomlParser.inlineTableKeyvals().
The default implementation does nothing.
exitInlineTableKeyvals in interface TomlListenerctx - the parse treepublic void enterInlineTableKeyvalsNonEmpty(TomlParser.InlineTableKeyvalsNonEmptyContext ctx)
TomlParser.inlineTableKeyvalsNonEmpty().
The default implementation does nothing.
enterInlineTableKeyvalsNonEmpty in interface TomlListenerctx - the parse treepublic void exitInlineTableKeyvalsNonEmpty(TomlParser.InlineTableKeyvalsNonEmptyContext ctx)
TomlParser.inlineTableKeyvalsNonEmpty().
The default implementation does nothing.
exitInlineTableKeyvalsNonEmpty in interface TomlListenerctx - the parse treepublic void enterTable(TomlParser.TableContext ctx)
TomlParser.table().
The default implementation does nothing.
enterTable in interface TomlListenerctx - the parse treepublic void exitTable(TomlParser.TableContext ctx)
TomlParser.table().
The default implementation does nothing.
exitTable in interface TomlListenerctx - the parse treepublic void enterStdTable(TomlParser.StdTableContext ctx)
TomlParser.stdTable().
The default implementation does nothing.
enterStdTable in interface TomlListenerctx - the parse treepublic void exitStdTable(TomlParser.StdTableContext ctx)
TomlParser.stdTable().
The default implementation does nothing.
exitStdTable in interface TomlListenerctx - the parse treepublic void enterStdTableOpen(TomlParser.StdTableOpenContext ctx)
TomlParser.stdTableOpen().
The default implementation does nothing.
enterStdTableOpen in interface TomlListenerctx - the parse treepublic void exitStdTableOpen(TomlParser.StdTableOpenContext ctx)
TomlParser.stdTableOpen().
The default implementation does nothing.
exitStdTableOpen in interface TomlListenerctx - the parse treepublic void enterStdTableClose(TomlParser.StdTableCloseContext ctx)
TomlParser.stdTableClose().
The default implementation does nothing.
enterStdTableClose in interface TomlListenerctx - the parse treepublic void exitStdTableClose(TomlParser.StdTableCloseContext ctx)
TomlParser.stdTableClose().
The default implementation does nothing.
exitStdTableClose in interface TomlListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2018 WSO2. All rights reserved.