T - The return type of the visit operation. Use Void for
operations with no return type.public class Rfc5424BaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements Rfc5424Visitor<T>
Rfc5424Visitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
Rfc5424BaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitSyslogMsg(Rfc5424Parser.SyslogMsgContext ctx)
syslogMsg
labeled alternative in Rfc5424Parser.syslog_msg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSyslogMsg in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitSyslogHeader(Rfc5424Parser.SyslogHeaderContext ctx)
syslogHeader
labeled alternative in Rfc5424Parser.header().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSyslogHeader in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitHeaderPriority(Rfc5424Parser.HeaderPriorityContext ctx)
headerPriority
labeled alternative in Rfc5424Parser.pri().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHeaderPriority in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitHeaderPriorityValue(Rfc5424Parser.HeaderPriorityValueContext ctx)
headerPriorityValue
labeled alternative in Rfc5424Parser.prival().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHeaderPriorityValue in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitHeaderVersion(Rfc5424Parser.HeaderVersionContext ctx)
headerVersion
labeled alternative in Rfc5424Parser.version().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHeaderVersion in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitHeaderNilHostName(Rfc5424Parser.HeaderNilHostNameContext ctx)
headerNilHostName
labeled alternative in Rfc5424Parser.hostname().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHeaderNilHostName in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitHeaderHostName(Rfc5424Parser.HeaderHostNameContext ctx)
headerHostName
labeled alternative in Rfc5424Parser.hostname().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHeaderHostName in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitHeaderNilAppName(Rfc5424Parser.HeaderNilAppNameContext ctx)
headerNilAppName
labeled alternative in Rfc5424Parser.app_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHeaderNilAppName in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitHeaderAppName(Rfc5424Parser.HeaderAppNameContext ctx)
headerAppName
labeled alternative in Rfc5424Parser.app_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHeaderAppName in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitHeaderNilProcId(Rfc5424Parser.HeaderNilProcIdContext ctx)
headerNilProcId
labeled alternative in Rfc5424Parser.procid().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHeaderNilProcId in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitHeaderProcId(Rfc5424Parser.HeaderProcIdContext ctx)
headerProcId
labeled alternative in Rfc5424Parser.procid().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHeaderProcId in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitHeaderNilMsgId(Rfc5424Parser.HeaderNilMsgIdContext ctx)
headerNilMsgId
labeled alternative in Rfc5424Parser.msgid().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHeaderNilMsgId in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitHeaderMsgId(Rfc5424Parser.HeaderMsgIdContext ctx)
headerMsgId
labeled alternative in Rfc5424Parser.msgid().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHeaderMsgId in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitHeaderNilTimestamp(Rfc5424Parser.HeaderNilTimestampContext ctx)
headerNilTimestamp
labeled alternative in Rfc5424Parser.timestamp().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHeaderNilTimestamp in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitHeaderTimeStamp(Rfc5424Parser.HeaderTimeStampContext ctx)
headerTimeStamp
labeled alternative in Rfc5424Parser.timestamp().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHeaderTimeStamp in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitFull_date(Rfc5424Parser.Full_dateContext ctx)
Rfc5424Parser.full_date().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFull_date in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitDate_fullyear(Rfc5424Parser.Date_fullyearContext ctx)
Rfc5424Parser.date_fullyear().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDate_fullyear in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitDate_month(Rfc5424Parser.Date_monthContext ctx)
Rfc5424Parser.date_month().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDate_month in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitDate_mday(Rfc5424Parser.Date_mdayContext ctx)
Rfc5424Parser.date_mday().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDate_mday in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitFull_time(Rfc5424Parser.Full_timeContext ctx)
Rfc5424Parser.full_time().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFull_time in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitPartial_time(Rfc5424Parser.Partial_timeContext ctx)
Rfc5424Parser.partial_time().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartial_time in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitTime_hour(Rfc5424Parser.Time_hourContext ctx)
Rfc5424Parser.time_hour().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTime_hour in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitTime_minute(Rfc5424Parser.Time_minuteContext ctx)
Rfc5424Parser.time_minute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTime_minute in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitTime_second(Rfc5424Parser.Time_secondContext ctx)
Rfc5424Parser.time_second().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTime_second in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitTime_secfrac(Rfc5424Parser.Time_secfracContext ctx)
Rfc5424Parser.time_secfrac().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTime_secfrac in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitTime_offset(Rfc5424Parser.Time_offsetContext ctx)
Rfc5424Parser.time_offset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTime_offset in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitTime_numoffset(Rfc5424Parser.Time_numoffsetContext ctx)
Rfc5424Parser.time_numoffset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTime_numoffset in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitStructured_data(Rfc5424Parser.Structured_dataContext ctx)
Rfc5424Parser.structured_data().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStructured_data in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitSdElement(Rfc5424Parser.SdElementContext ctx)
sdElement
labeled alternative in Rfc5424Parser.sd_element().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSdElement in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitSdParam(Rfc5424Parser.SdParamContext ctx)
sdParam
labeled alternative in Rfc5424Parser.sd_param().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSdParam in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitSd_id(Rfc5424Parser.Sd_idContext ctx)
Rfc5424Parser.sd_id().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSd_id in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitParamName(Rfc5424Parser.ParamNameContext ctx)
paramName
labeled alternative in Rfc5424Parser.param_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParamName in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitParamValue(Rfc5424Parser.ParamValueContext ctx)
paramValue
labeled alternative in Rfc5424Parser.param_value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParamValue in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitSd_name(Rfc5424Parser.Sd_nameContext ctx)
Rfc5424Parser.sd_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSd_name in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitMsgUTF8(Rfc5424Parser.MsgUTF8Context ctx)
msgUTF8
labeled alternative in Rfc5424Parser.msg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMsgUTF8 in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitMsg_utf8(Rfc5424Parser.Msg_utf8Context ctx)
Rfc5424Parser.msg_utf8().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMsg_utf8 in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitBom(Rfc5424Parser.BomContext ctx)
Rfc5424Parser.bom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBom in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitUtf_8_string(Rfc5424Parser.Utf_8_stringContext ctx)
Rfc5424Parser.utf_8_string().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUtf_8_string in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitOctet(Rfc5424Parser.OctetContext ctx)
Rfc5424Parser.octet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOctet in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitSp(Rfc5424Parser.SpContext ctx)
Rfc5424Parser.sp().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSp in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitPrintusascii(Rfc5424Parser.PrintusasciiContext ctx)
Rfc5424Parser.printusascii().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrintusascii in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitPrintusasciinospecials(Rfc5424Parser.PrintusasciinospecialsContext ctx)
Rfc5424Parser.printusasciinospecials().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrintusasciinospecials in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitNonzero_digit(Rfc5424Parser.Nonzero_digitContext ctx)
Rfc5424Parser.nonzero_digit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNonzero_digit in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitZeroDigit(Rfc5424Parser.ZeroDigitContext ctx)
zeroDigit
labeled alternative in Rfc5424Parser.digit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitZeroDigit in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitNonZeroDigit(Rfc5424Parser.NonZeroDigitContext ctx)
nonZeroDigit
labeled alternative in Rfc5424Parser.digit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNonZeroDigit in interface Rfc5424Visitor<T>ctx - the parse treepublic T visitNilvalue(Rfc5424Parser.NilvalueContext ctx)
Rfc5424Parser.nilvalue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNilvalue in interface Rfc5424Visitor<T>ctx - the parse treeCopyright © 2021 palindromicity. All rights reserved.