Interface Rfc5424Visitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
Rfc5424BaseVisitor
public interface Rfc5424Visitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
Rfc5424Parser.-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byRfc5424Parser.bom().Visit a parse tree produced byRfc5424Parser.date_fullyear().Visit a parse tree produced byRfc5424Parser.date_mday().Visit a parse tree produced byRfc5424Parser.date_month().Visit a parse tree produced byRfc5424Parser.full_date().Visit a parse tree produced byRfc5424Parser.full_time().Visit a parse tree produced by theheaderAppNamelabeled alternative inRfc5424Parser.app_name().Visit a parse tree produced by theheaderHostNamelabeled alternative inRfc5424Parser.hostname().Visit a parse tree produced by theheaderMsgIdlabeled alternative inRfc5424Parser.msgid().Visit a parse tree produced by theheaderNilAppNamelabeled alternative inRfc5424Parser.app_name().Visit a parse tree produced by theheaderNilHostNamelabeled alternative inRfc5424Parser.hostname().Visit a parse tree produced by theheaderNilMsgIdlabeled alternative inRfc5424Parser.msgid().Visit a parse tree produced by theheaderNilProcIdlabeled alternative inRfc5424Parser.procid().Visit a parse tree produced by theheaderNilTimestamplabeled alternative inRfc5424Parser.timestamp().Visit a parse tree produced by theheaderPrioritylabeled alternative inRfc5424Parser.pri().Visit a parse tree produced by theheaderPriorityValuelabeled alternative inRfc5424Parser.prival().Visit a parse tree produced by theheaderProcIdlabeled alternative inRfc5424Parser.procid().Visit a parse tree produced by theheaderTimeStamplabeled alternative inRfc5424Parser.timestamp().Visit a parse tree produced by theheaderVersionlabeled alternative inRfc5424Parser.version().Visit a parse tree produced byRfc5424Parser.msg_utf8().Visit a parse tree produced by themsgUTF8labeled alternative inRfc5424Parser.msg().Visit a parse tree produced byRfc5424Parser.nilvalue().Visit a parse tree produced byRfc5424Parser.nonzero_digit().Visit a parse tree produced by thenonZeroDigitlabeled alternative inRfc5424Parser.digit().Visit a parse tree produced byRfc5424Parser.octet().Visit a parse tree produced by theparamNamelabeled alternative inRfc5424Parser.param_name().Visit a parse tree produced by theparamValuelabeled alternative inRfc5424Parser.param_value().Visit a parse tree produced byRfc5424Parser.partial_time().Visit a parse tree produced byRfc5424Parser.printusascii().Visit a parse tree produced byRfc5424Parser.printusasciinospecials().Visit a parse tree produced byRfc5424Parser.sd_id().Visit a parse tree produced byRfc5424Parser.sd_name().Visit a parse tree produced by thesdElementlabeled alternative inRfc5424Parser.sd_element().Visit a parse tree produced by thesdParamlabeled alternative inRfc5424Parser.sd_param().Visit a parse tree produced byRfc5424Parser.sp().Visit a parse tree produced byRfc5424Parser.structured_data().Visit a parse tree produced by thesyslogHeaderlabeled alternative inRfc5424Parser.header().Visit a parse tree produced by thesyslogMsglabeled alternative inRfc5424Parser.syslog_msg().Visit a parse tree produced byRfc5424Parser.time_hour().Visit a parse tree produced byRfc5424Parser.time_minute().Visit a parse tree produced byRfc5424Parser.time_numoffset().Visit a parse tree produced byRfc5424Parser.time_offset().Visit a parse tree produced byRfc5424Parser.time_secfrac().Visit a parse tree produced byRfc5424Parser.time_second().Visit a parse tree produced byRfc5424Parser.utf_8_string().Visit a parse tree produced by thezeroDigitlabeled alternative inRfc5424Parser.digit().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitSyslogMsg
Visit a parse tree produced by thesyslogMsglabeled alternative inRfc5424Parser.syslog_msg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSyslogHeader
Visit a parse tree produced by thesyslogHeaderlabeled alternative inRfc5424Parser.header().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeaderPriority
Visit a parse tree produced by theheaderPrioritylabeled alternative inRfc5424Parser.pri().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeaderPriorityValue
Visit a parse tree produced by theheaderPriorityValuelabeled alternative inRfc5424Parser.prival().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeaderVersion
Visit a parse tree produced by theheaderVersionlabeled alternative inRfc5424Parser.version().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeaderNilHostName
Visit a parse tree produced by theheaderNilHostNamelabeled alternative inRfc5424Parser.hostname().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeaderHostName
Visit a parse tree produced by theheaderHostNamelabeled alternative inRfc5424Parser.hostname().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeaderNilAppName
Visit a parse tree produced by theheaderNilAppNamelabeled alternative inRfc5424Parser.app_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeaderAppName
Visit a parse tree produced by theheaderAppNamelabeled alternative inRfc5424Parser.app_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeaderNilProcId
Visit a parse tree produced by theheaderNilProcIdlabeled alternative inRfc5424Parser.procid().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeaderProcId
Visit a parse tree produced by theheaderProcIdlabeled alternative inRfc5424Parser.procid().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeaderNilMsgId
Visit a parse tree produced by theheaderNilMsgIdlabeled alternative inRfc5424Parser.msgid().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeaderMsgId
Visit a parse tree produced by theheaderMsgIdlabeled alternative inRfc5424Parser.msgid().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeaderNilTimestamp
Visit a parse tree produced by theheaderNilTimestamplabeled alternative inRfc5424Parser.timestamp().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeaderTimeStamp
Visit a parse tree produced by theheaderTimeStamplabeled alternative inRfc5424Parser.timestamp().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFull_date
Visit a parse tree produced byRfc5424Parser.full_date().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDate_fullyear
Visit a parse tree produced byRfc5424Parser.date_fullyear().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDate_month
Visit a parse tree produced byRfc5424Parser.date_month().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDate_mday
Visit a parse tree produced byRfc5424Parser.date_mday().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFull_time
Visit a parse tree produced byRfc5424Parser.full_time().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartial_time
Visit a parse tree produced byRfc5424Parser.partial_time().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTime_hour
Visit a parse tree produced byRfc5424Parser.time_hour().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTime_minute
Visit a parse tree produced byRfc5424Parser.time_minute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTime_second
Visit a parse tree produced byRfc5424Parser.time_second().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTime_secfrac
Visit a parse tree produced byRfc5424Parser.time_secfrac().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTime_offset
Visit a parse tree produced byRfc5424Parser.time_offset().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTime_numoffset
Visit a parse tree produced byRfc5424Parser.time_numoffset().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStructured_data
Visit a parse tree produced byRfc5424Parser.structured_data().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSdElement
Visit a parse tree produced by thesdElementlabeled alternative inRfc5424Parser.sd_element().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSdParam
Visit a parse tree produced by thesdParamlabeled alternative inRfc5424Parser.sd_param().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSd_id
Visit a parse tree produced byRfc5424Parser.sd_id().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParamName
Visit a parse tree produced by theparamNamelabeled alternative inRfc5424Parser.param_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParamValue
Visit a parse tree produced by theparamValuelabeled alternative inRfc5424Parser.param_value().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSd_name
Visit a parse tree produced byRfc5424Parser.sd_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMsgUTF8
Visit a parse tree produced by themsgUTF8labeled alternative inRfc5424Parser.msg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMsg_utf8
Visit a parse tree produced byRfc5424Parser.msg_utf8().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBom
Visit a parse tree produced byRfc5424Parser.bom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUtf_8_string
Visit a parse tree produced byRfc5424Parser.utf_8_string().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOctet
Visit a parse tree produced byRfc5424Parser.octet().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSp
Visit a parse tree produced byRfc5424Parser.sp().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrintusascii
Visit a parse tree produced byRfc5424Parser.printusascii().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrintusasciinospecials
Visit a parse tree produced byRfc5424Parser.printusasciinospecials().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonzero_digit
Visit a parse tree produced byRfc5424Parser.nonzero_digit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZeroDigit
Visit a parse tree produced by thezeroDigitlabeled alternative inRfc5424Parser.digit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonZeroDigit
Visit a parse tree produced by thenonZeroDigitlabeled alternative inRfc5424Parser.digit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNilvalue
Visit a parse tree produced byRfc5424Parser.nilvalue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-