Documentation ¶
Index ¶
- Constants
- type AppnameContext
- func (s *AppnameContext) ANTISLASH(i int) antlr.TerminalNode
- func (s *AppnameContext) ASCII(i int) antlr.TerminalNode
- func (s *AppnameContext) AllANTISLASH() []antlr.TerminalNode
- func (s *AppnameContext) AllASCII() []antlr.TerminalNode
- func (s *AppnameContext) AllCLOSEBRACKET() []antlr.TerminalNode
- func (s *AppnameContext) AllCLOSESQUARE() []antlr.TerminalNode
- func (s *AppnameContext) AllCOLON() []antlr.TerminalNode
- func (s *AppnameContext) AllDIGIT() []antlr.TerminalNode
- func (s *AppnameContext) AllDOT() []antlr.TerminalNode
- func (s *AppnameContext) AllEQUAL() []antlr.TerminalNode
- func (s *AppnameContext) AllHYPHEN() []antlr.TerminalNode
- func (s *AppnameContext) AllOPENBRACKET() []antlr.TerminalNode
- func (s *AppnameContext) AllOPENSQUARE() []antlr.TerminalNode
- func (s *AppnameContext) AllPLUS() []antlr.TerminalNode
- func (s *AppnameContext) AllQUOTE() []antlr.TerminalNode
- func (s *AppnameContext) CLOSEBRACKET(i int) antlr.TerminalNode
- func (s *AppnameContext) CLOSESQUARE(i int) antlr.TerminalNode
- func (s *AppnameContext) COLON(i int) antlr.TerminalNode
- func (s *AppnameContext) DIGIT(i int) antlr.TerminalNode
- func (s *AppnameContext) DOT(i int) antlr.TerminalNode
- func (s *AppnameContext) EQUAL(i int) antlr.TerminalNode
- func (s *AppnameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AppnameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AppnameContext) GetParser() antlr.Parser
- func (s *AppnameContext) GetRuleContext() antlr.RuleContext
- func (s *AppnameContext) HYPHEN(i int) antlr.TerminalNode
- func (*AppnameContext) IsAppnameContext()
- func (s *AppnameContext) OPENBRACKET(i int) antlr.TerminalNode
- func (s *AppnameContext) OPENSQUARE(i int) antlr.TerminalNode
- func (s *AppnameContext) PLUS(i int) antlr.TerminalNode
- func (s *AppnameContext) QUOTE(i int) antlr.TerminalNode
- func (s *AppnameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type BaseRFC5424Listener
- func (s *BaseRFC5424Listener) EnterAppname(ctx *AppnameContext)
- func (s *BaseRFC5424Listener) EnterDate(ctx *DateContext)
- func (s *BaseRFC5424Listener) EnterElement(ctx *ElementContext)
- func (s *BaseRFC5424Listener) EnterEveryRule(ctx antlr.ParserRuleContext)
- func (s *BaseRFC5424Listener) EnterFull(ctx *FullContext)
- func (s *BaseRFC5424Listener) EnterHeadr(ctx *HeadrContext)
- func (s *BaseRFC5424Listener) EnterHostname(ctx *HostnameContext)
- func (s *BaseRFC5424Listener) EnterMsg(ctx *MsgContext)
- func (s *BaseRFC5424Listener) EnterMsgid(ctx *MsgidContext)
- func (s *BaseRFC5424Listener) EnterName(ctx *NameContext)
- func (s *BaseRFC5424Listener) EnterParam(ctx *ParamContext)
- func (s *BaseRFC5424Listener) EnterPri(ctx *PriContext)
- func (s *BaseRFC5424Listener) EnterProcid(ctx *ProcidContext)
- func (s *BaseRFC5424Listener) EnterSid(ctx *SidContext)
- func (s *BaseRFC5424Listener) EnterStructured(ctx *StructuredContext)
- func (s *BaseRFC5424Listener) EnterTime(ctx *TimeContext)
- func (s *BaseRFC5424Listener) EnterTimestamp(ctx *TimestampContext)
- func (s *BaseRFC5424Listener) EnterTimezone(ctx *TimezoneContext)
- func (s *BaseRFC5424Listener) EnterValue(ctx *ValueContext)
- func (s *BaseRFC5424Listener) EnterVersion(ctx *VersionContext)
- func (s *BaseRFC5424Listener) ExitAppname(ctx *AppnameContext)
- func (s *BaseRFC5424Listener) ExitDate(ctx *DateContext)
- func (s *BaseRFC5424Listener) ExitElement(ctx *ElementContext)
- func (s *BaseRFC5424Listener) ExitEveryRule(ctx antlr.ParserRuleContext)
- func (s *BaseRFC5424Listener) ExitFull(ctx *FullContext)
- func (s *BaseRFC5424Listener) ExitHeadr(ctx *HeadrContext)
- func (s *BaseRFC5424Listener) ExitHostname(ctx *HostnameContext)
- func (s *BaseRFC5424Listener) ExitMsg(ctx *MsgContext)
- func (s *BaseRFC5424Listener) ExitMsgid(ctx *MsgidContext)
- func (s *BaseRFC5424Listener) ExitName(ctx *NameContext)
- func (s *BaseRFC5424Listener) ExitParam(ctx *ParamContext)
- func (s *BaseRFC5424Listener) ExitPri(ctx *PriContext)
- func (s *BaseRFC5424Listener) ExitProcid(ctx *ProcidContext)
- func (s *BaseRFC5424Listener) ExitSid(ctx *SidContext)
- func (s *BaseRFC5424Listener) ExitStructured(ctx *StructuredContext)
- func (s *BaseRFC5424Listener) ExitTime(ctx *TimeContext)
- func (s *BaseRFC5424Listener) ExitTimestamp(ctx *TimestampContext)
- func (s *BaseRFC5424Listener) ExitTimezone(ctx *TimezoneContext)
- func (s *BaseRFC5424Listener) ExitValue(ctx *ValueContext)
- func (s *BaseRFC5424Listener) ExitVersion(ctx *VersionContext)
- func (s *BaseRFC5424Listener) VisitErrorNode(node antlr.ErrorNode)
- func (s *BaseRFC5424Listener) VisitTerminal(node antlr.TerminalNode)
- type DateContext
- func (s *DateContext) AllDIGIT() []antlr.TerminalNode
- func (s *DateContext) AllHYPHEN() []antlr.TerminalNode
- func (s *DateContext) DIGIT(i int) antlr.TerminalNode
- func (s *DateContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *DateContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *DateContext) GetParser() antlr.Parser
- func (s *DateContext) GetRuleContext() antlr.RuleContext
- func (s *DateContext) HYPHEN(i int) antlr.TerminalNode
- func (*DateContext) IsDateContext()
- func (s *DateContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ElementContext
- func (s *ElementContext) AllParam() []IParamContext
- func (s *ElementContext) AllSP() []antlr.TerminalNode
- func (s *ElementContext) CLOSESQUARE() antlr.TerminalNode
- func (s *ElementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ElementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ElementContext) GetParser() antlr.Parser
- func (s *ElementContext) GetRuleContext() antlr.RuleContext
- func (*ElementContext) IsElementContext()
- func (s *ElementContext) OPENSQUARE() antlr.TerminalNode
- func (s *ElementContext) Param(i int) IParamContext
- func (s *ElementContext) SP(i int) antlr.TerminalNode
- func (s *ElementContext) Sid() ISidContext
- func (s *ElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FullContext
- func (s *FullContext) AllSP() []antlr.TerminalNode
- func (s *FullContext) EOF() antlr.TerminalNode
- func (s *FullContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *FullContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *FullContext) GetParser() antlr.Parser
- func (s *FullContext) GetRuleContext() antlr.RuleContext
- func (s *FullContext) Headr() IHeadrContext
- func (*FullContext) IsFullContext()
- func (s *FullContext) Msg() IMsgContext
- func (s *FullContext) SP(i int) antlr.TerminalNode
- func (s *FullContext) Structured() IStructuredContext
- func (s *FullContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type HeadrContext
- func (s *HeadrContext) AllSP() []antlr.TerminalNode
- func (s *HeadrContext) Appname() IAppnameContext
- func (s *HeadrContext) CLOSEBRACKET() antlr.TerminalNode
- func (s *HeadrContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *HeadrContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *HeadrContext) GetParser() antlr.Parser
- func (s *HeadrContext) GetRuleContext() antlr.RuleContext
- func (s *HeadrContext) Hostname() IHostnameContext
- func (*HeadrContext) IsHeadrContext()
- func (s *HeadrContext) Msgid() IMsgidContext
- func (s *HeadrContext) OPENBRACKET() antlr.TerminalNode
- func (s *HeadrContext) Pri() IPriContext
- func (s *HeadrContext) Procid() IProcidContext
- func (s *HeadrContext) SP(i int) antlr.TerminalNode
- func (s *HeadrContext) Timestamp() ITimestampContext
- func (s *HeadrContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *HeadrContext) Version() IVersionContext
- type HostnameContext
- func (s *HostnameContext) ANTISLASH(i int) antlr.TerminalNode
- func (s *HostnameContext) ASCII(i int) antlr.TerminalNode
- func (s *HostnameContext) AllANTISLASH() []antlr.TerminalNode
- func (s *HostnameContext) AllASCII() []antlr.TerminalNode
- func (s *HostnameContext) AllCLOSEBRACKET() []antlr.TerminalNode
- func (s *HostnameContext) AllCLOSESQUARE() []antlr.TerminalNode
- func (s *HostnameContext) AllCOLON() []antlr.TerminalNode
- func (s *HostnameContext) AllDIGIT() []antlr.TerminalNode
- func (s *HostnameContext) AllDOT() []antlr.TerminalNode
- func (s *HostnameContext) AllEQUAL() []antlr.TerminalNode
- func (s *HostnameContext) AllHYPHEN() []antlr.TerminalNode
- func (s *HostnameContext) AllOPENBRACKET() []antlr.TerminalNode
- func (s *HostnameContext) AllOPENSQUARE() []antlr.TerminalNode
- func (s *HostnameContext) AllPLUS() []antlr.TerminalNode
- func (s *HostnameContext) AllQUOTE() []antlr.TerminalNode
- func (s *HostnameContext) CLOSEBRACKET(i int) antlr.TerminalNode
- func (s *HostnameContext) CLOSESQUARE(i int) antlr.TerminalNode
- func (s *HostnameContext) COLON(i int) antlr.TerminalNode
- func (s *HostnameContext) DIGIT(i int) antlr.TerminalNode
- func (s *HostnameContext) DOT(i int) antlr.TerminalNode
- func (s *HostnameContext) EQUAL(i int) antlr.TerminalNode
- func (s *HostnameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *HostnameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *HostnameContext) GetParser() antlr.Parser
- func (s *HostnameContext) GetRuleContext() antlr.RuleContext
- func (s *HostnameContext) HYPHEN(i int) antlr.TerminalNode
- func (*HostnameContext) IsHostnameContext()
- func (s *HostnameContext) OPENBRACKET(i int) antlr.TerminalNode
- func (s *HostnameContext) OPENSQUARE(i int) antlr.TerminalNode
- func (s *HostnameContext) PLUS(i int) antlr.TerminalNode
- func (s *HostnameContext) QUOTE(i int) antlr.TerminalNode
- func (s *HostnameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IAppnameContext
- type IDateContext
- type IElementContext
- type IFullContext
- type IHeadrContext
- type IHostnameContext
- type IMsgContext
- type IMsgidContext
- type INameContext
- type IParamContext
- type IPriContext
- type IProcidContext
- type ISidContext
- type IStructuredContext
- type ITimeContext
- type ITimestampContext
- type ITimezoneContext
- type IValueContext
- type IVersionContext
- type MsgContext
- func (s *MsgContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *MsgContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *MsgContext) GetParser() antlr.Parser
- func (s *MsgContext) GetRuleContext() antlr.RuleContext
- func (*MsgContext) IsMsgContext()
- func (s *MsgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type MsgidContext
- func (s *MsgidContext) ANTISLASH(i int) antlr.TerminalNode
- func (s *MsgidContext) ASCII(i int) antlr.TerminalNode
- func (s *MsgidContext) AllANTISLASH() []antlr.TerminalNode
- func (s *MsgidContext) AllASCII() []antlr.TerminalNode
- func (s *MsgidContext) AllCLOSEBRACKET() []antlr.TerminalNode
- func (s *MsgidContext) AllCLOSESQUARE() []antlr.TerminalNode
- func (s *MsgidContext) AllCOLON() []antlr.TerminalNode
- func (s *MsgidContext) AllDIGIT() []antlr.TerminalNode
- func (s *MsgidContext) AllDOT() []antlr.TerminalNode
- func (s *MsgidContext) AllEQUAL() []antlr.TerminalNode
- func (s *MsgidContext) AllHYPHEN() []antlr.TerminalNode
- func (s *MsgidContext) AllOPENBRACKET() []antlr.TerminalNode
- func (s *MsgidContext) AllOPENSQUARE() []antlr.TerminalNode
- func (s *MsgidContext) AllPLUS() []antlr.TerminalNode
- func (s *MsgidContext) AllQUOTE() []antlr.TerminalNode
- func (s *MsgidContext) CLOSEBRACKET(i int) antlr.TerminalNode
- func (s *MsgidContext) CLOSESQUARE(i int) antlr.TerminalNode
- func (s *MsgidContext) COLON(i int) antlr.TerminalNode
- func (s *MsgidContext) DIGIT(i int) antlr.TerminalNode
- func (s *MsgidContext) DOT(i int) antlr.TerminalNode
- func (s *MsgidContext) EQUAL(i int) antlr.TerminalNode
- func (s *MsgidContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *MsgidContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *MsgidContext) GetParser() antlr.Parser
- func (s *MsgidContext) GetRuleContext() antlr.RuleContext
- func (s *MsgidContext) HYPHEN(i int) antlr.TerminalNode
- func (*MsgidContext) IsMsgidContext()
- func (s *MsgidContext) OPENBRACKET(i int) antlr.TerminalNode
- func (s *MsgidContext) OPENSQUARE(i int) antlr.TerminalNode
- func (s *MsgidContext) PLUS(i int) antlr.TerminalNode
- func (s *MsgidContext) QUOTE(i int) antlr.TerminalNode
- func (s *MsgidContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type NameContext
- func (s *NameContext) ANTISLASH(i int) antlr.TerminalNode
- func (s *NameContext) ASCII(i int) antlr.TerminalNode
- func (s *NameContext) AllANTISLASH() []antlr.TerminalNode
- func (s *NameContext) AllASCII() []antlr.TerminalNode
- func (s *NameContext) AllCLOSEBRACKET() []antlr.TerminalNode
- func (s *NameContext) AllCOLON() []antlr.TerminalNode
- func (s *NameContext) AllDIGIT() []antlr.TerminalNode
- func (s *NameContext) AllDOT() []antlr.TerminalNode
- func (s *NameContext) AllHYPHEN() []antlr.TerminalNode
- func (s *NameContext) AllOPENBRACKET() []antlr.TerminalNode
- func (s *NameContext) AllOPENSQUARE() []antlr.TerminalNode
- func (s *NameContext) AllPLUS() []antlr.TerminalNode
- func (s *NameContext) CLOSEBRACKET(i int) antlr.TerminalNode
- func (s *NameContext) COLON(i int) antlr.TerminalNode
- func (s *NameContext) DIGIT(i int) antlr.TerminalNode
- func (s *NameContext) DOT(i int) antlr.TerminalNode
- func (s *NameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *NameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *NameContext) GetParser() antlr.Parser
- func (s *NameContext) GetRuleContext() antlr.RuleContext
- func (s *NameContext) HYPHEN(i int) antlr.TerminalNode
- func (*NameContext) IsNameContext()
- func (s *NameContext) OPENBRACKET(i int) antlr.TerminalNode
- func (s *NameContext) OPENSQUARE(i int) antlr.TerminalNode
- func (s *NameContext) PLUS(i int) antlr.TerminalNode
- func (s *NameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ParamContext
- func (s *ParamContext) AllQUOTE() []antlr.TerminalNode
- func (s *ParamContext) EQUAL() antlr.TerminalNode
- func (s *ParamContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ParamContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ParamContext) GetParser() antlr.Parser
- func (s *ParamContext) GetRuleContext() antlr.RuleContext
- func (*ParamContext) IsParamContext()
- func (s *ParamContext) Name() INameContext
- func (s *ParamContext) QUOTE(i int) antlr.TerminalNode
- func (s *ParamContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ParamContext) Value() IValueContext
- type PriContext
- func (s *PriContext) AllDIGIT() []antlr.TerminalNode
- func (s *PriContext) DIGIT(i int) antlr.TerminalNode
- func (s *PriContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *PriContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *PriContext) GetParser() antlr.Parser
- func (s *PriContext) GetRuleContext() antlr.RuleContext
- func (*PriContext) IsPriContext()
- func (s *PriContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ProcidContext
- func (s *ProcidContext) ANTISLASH(i int) antlr.TerminalNode
- func (s *ProcidContext) ASCII(i int) antlr.TerminalNode
- func (s *ProcidContext) AllANTISLASH() []antlr.TerminalNode
- func (s *ProcidContext) AllASCII() []antlr.TerminalNode
- func (s *ProcidContext) AllCLOSEBRACKET() []antlr.TerminalNode
- func (s *ProcidContext) AllCLOSESQUARE() []antlr.TerminalNode
- func (s *ProcidContext) AllCOLON() []antlr.TerminalNode
- func (s *ProcidContext) AllDIGIT() []antlr.TerminalNode
- func (s *ProcidContext) AllDOT() []antlr.TerminalNode
- func (s *ProcidContext) AllEQUAL() []antlr.TerminalNode
- func (s *ProcidContext) AllHYPHEN() []antlr.TerminalNode
- func (s *ProcidContext) AllOPENBRACKET() []antlr.TerminalNode
- func (s *ProcidContext) AllOPENSQUARE() []antlr.TerminalNode
- func (s *ProcidContext) AllPLUS() []antlr.TerminalNode
- func (s *ProcidContext) AllQUOTE() []antlr.TerminalNode
- func (s *ProcidContext) CLOSEBRACKET(i int) antlr.TerminalNode
- func (s *ProcidContext) CLOSESQUARE(i int) antlr.TerminalNode
- func (s *ProcidContext) COLON(i int) antlr.TerminalNode
- func (s *ProcidContext) DIGIT(i int) antlr.TerminalNode
- func (s *ProcidContext) DOT(i int) antlr.TerminalNode
- func (s *ProcidContext) EQUAL(i int) antlr.TerminalNode
- func (s *ProcidContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ProcidContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ProcidContext) GetParser() antlr.Parser
- func (s *ProcidContext) GetRuleContext() antlr.RuleContext
- func (s *ProcidContext) HYPHEN(i int) antlr.TerminalNode
- func (*ProcidContext) IsProcidContext()
- func (s *ProcidContext) OPENBRACKET(i int) antlr.TerminalNode
- func (s *ProcidContext) OPENSQUARE(i int) antlr.TerminalNode
- func (s *ProcidContext) PLUS(i int) antlr.TerminalNode
- func (s *ProcidContext) QUOTE(i int) antlr.TerminalNode
- func (s *ProcidContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type RFC5424Lexer
- type RFC5424Listener
- type RFC5424Parser
- func (p *RFC5424Parser) Appname() (localctx IAppnameContext)
- func (p *RFC5424Parser) Date() (localctx IDateContext)
- func (p *RFC5424Parser) Element() (localctx IElementContext)
- func (p *RFC5424Parser) Full() (localctx IFullContext)
- func (p *RFC5424Parser) Headr() (localctx IHeadrContext)
- func (p *RFC5424Parser) Hostname() (localctx IHostnameContext)
- func (p *RFC5424Parser) Msg() (localctx IMsgContext)
- func (p *RFC5424Parser) Msgid() (localctx IMsgidContext)
- func (p *RFC5424Parser) Name() (localctx INameContext)
- func (p *RFC5424Parser) Param() (localctx IParamContext)
- func (p *RFC5424Parser) Pri() (localctx IPriContext)
- func (p *RFC5424Parser) Procid() (localctx IProcidContext)
- func (p *RFC5424Parser) Sid() (localctx ISidContext)
- func (p *RFC5424Parser) Structured() (localctx IStructuredContext)
- func (p *RFC5424Parser) Time() (localctx ITimeContext)
- func (p *RFC5424Parser) Timestamp() (localctx ITimestampContext)
- func (p *RFC5424Parser) Timezone() (localctx ITimezoneContext)
- func (p *RFC5424Parser) Value() (localctx IValueContext)
- func (p *RFC5424Parser) Version() (localctx IVersionContext)
- type SidContext
- func (s *SidContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *SidContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *SidContext) GetParser() antlr.Parser
- func (s *SidContext) GetRuleContext() antlr.RuleContext
- func (*SidContext) IsSidContext()
- func (s *SidContext) Name() INameContext
- func (s *SidContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type StructuredContext
- func (s *StructuredContext) AllElement() []IElementContext
- func (s *StructuredContext) Element(i int) IElementContext
- func (s *StructuredContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *StructuredContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *StructuredContext) GetParser() antlr.Parser
- func (s *StructuredContext) GetRuleContext() antlr.RuleContext
- func (s *StructuredContext) HYPHEN() antlr.TerminalNode
- func (*StructuredContext) IsStructuredContext()
- func (s *StructuredContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TimeContext
- func (s *TimeContext) AllCOLON() []antlr.TerminalNode
- func (s *TimeContext) AllDIGIT() []antlr.TerminalNode
- func (s *TimeContext) COLON(i int) antlr.TerminalNode
- func (s *TimeContext) DIGIT(i int) antlr.TerminalNode
- func (s *TimeContext) DOT() antlr.TerminalNode
- func (s *TimeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TimeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TimeContext) GetParser() antlr.Parser
- func (s *TimeContext) GetRuleContext() antlr.RuleContext
- func (*TimeContext) IsTimeContext()
- func (s *TimeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TimestampContext
- func (s *TimestampContext) ASCII() antlr.TerminalNode
- func (s *TimestampContext) Date() IDateContext
- func (s *TimestampContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TimestampContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TimestampContext) GetParser() antlr.Parser
- func (s *TimestampContext) GetRuleContext() antlr.RuleContext
- func (*TimestampContext) IsTimestampContext()
- func (s *TimestampContext) Time() ITimeContext
- func (s *TimestampContext) Timezone() ITimezoneContext
- func (s *TimestampContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TimezoneContext
- func (s *TimezoneContext) ASCII() antlr.TerminalNode
- func (s *TimezoneContext) AllDIGIT() []antlr.TerminalNode
- func (s *TimezoneContext) COLON() antlr.TerminalNode
- func (s *TimezoneContext) DIGIT(i int) antlr.TerminalNode
- func (s *TimezoneContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TimezoneContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TimezoneContext) GetParser() antlr.Parser
- func (s *TimezoneContext) GetRuleContext() antlr.RuleContext
- func (s *TimezoneContext) HYPHEN() antlr.TerminalNode
- func (*TimezoneContext) IsTimezoneContext()
- func (s *TimezoneContext) PLUS() antlr.TerminalNode
- func (s *TimezoneContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ValueContext
- func (s *ValueContext) ANTISLASH(i int) antlr.TerminalNode
- func (s *ValueContext) ASCII(i int) antlr.TerminalNode
- func (s *ValueContext) AllANTISLASH() []antlr.TerminalNode
- func (s *ValueContext) AllASCII() []antlr.TerminalNode
- func (s *ValueContext) AllCLOSEBRACKET() []antlr.TerminalNode
- func (s *ValueContext) AllCLOSESQUARE() []antlr.TerminalNode
- func (s *ValueContext) AllCOLON() []antlr.TerminalNode
- func (s *ValueContext) AllDIGIT() []antlr.TerminalNode
- func (s *ValueContext) AllDOT() []antlr.TerminalNode
- func (s *ValueContext) AllEQUAL() []antlr.TerminalNode
- func (s *ValueContext) AllHYPHEN() []antlr.TerminalNode
- func (s *ValueContext) AllOPENBRACKET() []antlr.TerminalNode
- func (s *ValueContext) AllOPENSQUARE() []antlr.TerminalNode
- func (s *ValueContext) AllPLUS() []antlr.TerminalNode
- func (s *ValueContext) AllQUOTE() []antlr.TerminalNode
- func (s *ValueContext) AllSP() []antlr.TerminalNode
- func (s *ValueContext) AllVALUECHAR() []antlr.TerminalNode
- func (s *ValueContext) CLOSEBRACKET(i int) antlr.TerminalNode
- func (s *ValueContext) CLOSESQUARE(i int) antlr.TerminalNode
- func (s *ValueContext) COLON(i int) antlr.TerminalNode
- func (s *ValueContext) DIGIT(i int) antlr.TerminalNode
- func (s *ValueContext) DOT(i int) antlr.TerminalNode
- func (s *ValueContext) EQUAL(i int) antlr.TerminalNode
- func (s *ValueContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ValueContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ValueContext) GetParser() antlr.Parser
- func (s *ValueContext) GetRuleContext() antlr.RuleContext
- func (s *ValueContext) HYPHEN(i int) antlr.TerminalNode
- func (*ValueContext) IsValueContext()
- func (s *ValueContext) OPENBRACKET(i int) antlr.TerminalNode
- func (s *ValueContext) OPENSQUARE(i int) antlr.TerminalNode
- func (s *ValueContext) PLUS(i int) antlr.TerminalNode
- func (s *ValueContext) QUOTE(i int) antlr.TerminalNode
- func (s *ValueContext) SP(i int) antlr.TerminalNode
- func (s *ValueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ValueContext) VALUECHAR(i int) antlr.TerminalNode
- type VersionContext
- func (s *VersionContext) AllDIGIT() []antlr.TerminalNode
- func (s *VersionContext) DIGIT(i int) antlr.TerminalNode
- func (s *VersionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *VersionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *VersionContext) GetParser() antlr.Parser
- func (s *VersionContext) GetRuleContext() antlr.RuleContext
- func (*VersionContext) IsVersionContext()
- func (s *VersionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
Constants ¶
const ( RFC5424LexerDIGIT = 1 RFC5424LexerDOT = 2 RFC5424LexerOPENBRACKET = 3 RFC5424LexerCLOSEBRACKET = 4 RFC5424LexerPLUS = 5 RFC5424LexerHYPHEN = 6 RFC5424LexerCOLON = 7 RFC5424LexerSP = 8 RFC5424LexerEQUAL = 9 RFC5424LexerQUOTE = 10 RFC5424LexerOPENSQUARE = 11 RFC5424LexerCLOSESQUARE = 12 RFC5424LexerANTISLASH = 13 RFC5424LexerASCII = 14 RFC5424LexerVALUECHAR = 15 RFC5424LexerANYCHAR = 16 )
RFC5424Lexer tokens.
const ( RFC5424ParserEOF = antlr.TokenEOF RFC5424ParserDIGIT = 1 RFC5424ParserDOT = 2 RFC5424ParserOPENBRACKET = 3 RFC5424ParserCLOSEBRACKET = 4 RFC5424ParserPLUS = 5 RFC5424ParserHYPHEN = 6 RFC5424ParserCOLON = 7 RFC5424ParserSP = 8 RFC5424ParserEQUAL = 9 RFC5424ParserQUOTE = 10 RFC5424ParserOPENSQUARE = 11 RFC5424ParserCLOSESQUARE = 12 RFC5424ParserANTISLASH = 13 RFC5424ParserASCII = 14 RFC5424ParserVALUECHAR = 15 RFC5424ParserANYCHAR = 16 )
RFC5424Parser tokens.
const ( RFC5424ParserRULE_full = 0 RFC5424ParserRULE_headr = 1 RFC5424ParserRULE_msg = 2 RFC5424ParserRULE_timestamp = 3 RFC5424ParserRULE_date = 4 RFC5424ParserRULE_time = 5 RFC5424ParserRULE_timezone = 6 RFC5424ParserRULE_pri = 7 RFC5424ParserRULE_version = 8 RFC5424ParserRULE_hostname = 9 RFC5424ParserRULE_appname = 10 RFC5424ParserRULE_msgid = 11 RFC5424ParserRULE_procid = 12 RFC5424ParserRULE_structured = 13 RFC5424ParserRULE_element = 14 RFC5424ParserRULE_sid = 15 RFC5424ParserRULE_param = 16 RFC5424ParserRULE_name = 17 RFC5424ParserRULE_value = 18 )
RFC5424Parser rules.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppnameContext ¶
type AppnameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAppnameContext ¶
func NewAppnameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AppnameContext
func NewEmptyAppnameContext ¶
func NewEmptyAppnameContext() *AppnameContext
func (*AppnameContext) ANTISLASH ¶
func (s *AppnameContext) ANTISLASH(i int) antlr.TerminalNode
func (*AppnameContext) ASCII ¶
func (s *AppnameContext) ASCII(i int) antlr.TerminalNode
func (*AppnameContext) AllANTISLASH ¶
func (s *AppnameContext) AllANTISLASH() []antlr.TerminalNode
func (*AppnameContext) AllASCII ¶
func (s *AppnameContext) AllASCII() []antlr.TerminalNode
func (*AppnameContext) AllCLOSEBRACKET ¶
func (s *AppnameContext) AllCLOSEBRACKET() []antlr.TerminalNode
func (*AppnameContext) AllCLOSESQUARE ¶
func (s *AppnameContext) AllCLOSESQUARE() []antlr.TerminalNode
func (*AppnameContext) AllCOLON ¶
func (s *AppnameContext) AllCOLON() []antlr.TerminalNode
func (*AppnameContext) AllDIGIT ¶
func (s *AppnameContext) AllDIGIT() []antlr.TerminalNode
func (*AppnameContext) AllDOT ¶
func (s *AppnameContext) AllDOT() []antlr.TerminalNode
func (*AppnameContext) AllEQUAL ¶
func (s *AppnameContext) AllEQUAL() []antlr.TerminalNode
func (*AppnameContext) AllHYPHEN ¶
func (s *AppnameContext) AllHYPHEN() []antlr.TerminalNode
func (*AppnameContext) AllOPENBRACKET ¶
func (s *AppnameContext) AllOPENBRACKET() []antlr.TerminalNode
func (*AppnameContext) AllOPENSQUARE ¶
func (s *AppnameContext) AllOPENSQUARE() []antlr.TerminalNode
func (*AppnameContext) AllPLUS ¶
func (s *AppnameContext) AllPLUS() []antlr.TerminalNode
func (*AppnameContext) AllQUOTE ¶
func (s *AppnameContext) AllQUOTE() []antlr.TerminalNode
func (*AppnameContext) CLOSEBRACKET ¶
func (s *AppnameContext) CLOSEBRACKET(i int) antlr.TerminalNode
func (*AppnameContext) CLOSESQUARE ¶
func (s *AppnameContext) CLOSESQUARE(i int) antlr.TerminalNode
func (*AppnameContext) COLON ¶
func (s *AppnameContext) COLON(i int) antlr.TerminalNode
func (*AppnameContext) DIGIT ¶
func (s *AppnameContext) DIGIT(i int) antlr.TerminalNode
func (*AppnameContext) DOT ¶
func (s *AppnameContext) DOT(i int) antlr.TerminalNode
func (*AppnameContext) EQUAL ¶
func (s *AppnameContext) EQUAL(i int) antlr.TerminalNode
func (*AppnameContext) EnterRule ¶
func (s *AppnameContext) EnterRule(listener antlr.ParseTreeListener)
func (*AppnameContext) ExitRule ¶
func (s *AppnameContext) ExitRule(listener antlr.ParseTreeListener)
func (*AppnameContext) GetParser ¶
func (s *AppnameContext) GetParser() antlr.Parser
func (*AppnameContext) GetRuleContext ¶
func (s *AppnameContext) GetRuleContext() antlr.RuleContext
func (*AppnameContext) HYPHEN ¶
func (s *AppnameContext) HYPHEN(i int) antlr.TerminalNode
func (*AppnameContext) IsAppnameContext ¶
func (*AppnameContext) IsAppnameContext()
func (*AppnameContext) OPENBRACKET ¶
func (s *AppnameContext) OPENBRACKET(i int) antlr.TerminalNode
func (*AppnameContext) OPENSQUARE ¶
func (s *AppnameContext) OPENSQUARE(i int) antlr.TerminalNode
func (*AppnameContext) PLUS ¶
func (s *AppnameContext) PLUS(i int) antlr.TerminalNode
func (*AppnameContext) QUOTE ¶
func (s *AppnameContext) QUOTE(i int) antlr.TerminalNode
func (*AppnameContext) ToStringTree ¶
func (s *AppnameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type BaseRFC5424Listener ¶
type BaseRFC5424Listener struct{}
BaseRFC5424Listener is a complete listener for a parse tree produced by RFC5424Parser.
func (*BaseRFC5424Listener) EnterAppname ¶
func (s *BaseRFC5424Listener) EnterAppname(ctx *AppnameContext)
EnterAppname is called when production appname is entered.
func (*BaseRFC5424Listener) EnterDate ¶
func (s *BaseRFC5424Listener) EnterDate(ctx *DateContext)
EnterDate is called when production date is entered.
func (*BaseRFC5424Listener) EnterElement ¶
func (s *BaseRFC5424Listener) EnterElement(ctx *ElementContext)
EnterElement is called when production element is entered.
func (*BaseRFC5424Listener) EnterEveryRule ¶
func (s *BaseRFC5424Listener) EnterEveryRule(ctx antlr.ParserRuleContext)
EnterEveryRule is called when any rule is entered.
func (*BaseRFC5424Listener) EnterFull ¶
func (s *BaseRFC5424Listener) EnterFull(ctx *FullContext)
EnterFull is called when production full is entered.
func (*BaseRFC5424Listener) EnterHeadr ¶
func (s *BaseRFC5424Listener) EnterHeadr(ctx *HeadrContext)
EnterHeadr is called when production headr is entered.
func (*BaseRFC5424Listener) EnterHostname ¶
func (s *BaseRFC5424Listener) EnterHostname(ctx *HostnameContext)
EnterHostname is called when production hostname is entered.
func (*BaseRFC5424Listener) EnterMsg ¶
func (s *BaseRFC5424Listener) EnterMsg(ctx *MsgContext)
EnterMsg is called when production msg is entered.
func (*BaseRFC5424Listener) EnterMsgid ¶
func (s *BaseRFC5424Listener) EnterMsgid(ctx *MsgidContext)
EnterMsgid is called when production msgid is entered.
func (*BaseRFC5424Listener) EnterName ¶
func (s *BaseRFC5424Listener) EnterName(ctx *NameContext)
EnterName is called when production name is entered.
func (*BaseRFC5424Listener) EnterParam ¶
func (s *BaseRFC5424Listener) EnterParam(ctx *ParamContext)
EnterParam is called when production param is entered.
func (*BaseRFC5424Listener) EnterPri ¶
func (s *BaseRFC5424Listener) EnterPri(ctx *PriContext)
EnterPri is called when production pri is entered.
func (*BaseRFC5424Listener) EnterProcid ¶
func (s *BaseRFC5424Listener) EnterProcid(ctx *ProcidContext)
EnterProcid is called when production procid is entered.
func (*BaseRFC5424Listener) EnterSid ¶
func (s *BaseRFC5424Listener) EnterSid(ctx *SidContext)
EnterSid is called when production sid is entered.
func (*BaseRFC5424Listener) EnterStructured ¶
func (s *BaseRFC5424Listener) EnterStructured(ctx *StructuredContext)
EnterStructured is called when production structured is entered.
func (*BaseRFC5424Listener) EnterTime ¶
func (s *BaseRFC5424Listener) EnterTime(ctx *TimeContext)
EnterTime is called when production time is entered.
func (*BaseRFC5424Listener) EnterTimestamp ¶
func (s *BaseRFC5424Listener) EnterTimestamp(ctx *TimestampContext)
EnterTimestamp is called when production timestamp is entered.
func (*BaseRFC5424Listener) EnterTimezone ¶
func (s *BaseRFC5424Listener) EnterTimezone(ctx *TimezoneContext)
EnterTimezone is called when production timezone is entered.
func (*BaseRFC5424Listener) EnterValue ¶
func (s *BaseRFC5424Listener) EnterValue(ctx *ValueContext)
EnterValue is called when production value is entered.
func (*BaseRFC5424Listener) EnterVersion ¶
func (s *BaseRFC5424Listener) EnterVersion(ctx *VersionContext)
EnterVersion is called when production version is entered.
func (*BaseRFC5424Listener) ExitAppname ¶
func (s *BaseRFC5424Listener) ExitAppname(ctx *AppnameContext)
ExitAppname is called when production appname is exited.
func (*BaseRFC5424Listener) ExitDate ¶
func (s *BaseRFC5424Listener) ExitDate(ctx *DateContext)
ExitDate is called when production date is exited.
func (*BaseRFC5424Listener) ExitElement ¶
func (s *BaseRFC5424Listener) ExitElement(ctx *ElementContext)
ExitElement is called when production element is exited.
func (*BaseRFC5424Listener) ExitEveryRule ¶
func (s *BaseRFC5424Listener) ExitEveryRule(ctx antlr.ParserRuleContext)
ExitEveryRule is called when any rule is exited.
func (*BaseRFC5424Listener) ExitFull ¶
func (s *BaseRFC5424Listener) ExitFull(ctx *FullContext)
ExitFull is called when production full is exited.
func (*BaseRFC5424Listener) ExitHeadr ¶
func (s *BaseRFC5424Listener) ExitHeadr(ctx *HeadrContext)
ExitHeadr is called when production headr is exited.
func (*BaseRFC5424Listener) ExitHostname ¶
func (s *BaseRFC5424Listener) ExitHostname(ctx *HostnameContext)
ExitHostname is called when production hostname is exited.
func (*BaseRFC5424Listener) ExitMsg ¶
func (s *BaseRFC5424Listener) ExitMsg(ctx *MsgContext)
ExitMsg is called when production msg is exited.
func (*BaseRFC5424Listener) ExitMsgid ¶
func (s *BaseRFC5424Listener) ExitMsgid(ctx *MsgidContext)
ExitMsgid is called when production msgid is exited.
func (*BaseRFC5424Listener) ExitName ¶
func (s *BaseRFC5424Listener) ExitName(ctx *NameContext)
ExitName is called when production name is exited.
func (*BaseRFC5424Listener) ExitParam ¶
func (s *BaseRFC5424Listener) ExitParam(ctx *ParamContext)
ExitParam is called when production param is exited.
func (*BaseRFC5424Listener) ExitPri ¶
func (s *BaseRFC5424Listener) ExitPri(ctx *PriContext)
ExitPri is called when production pri is exited.
func (*BaseRFC5424Listener) ExitProcid ¶
func (s *BaseRFC5424Listener) ExitProcid(ctx *ProcidContext)
ExitProcid is called when production procid is exited.
func (*BaseRFC5424Listener) ExitSid ¶
func (s *BaseRFC5424Listener) ExitSid(ctx *SidContext)
ExitSid is called when production sid is exited.
func (*BaseRFC5424Listener) ExitStructured ¶
func (s *BaseRFC5424Listener) ExitStructured(ctx *StructuredContext)
ExitStructured is called when production structured is exited.
func (*BaseRFC5424Listener) ExitTime ¶
func (s *BaseRFC5424Listener) ExitTime(ctx *TimeContext)
ExitTime is called when production time is exited.
func (*BaseRFC5424Listener) ExitTimestamp ¶
func (s *BaseRFC5424Listener) ExitTimestamp(ctx *TimestampContext)
ExitTimestamp is called when production timestamp is exited.
func (*BaseRFC5424Listener) ExitTimezone ¶
func (s *BaseRFC5424Listener) ExitTimezone(ctx *TimezoneContext)
ExitTimezone is called when production timezone is exited.
func (*BaseRFC5424Listener) ExitValue ¶
func (s *BaseRFC5424Listener) ExitValue(ctx *ValueContext)
ExitValue is called when production value is exited.
func (*BaseRFC5424Listener) ExitVersion ¶
func (s *BaseRFC5424Listener) ExitVersion(ctx *VersionContext)
ExitVersion is called when production version is exited.
func (*BaseRFC5424Listener) VisitErrorNode ¶
func (s *BaseRFC5424Listener) VisitErrorNode(node antlr.ErrorNode)
VisitErrorNode is called when an error node is visited.
func (*BaseRFC5424Listener) VisitTerminal ¶
func (s *BaseRFC5424Listener) VisitTerminal(node antlr.TerminalNode)
VisitTerminal is called when a terminal node is visited.
type DateContext ¶
type DateContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDateContext ¶
func NewDateContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DateContext
func NewEmptyDateContext ¶
func NewEmptyDateContext() *DateContext
func (*DateContext) AllDIGIT ¶
func (s *DateContext) AllDIGIT() []antlr.TerminalNode
func (*DateContext) AllHYPHEN ¶
func (s *DateContext) AllHYPHEN() []antlr.TerminalNode
func (*DateContext) DIGIT ¶
func (s *DateContext) DIGIT(i int) antlr.TerminalNode
func (*DateContext) EnterRule ¶
func (s *DateContext) EnterRule(listener antlr.ParseTreeListener)
func (*DateContext) ExitRule ¶
func (s *DateContext) ExitRule(listener antlr.ParseTreeListener)
func (*DateContext) GetParser ¶
func (s *DateContext) GetParser() antlr.Parser
func (*DateContext) GetRuleContext ¶
func (s *DateContext) GetRuleContext() antlr.RuleContext
func (*DateContext) HYPHEN ¶
func (s *DateContext) HYPHEN(i int) antlr.TerminalNode
func (*DateContext) IsDateContext ¶
func (*DateContext) IsDateContext()
func (*DateContext) ToStringTree ¶
func (s *DateContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ElementContext ¶
type ElementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewElementContext ¶
func NewElementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ElementContext
func NewEmptyElementContext ¶
func NewEmptyElementContext() *ElementContext
func (*ElementContext) AllParam ¶
func (s *ElementContext) AllParam() []IParamContext
func (*ElementContext) AllSP ¶
func (s *ElementContext) AllSP() []antlr.TerminalNode
func (*ElementContext) CLOSESQUARE ¶
func (s *ElementContext) CLOSESQUARE() antlr.TerminalNode
func (*ElementContext) EnterRule ¶
func (s *ElementContext) EnterRule(listener antlr.ParseTreeListener)
func (*ElementContext) ExitRule ¶
func (s *ElementContext) ExitRule(listener antlr.ParseTreeListener)
func (*ElementContext) GetParser ¶
func (s *ElementContext) GetParser() antlr.Parser
func (*ElementContext) GetRuleContext ¶
func (s *ElementContext) GetRuleContext() antlr.RuleContext
func (*ElementContext) IsElementContext ¶
func (*ElementContext) IsElementContext()
func (*ElementContext) OPENSQUARE ¶
func (s *ElementContext) OPENSQUARE() antlr.TerminalNode
func (*ElementContext) Param ¶
func (s *ElementContext) Param(i int) IParamContext
func (*ElementContext) SP ¶
func (s *ElementContext) SP(i int) antlr.TerminalNode
func (*ElementContext) Sid ¶
func (s *ElementContext) Sid() ISidContext
func (*ElementContext) ToStringTree ¶
func (s *ElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type FullContext ¶
type FullContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFullContext ¶
func NewEmptyFullContext() *FullContext
func NewFullContext ¶
func NewFullContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FullContext
func (*FullContext) AllSP ¶
func (s *FullContext) AllSP() []antlr.TerminalNode
func (*FullContext) EOF ¶
func (s *FullContext) EOF() antlr.TerminalNode
func (*FullContext) EnterRule ¶
func (s *FullContext) EnterRule(listener antlr.ParseTreeListener)
func (*FullContext) ExitRule ¶
func (s *FullContext) ExitRule(listener antlr.ParseTreeListener)
func (*FullContext) GetParser ¶
func (s *FullContext) GetParser() antlr.Parser
func (*FullContext) GetRuleContext ¶
func (s *FullContext) GetRuleContext() antlr.RuleContext
func (*FullContext) Headr ¶
func (s *FullContext) Headr() IHeadrContext
func (*FullContext) IsFullContext ¶
func (*FullContext) IsFullContext()
func (*FullContext) Msg ¶
func (s *FullContext) Msg() IMsgContext
func (*FullContext) SP ¶
func (s *FullContext) SP(i int) antlr.TerminalNode
func (*FullContext) Structured ¶
func (s *FullContext) Structured() IStructuredContext
func (*FullContext) ToStringTree ¶
func (s *FullContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type HeadrContext ¶
type HeadrContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyHeadrContext ¶
func NewEmptyHeadrContext() *HeadrContext
func NewHeadrContext ¶
func NewHeadrContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *HeadrContext
func (*HeadrContext) AllSP ¶
func (s *HeadrContext) AllSP() []antlr.TerminalNode
func (*HeadrContext) Appname ¶
func (s *HeadrContext) Appname() IAppnameContext
func (*HeadrContext) CLOSEBRACKET ¶
func (s *HeadrContext) CLOSEBRACKET() antlr.TerminalNode
func (*HeadrContext) EnterRule ¶
func (s *HeadrContext) EnterRule(listener antlr.ParseTreeListener)
func (*HeadrContext) ExitRule ¶
func (s *HeadrContext) ExitRule(listener antlr.ParseTreeListener)
func (*HeadrContext) GetParser ¶
func (s *HeadrContext) GetParser() antlr.Parser
func (*HeadrContext) GetRuleContext ¶
func (s *HeadrContext) GetRuleContext() antlr.RuleContext
func (*HeadrContext) Hostname ¶
func (s *HeadrContext) Hostname() IHostnameContext
func (*HeadrContext) IsHeadrContext ¶
func (*HeadrContext) IsHeadrContext()
func (*HeadrContext) Msgid ¶
func (s *HeadrContext) Msgid() IMsgidContext
func (*HeadrContext) OPENBRACKET ¶
func (s *HeadrContext) OPENBRACKET() antlr.TerminalNode
func (*HeadrContext) Pri ¶
func (s *HeadrContext) Pri() IPriContext
func (*HeadrContext) Procid ¶
func (s *HeadrContext) Procid() IProcidContext
func (*HeadrContext) SP ¶
func (s *HeadrContext) SP(i int) antlr.TerminalNode
func (*HeadrContext) Timestamp ¶
func (s *HeadrContext) Timestamp() ITimestampContext
func (*HeadrContext) ToStringTree ¶
func (s *HeadrContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*HeadrContext) Version ¶
func (s *HeadrContext) Version() IVersionContext
type HostnameContext ¶
type HostnameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyHostnameContext ¶
func NewEmptyHostnameContext() *HostnameContext
func NewHostnameContext ¶
func NewHostnameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *HostnameContext
func (*HostnameContext) ANTISLASH ¶
func (s *HostnameContext) ANTISLASH(i int) antlr.TerminalNode
func (*HostnameContext) ASCII ¶
func (s *HostnameContext) ASCII(i int) antlr.TerminalNode
func (*HostnameContext) AllANTISLASH ¶
func (s *HostnameContext) AllANTISLASH() []antlr.TerminalNode
func (*HostnameContext) AllASCII ¶
func (s *HostnameContext) AllASCII() []antlr.TerminalNode
func (*HostnameContext) AllCLOSEBRACKET ¶
func (s *HostnameContext) AllCLOSEBRACKET() []antlr.TerminalNode
func (*HostnameContext) AllCLOSESQUARE ¶
func (s *HostnameContext) AllCLOSESQUARE() []antlr.TerminalNode
func (*HostnameContext) AllCOLON ¶
func (s *HostnameContext) AllCOLON() []antlr.TerminalNode
func (*HostnameContext) AllDIGIT ¶
func (s *HostnameContext) AllDIGIT() []antlr.TerminalNode
func (*HostnameContext) AllDOT ¶
func (s *HostnameContext) AllDOT() []antlr.TerminalNode
func (*HostnameContext) AllEQUAL ¶
func (s *HostnameContext) AllEQUAL() []antlr.TerminalNode
func (*HostnameContext) AllHYPHEN ¶
func (s *HostnameContext) AllHYPHEN() []antlr.TerminalNode
func (*HostnameContext) AllOPENBRACKET ¶
func (s *HostnameContext) AllOPENBRACKET() []antlr.TerminalNode
func (*HostnameContext) AllOPENSQUARE ¶
func (s *HostnameContext) AllOPENSQUARE() []antlr.TerminalNode
func (*HostnameContext) AllPLUS ¶
func (s *HostnameContext) AllPLUS() []antlr.TerminalNode
func (*HostnameContext) AllQUOTE ¶
func (s *HostnameContext) AllQUOTE() []antlr.TerminalNode
func (*HostnameContext) CLOSEBRACKET ¶
func (s *HostnameContext) CLOSEBRACKET(i int) antlr.TerminalNode
func (*HostnameContext) CLOSESQUARE ¶
func (s *HostnameContext) CLOSESQUARE(i int) antlr.TerminalNode
func (*HostnameContext) COLON ¶
func (s *HostnameContext) COLON(i int) antlr.TerminalNode
func (*HostnameContext) DIGIT ¶
func (s *HostnameContext) DIGIT(i int) antlr.TerminalNode
func (*HostnameContext) DOT ¶
func (s *HostnameContext) DOT(i int) antlr.TerminalNode
func (*HostnameContext) EQUAL ¶
func (s *HostnameContext) EQUAL(i int) antlr.TerminalNode
func (*HostnameContext) EnterRule ¶
func (s *HostnameContext) EnterRule(listener antlr.ParseTreeListener)
func (*HostnameContext) ExitRule ¶
func (s *HostnameContext) ExitRule(listener antlr.ParseTreeListener)
func (*HostnameContext) GetParser ¶
func (s *HostnameContext) GetParser() antlr.Parser
func (*HostnameContext) GetRuleContext ¶
func (s *HostnameContext) GetRuleContext() antlr.RuleContext
func (*HostnameContext) HYPHEN ¶
func (s *HostnameContext) HYPHEN(i int) antlr.TerminalNode
func (*HostnameContext) IsHostnameContext ¶
func (*HostnameContext) IsHostnameContext()
func (*HostnameContext) OPENBRACKET ¶
func (s *HostnameContext) OPENBRACKET(i int) antlr.TerminalNode
func (*HostnameContext) OPENSQUARE ¶
func (s *HostnameContext) OPENSQUARE(i int) antlr.TerminalNode
func (*HostnameContext) PLUS ¶
func (s *HostnameContext) PLUS(i int) antlr.TerminalNode
func (*HostnameContext) QUOTE ¶
func (s *HostnameContext) QUOTE(i int) antlr.TerminalNode
func (*HostnameContext) ToStringTree ¶
func (s *HostnameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type IAppnameContext ¶
type IAppnameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAppnameContext differentiates from other interfaces. IsAppnameContext() }
IAppnameContext is an interface to support dynamic dispatch.
type IDateContext ¶
type IDateContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDateContext differentiates from other interfaces. IsDateContext() }
IDateContext is an interface to support dynamic dispatch.
type IElementContext ¶
type IElementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsElementContext differentiates from other interfaces. IsElementContext() }
IElementContext is an interface to support dynamic dispatch.
type IFullContext ¶
type IFullContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFullContext differentiates from other interfaces. IsFullContext() }
IFullContext is an interface to support dynamic dispatch.
type IHeadrContext ¶
type IHeadrContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsHeadrContext differentiates from other interfaces. IsHeadrContext() }
IHeadrContext is an interface to support dynamic dispatch.
type IHostnameContext ¶
type IHostnameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsHostnameContext differentiates from other interfaces. IsHostnameContext() }
IHostnameContext is an interface to support dynamic dispatch.
type IMsgContext ¶
type IMsgContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMsgContext differentiates from other interfaces. IsMsgContext() }
IMsgContext is an interface to support dynamic dispatch.
type IMsgidContext ¶
type IMsgidContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMsgidContext differentiates from other interfaces. IsMsgidContext() }
IMsgidContext is an interface to support dynamic dispatch.
type INameContext ¶
type INameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNameContext differentiates from other interfaces. IsNameContext() }
INameContext is an interface to support dynamic dispatch.
type IParamContext ¶
type IParamContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsParamContext differentiates from other interfaces. IsParamContext() }
IParamContext is an interface to support dynamic dispatch.
type IPriContext ¶
type IPriContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPriContext differentiates from other interfaces. IsPriContext() }
IPriContext is an interface to support dynamic dispatch.
type IProcidContext ¶
type IProcidContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsProcidContext differentiates from other interfaces. IsProcidContext() }
IProcidContext is an interface to support dynamic dispatch.
type ISidContext ¶
type ISidContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSidContext differentiates from other interfaces. IsSidContext() }
ISidContext is an interface to support dynamic dispatch.
type IStructuredContext ¶
type IStructuredContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsStructuredContext differentiates from other interfaces. IsStructuredContext() }
IStructuredContext is an interface to support dynamic dispatch.
type ITimeContext ¶
type ITimeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTimeContext differentiates from other interfaces. IsTimeContext() }
ITimeContext is an interface to support dynamic dispatch.
type ITimestampContext ¶
type ITimestampContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTimestampContext differentiates from other interfaces. IsTimestampContext() }
ITimestampContext is an interface to support dynamic dispatch.
type ITimezoneContext ¶
type ITimezoneContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTimezoneContext differentiates from other interfaces. IsTimezoneContext() }
ITimezoneContext is an interface to support dynamic dispatch.
type IValueContext ¶
type IValueContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsValueContext differentiates from other interfaces. IsValueContext() }
IValueContext is an interface to support dynamic dispatch.
type IVersionContext ¶
type IVersionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsVersionContext differentiates from other interfaces. IsVersionContext() }
IVersionContext is an interface to support dynamic dispatch.
type MsgContext ¶
type MsgContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMsgContext ¶
func NewEmptyMsgContext() *MsgContext
func NewMsgContext ¶
func NewMsgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MsgContext
func (*MsgContext) EnterRule ¶
func (s *MsgContext) EnterRule(listener antlr.ParseTreeListener)
func (*MsgContext) ExitRule ¶
func (s *MsgContext) ExitRule(listener antlr.ParseTreeListener)
func (*MsgContext) GetParser ¶
func (s *MsgContext) GetParser() antlr.Parser
func (*MsgContext) GetRuleContext ¶
func (s *MsgContext) GetRuleContext() antlr.RuleContext
func (*MsgContext) IsMsgContext ¶
func (*MsgContext) IsMsgContext()
func (*MsgContext) ToStringTree ¶
func (s *MsgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type MsgidContext ¶
type MsgidContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMsgidContext ¶
func NewEmptyMsgidContext() *MsgidContext
func NewMsgidContext ¶
func NewMsgidContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MsgidContext
func (*MsgidContext) ANTISLASH ¶
func (s *MsgidContext) ANTISLASH(i int) antlr.TerminalNode
func (*MsgidContext) ASCII ¶
func (s *MsgidContext) ASCII(i int) antlr.TerminalNode
func (*MsgidContext) AllANTISLASH ¶
func (s *MsgidContext) AllANTISLASH() []antlr.TerminalNode
func (*MsgidContext) AllASCII ¶
func (s *MsgidContext) AllASCII() []antlr.TerminalNode
func (*MsgidContext) AllCLOSEBRACKET ¶
func (s *MsgidContext) AllCLOSEBRACKET() []antlr.TerminalNode
func (*MsgidContext) AllCLOSESQUARE ¶
func (s *MsgidContext) AllCLOSESQUARE() []antlr.TerminalNode
func (*MsgidContext) AllCOLON ¶
func (s *MsgidContext) AllCOLON() []antlr.TerminalNode
func (*MsgidContext) AllDIGIT ¶
func (s *MsgidContext) AllDIGIT() []antlr.TerminalNode
func (*MsgidContext) AllDOT ¶
func (s *MsgidContext) AllDOT() []antlr.TerminalNode
func (*MsgidContext) AllEQUAL ¶
func (s *MsgidContext) AllEQUAL() []antlr.TerminalNode
func (*MsgidContext) AllHYPHEN ¶
func (s *MsgidContext) AllHYPHEN() []antlr.TerminalNode
func (*MsgidContext) AllOPENBRACKET ¶
func (s *MsgidContext) AllOPENBRACKET() []antlr.TerminalNode
func (*MsgidContext) AllOPENSQUARE ¶
func (s *MsgidContext) AllOPENSQUARE() []antlr.TerminalNode
func (*MsgidContext) AllPLUS ¶
func (s *MsgidContext) AllPLUS() []antlr.TerminalNode
func (*MsgidContext) AllQUOTE ¶
func (s *MsgidContext) AllQUOTE() []antlr.TerminalNode
func (*MsgidContext) CLOSEBRACKET ¶
func (s *MsgidContext) CLOSEBRACKET(i int) antlr.TerminalNode
func (*MsgidContext) CLOSESQUARE ¶
func (s *MsgidContext) CLOSESQUARE(i int) antlr.TerminalNode
func (*MsgidContext) COLON ¶
func (s *MsgidContext) COLON(i int) antlr.TerminalNode
func (*MsgidContext) DIGIT ¶
func (s *MsgidContext) DIGIT(i int) antlr.TerminalNode
func (*MsgidContext) DOT ¶
func (s *MsgidContext) DOT(i int) antlr.TerminalNode
func (*MsgidContext) EQUAL ¶
func (s *MsgidContext) EQUAL(i int) antlr.TerminalNode
func (*MsgidContext) EnterRule ¶
func (s *MsgidContext) EnterRule(listener antlr.ParseTreeListener)
func (*MsgidContext) ExitRule ¶
func (s *MsgidContext) ExitRule(listener antlr.ParseTreeListener)
func (*MsgidContext) GetParser ¶
func (s *MsgidContext) GetParser() antlr.Parser
func (*MsgidContext) GetRuleContext ¶
func (s *MsgidContext) GetRuleContext() antlr.RuleContext
func (*MsgidContext) HYPHEN ¶
func (s *MsgidContext) HYPHEN(i int) antlr.TerminalNode
func (*MsgidContext) IsMsgidContext ¶
func (*MsgidContext) IsMsgidContext()
func (*MsgidContext) OPENBRACKET ¶
func (s *MsgidContext) OPENBRACKET(i int) antlr.TerminalNode
func (*MsgidContext) OPENSQUARE ¶
func (s *MsgidContext) OPENSQUARE(i int) antlr.TerminalNode
func (*MsgidContext) PLUS ¶
func (s *MsgidContext) PLUS(i int) antlr.TerminalNode
func (*MsgidContext) QUOTE ¶
func (s *MsgidContext) QUOTE(i int) antlr.TerminalNode
func (*MsgidContext) ToStringTree ¶
func (s *MsgidContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type NameContext ¶
type NameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNameContext ¶
func NewEmptyNameContext() *NameContext
func NewNameContext ¶
func NewNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NameContext
func (*NameContext) ANTISLASH ¶
func (s *NameContext) ANTISLASH(i int) antlr.TerminalNode
func (*NameContext) ASCII ¶
func (s *NameContext) ASCII(i int) antlr.TerminalNode
func (*NameContext) AllANTISLASH ¶
func (s *NameContext) AllANTISLASH() []antlr.TerminalNode
func (*NameContext) AllASCII ¶
func (s *NameContext) AllASCII() []antlr.TerminalNode
func (*NameContext) AllCLOSEBRACKET ¶
func (s *NameContext) AllCLOSEBRACKET() []antlr.TerminalNode
func (*NameContext) AllCOLON ¶
func (s *NameContext) AllCOLON() []antlr.TerminalNode
func (*NameContext) AllDIGIT ¶
func (s *NameContext) AllDIGIT() []antlr.TerminalNode
func (*NameContext) AllDOT ¶
func (s *NameContext) AllDOT() []antlr.TerminalNode
func (*NameContext) AllHYPHEN ¶
func (s *NameContext) AllHYPHEN() []antlr.TerminalNode
func (*NameContext) AllOPENBRACKET ¶
func (s *NameContext) AllOPENBRACKET() []antlr.TerminalNode
func (*NameContext) AllOPENSQUARE ¶
func (s *NameContext) AllOPENSQUARE() []antlr.TerminalNode
func (*NameContext) AllPLUS ¶
func (s *NameContext) AllPLUS() []antlr.TerminalNode
func (*NameContext) CLOSEBRACKET ¶
func (s *NameContext) CLOSEBRACKET(i int) antlr.TerminalNode
func (*NameContext) COLON ¶
func (s *NameContext) COLON(i int) antlr.TerminalNode
func (*NameContext) DIGIT ¶
func (s *NameContext) DIGIT(i int) antlr.TerminalNode
func (*NameContext) DOT ¶
func (s *NameContext) DOT(i int) antlr.TerminalNode
func (*NameContext) EnterRule ¶
func (s *NameContext) EnterRule(listener antlr.ParseTreeListener)
func (*NameContext) ExitRule ¶
func (s *NameContext) ExitRule(listener antlr.ParseTreeListener)
func (*NameContext) GetParser ¶
func (s *NameContext) GetParser() antlr.Parser
func (*NameContext) GetRuleContext ¶
func (s *NameContext) GetRuleContext() antlr.RuleContext
func (*NameContext) HYPHEN ¶
func (s *NameContext) HYPHEN(i int) antlr.TerminalNode
func (*NameContext) IsNameContext ¶
func (*NameContext) IsNameContext()
func (*NameContext) OPENBRACKET ¶
func (s *NameContext) OPENBRACKET(i int) antlr.TerminalNode
func (*NameContext) OPENSQUARE ¶
func (s *NameContext) OPENSQUARE(i int) antlr.TerminalNode
func (*NameContext) PLUS ¶
func (s *NameContext) PLUS(i int) antlr.TerminalNode
func (*NameContext) ToStringTree ¶
func (s *NameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ParamContext ¶
type ParamContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyParamContext ¶
func NewEmptyParamContext() *ParamContext
func NewParamContext ¶
func NewParamContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ParamContext
func (*ParamContext) AllQUOTE ¶
func (s *ParamContext) AllQUOTE() []antlr.TerminalNode
func (*ParamContext) EQUAL ¶
func (s *ParamContext) EQUAL() antlr.TerminalNode
func (*ParamContext) EnterRule ¶
func (s *ParamContext) EnterRule(listener antlr.ParseTreeListener)
func (*ParamContext) ExitRule ¶
func (s *ParamContext) ExitRule(listener antlr.ParseTreeListener)
func (*ParamContext) GetParser ¶
func (s *ParamContext) GetParser() antlr.Parser
func (*ParamContext) GetRuleContext ¶
func (s *ParamContext) GetRuleContext() antlr.RuleContext
func (*ParamContext) IsParamContext ¶
func (*ParamContext) IsParamContext()
func (*ParamContext) Name ¶
func (s *ParamContext) Name() INameContext
func (*ParamContext) QUOTE ¶
func (s *ParamContext) QUOTE(i int) antlr.TerminalNode
func (*ParamContext) ToStringTree ¶
func (s *ParamContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*ParamContext) Value ¶
func (s *ParamContext) Value() IValueContext
type PriContext ¶
type PriContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPriContext ¶
func NewEmptyPriContext() *PriContext
func NewPriContext ¶
func NewPriContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PriContext
func (*PriContext) AllDIGIT ¶
func (s *PriContext) AllDIGIT() []antlr.TerminalNode
func (*PriContext) DIGIT ¶
func (s *PriContext) DIGIT(i int) antlr.TerminalNode
func (*PriContext) EnterRule ¶
func (s *PriContext) EnterRule(listener antlr.ParseTreeListener)
func (*PriContext) ExitRule ¶
func (s *PriContext) ExitRule(listener antlr.ParseTreeListener)
func (*PriContext) GetParser ¶
func (s *PriContext) GetParser() antlr.Parser
func (*PriContext) GetRuleContext ¶
func (s *PriContext) GetRuleContext() antlr.RuleContext
func (*PriContext) IsPriContext ¶
func (*PriContext) IsPriContext()
func (*PriContext) ToStringTree ¶
func (s *PriContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ProcidContext ¶
type ProcidContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyProcidContext ¶
func NewEmptyProcidContext() *ProcidContext
func NewProcidContext ¶
func NewProcidContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ProcidContext
func (*ProcidContext) ANTISLASH ¶
func (s *ProcidContext) ANTISLASH(i int) antlr.TerminalNode
func (*ProcidContext) ASCII ¶
func (s *ProcidContext) ASCII(i int) antlr.TerminalNode
func (*ProcidContext) AllANTISLASH ¶
func (s *ProcidContext) AllANTISLASH() []antlr.TerminalNode
func (*ProcidContext) AllASCII ¶
func (s *ProcidContext) AllASCII() []antlr.TerminalNode
func (*ProcidContext) AllCLOSEBRACKET ¶
func (s *ProcidContext) AllCLOSEBRACKET() []antlr.TerminalNode
func (*ProcidContext) AllCLOSESQUARE ¶
func (s *ProcidContext) AllCLOSESQUARE() []antlr.TerminalNode
func (*ProcidContext) AllCOLON ¶
func (s *ProcidContext) AllCOLON() []antlr.TerminalNode
func (*ProcidContext) AllDIGIT ¶
func (s *ProcidContext) AllDIGIT() []antlr.TerminalNode
func (*ProcidContext) AllDOT ¶
func (s *ProcidContext) AllDOT() []antlr.TerminalNode
func (*ProcidContext) AllEQUAL ¶
func (s *ProcidContext) AllEQUAL() []antlr.TerminalNode
func (*ProcidContext) AllHYPHEN ¶
func (s *ProcidContext) AllHYPHEN() []antlr.TerminalNode
func (*ProcidContext) AllOPENBRACKET ¶
func (s *ProcidContext) AllOPENBRACKET() []antlr.TerminalNode
func (*ProcidContext) AllOPENSQUARE ¶
func (s *ProcidContext) AllOPENSQUARE() []antlr.TerminalNode
func (*ProcidContext) AllPLUS ¶
func (s *ProcidContext) AllPLUS() []antlr.TerminalNode
func (*ProcidContext) AllQUOTE ¶
func (s *ProcidContext) AllQUOTE() []antlr.TerminalNode
func (*ProcidContext) CLOSEBRACKET ¶
func (s *ProcidContext) CLOSEBRACKET(i int) antlr.TerminalNode
func (*ProcidContext) CLOSESQUARE ¶
func (s *ProcidContext) CLOSESQUARE(i int) antlr.TerminalNode
func (*ProcidContext) COLON ¶
func (s *ProcidContext) COLON(i int) antlr.TerminalNode
func (*ProcidContext) DIGIT ¶
func (s *ProcidContext) DIGIT(i int) antlr.TerminalNode
func (*ProcidContext) DOT ¶
func (s *ProcidContext) DOT(i int) antlr.TerminalNode
func (*ProcidContext) EQUAL ¶
func (s *ProcidContext) EQUAL(i int) antlr.TerminalNode
func (*ProcidContext) EnterRule ¶
func (s *ProcidContext) EnterRule(listener antlr.ParseTreeListener)
func (*ProcidContext) ExitRule ¶
func (s *ProcidContext) ExitRule(listener antlr.ParseTreeListener)
func (*ProcidContext) GetParser ¶
func (s *ProcidContext) GetParser() antlr.Parser
func (*ProcidContext) GetRuleContext ¶
func (s *ProcidContext) GetRuleContext() antlr.RuleContext
func (*ProcidContext) HYPHEN ¶
func (s *ProcidContext) HYPHEN(i int) antlr.TerminalNode
func (*ProcidContext) IsProcidContext ¶
func (*ProcidContext) IsProcidContext()
func (*ProcidContext) OPENBRACKET ¶
func (s *ProcidContext) OPENBRACKET(i int) antlr.TerminalNode
func (*ProcidContext) OPENSQUARE ¶
func (s *ProcidContext) OPENSQUARE(i int) antlr.TerminalNode
func (*ProcidContext) PLUS ¶
func (s *ProcidContext) PLUS(i int) antlr.TerminalNode
func (*ProcidContext) QUOTE ¶
func (s *ProcidContext) QUOTE(i int) antlr.TerminalNode
func (*ProcidContext) ToStringTree ¶
func (s *ProcidContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type RFC5424Lexer ¶
func NewRFC5424Lexer ¶
func NewRFC5424Lexer(input antlr.CharStream) *RFC5424Lexer
type RFC5424Listener ¶
type RFC5424Listener interface { antlr.ParseTreeListener // EnterFull is called when entering the full production. EnterFull(c *FullContext) // EnterHeadr is called when entering the headr production. EnterHeadr(c *HeadrContext) // EnterMsg is called when entering the msg production. EnterMsg(c *MsgContext) // EnterTimestamp is called when entering the timestamp production. EnterTimestamp(c *TimestampContext) // EnterDate is called when entering the date production. EnterDate(c *DateContext) // EnterTime is called when entering the time production. EnterTime(c *TimeContext) // EnterTimezone is called when entering the timezone production. EnterTimezone(c *TimezoneContext) // EnterPri is called when entering the pri production. EnterPri(c *PriContext) // EnterVersion is called when entering the version production. EnterVersion(c *VersionContext) // EnterHostname is called when entering the hostname production. EnterHostname(c *HostnameContext) // EnterAppname is called when entering the appname production. EnterAppname(c *AppnameContext) // EnterMsgid is called when entering the msgid production. EnterMsgid(c *MsgidContext) // EnterProcid is called when entering the procid production. EnterProcid(c *ProcidContext) // EnterStructured is called when entering the structured production. EnterStructured(c *StructuredContext) // EnterElement is called when entering the element production. EnterElement(c *ElementContext) // EnterSid is called when entering the sid production. EnterSid(c *SidContext) // EnterParam is called when entering the param production. EnterParam(c *ParamContext) // EnterName is called when entering the name production. EnterName(c *NameContext) // EnterValue is called when entering the value production. EnterValue(c *ValueContext) // ExitFull is called when exiting the full production. ExitFull(c *FullContext) // ExitHeadr is called when exiting the headr production. ExitHeadr(c *HeadrContext) // ExitMsg is called when exiting the msg production. ExitMsg(c *MsgContext) // ExitTimestamp is called when exiting the timestamp production. ExitTimestamp(c *TimestampContext) // ExitDate is called when exiting the date production. ExitDate(c *DateContext) // ExitTime is called when exiting the time production. ExitTime(c *TimeContext) // ExitTimezone is called when exiting the timezone production. ExitTimezone(c *TimezoneContext) // ExitPri is called when exiting the pri production. ExitPri(c *PriContext) // ExitVersion is called when exiting the version production. ExitVersion(c *VersionContext) // ExitHostname is called when exiting the hostname production. ExitHostname(c *HostnameContext) // ExitAppname is called when exiting the appname production. ExitAppname(c *AppnameContext) // ExitMsgid is called when exiting the msgid production. ExitMsgid(c *MsgidContext) // ExitProcid is called when exiting the procid production. ExitProcid(c *ProcidContext) // ExitStructured is called when exiting the structured production. ExitStructured(c *StructuredContext) // ExitElement is called when exiting the element production. ExitElement(c *ElementContext) // ExitSid is called when exiting the sid production. ExitSid(c *SidContext) // ExitParam is called when exiting the param production. ExitParam(c *ParamContext) // ExitName is called when exiting the name production. ExitName(c *NameContext) // ExitValue is called when exiting the value production. ExitValue(c *ValueContext) }
RFC5424Listener is a complete listener for a parse tree produced by RFC5424Parser.
type RFC5424Parser ¶
type RFC5424Parser struct {
*antlr.BaseParser
}
func NewRFC5424Parser ¶
func NewRFC5424Parser(input antlr.TokenStream) *RFC5424Parser
func (*RFC5424Parser) Appname ¶
func (p *RFC5424Parser) Appname() (localctx IAppnameContext)
func (*RFC5424Parser) Date ¶
func (p *RFC5424Parser) Date() (localctx IDateContext)
func (*RFC5424Parser) Element ¶
func (p *RFC5424Parser) Element() (localctx IElementContext)
func (*RFC5424Parser) Full ¶
func (p *RFC5424Parser) Full() (localctx IFullContext)
func (*RFC5424Parser) Headr ¶
func (p *RFC5424Parser) Headr() (localctx IHeadrContext)
func (*RFC5424Parser) Hostname ¶
func (p *RFC5424Parser) Hostname() (localctx IHostnameContext)
func (*RFC5424Parser) Msg ¶
func (p *RFC5424Parser) Msg() (localctx IMsgContext)
func (*RFC5424Parser) Msgid ¶
func (p *RFC5424Parser) Msgid() (localctx IMsgidContext)
func (*RFC5424Parser) Name ¶
func (p *RFC5424Parser) Name() (localctx INameContext)
func (*RFC5424Parser) Param ¶
func (p *RFC5424Parser) Param() (localctx IParamContext)
func (*RFC5424Parser) Pri ¶
func (p *RFC5424Parser) Pri() (localctx IPriContext)
func (*RFC5424Parser) Procid ¶
func (p *RFC5424Parser) Procid() (localctx IProcidContext)
func (*RFC5424Parser) Sid ¶
func (p *RFC5424Parser) Sid() (localctx ISidContext)
func (*RFC5424Parser) Structured ¶
func (p *RFC5424Parser) Structured() (localctx IStructuredContext)
func (*RFC5424Parser) Time ¶
func (p *RFC5424Parser) Time() (localctx ITimeContext)
func (*RFC5424Parser) Timestamp ¶
func (p *RFC5424Parser) Timestamp() (localctx ITimestampContext)
func (*RFC5424Parser) Timezone ¶
func (p *RFC5424Parser) Timezone() (localctx ITimezoneContext)
func (*RFC5424Parser) Value ¶
func (p *RFC5424Parser) Value() (localctx IValueContext)
func (*RFC5424Parser) Version ¶
func (p *RFC5424Parser) Version() (localctx IVersionContext)
type SidContext ¶
type SidContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySidContext ¶
func NewEmptySidContext() *SidContext
func NewSidContext ¶
func NewSidContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SidContext
func (*SidContext) EnterRule ¶
func (s *SidContext) EnterRule(listener antlr.ParseTreeListener)
func (*SidContext) ExitRule ¶
func (s *SidContext) ExitRule(listener antlr.ParseTreeListener)
func (*SidContext) GetParser ¶
func (s *SidContext) GetParser() antlr.Parser
func (*SidContext) GetRuleContext ¶
func (s *SidContext) GetRuleContext() antlr.RuleContext
func (*SidContext) IsSidContext ¶
func (*SidContext) IsSidContext()
func (*SidContext) Name ¶
func (s *SidContext) Name() INameContext
func (*SidContext) ToStringTree ¶
func (s *SidContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type StructuredContext ¶
type StructuredContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyStructuredContext ¶
func NewEmptyStructuredContext() *StructuredContext
func NewStructuredContext ¶
func NewStructuredContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StructuredContext
func (*StructuredContext) AllElement ¶
func (s *StructuredContext) AllElement() []IElementContext
func (*StructuredContext) Element ¶
func (s *StructuredContext) Element(i int) IElementContext
func (*StructuredContext) EnterRule ¶
func (s *StructuredContext) EnterRule(listener antlr.ParseTreeListener)
func (*StructuredContext) ExitRule ¶
func (s *StructuredContext) ExitRule(listener antlr.ParseTreeListener)
func (*StructuredContext) GetParser ¶
func (s *StructuredContext) GetParser() antlr.Parser
func (*StructuredContext) GetRuleContext ¶
func (s *StructuredContext) GetRuleContext() antlr.RuleContext
func (*StructuredContext) HYPHEN ¶
func (s *StructuredContext) HYPHEN() antlr.TerminalNode
func (*StructuredContext) IsStructuredContext ¶
func (*StructuredContext) IsStructuredContext()
func (*StructuredContext) ToStringTree ¶
func (s *StructuredContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TimeContext ¶
type TimeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTimeContext ¶
func NewEmptyTimeContext() *TimeContext
func NewTimeContext ¶
func NewTimeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TimeContext
func (*TimeContext) AllCOLON ¶
func (s *TimeContext) AllCOLON() []antlr.TerminalNode
func (*TimeContext) AllDIGIT ¶
func (s *TimeContext) AllDIGIT() []antlr.TerminalNode
func (*TimeContext) COLON ¶
func (s *TimeContext) COLON(i int) antlr.TerminalNode
func (*TimeContext) DIGIT ¶
func (s *TimeContext) DIGIT(i int) antlr.TerminalNode
func (*TimeContext) DOT ¶
func (s *TimeContext) DOT() antlr.TerminalNode
func (*TimeContext) EnterRule ¶
func (s *TimeContext) EnterRule(listener antlr.ParseTreeListener)
func (*TimeContext) ExitRule ¶
func (s *TimeContext) ExitRule(listener antlr.ParseTreeListener)
func (*TimeContext) GetParser ¶
func (s *TimeContext) GetParser() antlr.Parser
func (*TimeContext) GetRuleContext ¶
func (s *TimeContext) GetRuleContext() antlr.RuleContext
func (*TimeContext) IsTimeContext ¶
func (*TimeContext) IsTimeContext()
func (*TimeContext) ToStringTree ¶
func (s *TimeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TimestampContext ¶
type TimestampContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTimestampContext ¶
func NewEmptyTimestampContext() *TimestampContext
func NewTimestampContext ¶
func NewTimestampContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TimestampContext
func (*TimestampContext) ASCII ¶
func (s *TimestampContext) ASCII() antlr.TerminalNode
func (*TimestampContext) Date ¶
func (s *TimestampContext) Date() IDateContext
func (*TimestampContext) EnterRule ¶
func (s *TimestampContext) EnterRule(listener antlr.ParseTreeListener)
func (*TimestampContext) ExitRule ¶
func (s *TimestampContext) ExitRule(listener antlr.ParseTreeListener)
func (*TimestampContext) GetParser ¶
func (s *TimestampContext) GetParser() antlr.Parser
func (*TimestampContext) GetRuleContext ¶
func (s *TimestampContext) GetRuleContext() antlr.RuleContext
func (*TimestampContext) IsTimestampContext ¶
func (*TimestampContext) IsTimestampContext()
func (*TimestampContext) Time ¶
func (s *TimestampContext) Time() ITimeContext
func (*TimestampContext) Timezone ¶
func (s *TimestampContext) Timezone() ITimezoneContext
func (*TimestampContext) ToStringTree ¶
func (s *TimestampContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TimezoneContext ¶
type TimezoneContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTimezoneContext ¶
func NewEmptyTimezoneContext() *TimezoneContext
func NewTimezoneContext ¶
func NewTimezoneContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TimezoneContext
func (*TimezoneContext) ASCII ¶
func (s *TimezoneContext) ASCII() antlr.TerminalNode
func (*TimezoneContext) AllDIGIT ¶
func (s *TimezoneContext) AllDIGIT() []antlr.TerminalNode
func (*TimezoneContext) COLON ¶
func (s *TimezoneContext) COLON() antlr.TerminalNode
func (*TimezoneContext) DIGIT ¶
func (s *TimezoneContext) DIGIT(i int) antlr.TerminalNode
func (*TimezoneContext) EnterRule ¶
func (s *TimezoneContext) EnterRule(listener antlr.ParseTreeListener)
func (*TimezoneContext) ExitRule ¶
func (s *TimezoneContext) ExitRule(listener antlr.ParseTreeListener)
func (*TimezoneContext) GetParser ¶
func (s *TimezoneContext) GetParser() antlr.Parser
func (*TimezoneContext) GetRuleContext ¶
func (s *TimezoneContext) GetRuleContext() antlr.RuleContext
func (*TimezoneContext) HYPHEN ¶
func (s *TimezoneContext) HYPHEN() antlr.TerminalNode
func (*TimezoneContext) IsTimezoneContext ¶
func (*TimezoneContext) IsTimezoneContext()
func (*TimezoneContext) PLUS ¶
func (s *TimezoneContext) PLUS() antlr.TerminalNode
func (*TimezoneContext) ToStringTree ¶
func (s *TimezoneContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ValueContext ¶
type ValueContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyValueContext ¶
func NewEmptyValueContext() *ValueContext
func NewValueContext ¶
func NewValueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ValueContext
func (*ValueContext) ANTISLASH ¶
func (s *ValueContext) ANTISLASH(i int) antlr.TerminalNode
func (*ValueContext) ASCII ¶
func (s *ValueContext) ASCII(i int) antlr.TerminalNode
func (*ValueContext) AllANTISLASH ¶
func (s *ValueContext) AllANTISLASH() []antlr.TerminalNode
func (*ValueContext) AllASCII ¶
func (s *ValueContext) AllASCII() []antlr.TerminalNode
func (*ValueContext) AllCLOSEBRACKET ¶
func (s *ValueContext) AllCLOSEBRACKET() []antlr.TerminalNode
func (*ValueContext) AllCLOSESQUARE ¶
func (s *ValueContext) AllCLOSESQUARE() []antlr.TerminalNode
func (*ValueContext) AllCOLON ¶
func (s *ValueContext) AllCOLON() []antlr.TerminalNode
func (*ValueContext) AllDIGIT ¶
func (s *ValueContext) AllDIGIT() []antlr.TerminalNode
func (*ValueContext) AllDOT ¶
func (s *ValueContext) AllDOT() []antlr.TerminalNode
func (*ValueContext) AllEQUAL ¶
func (s *ValueContext) AllEQUAL() []antlr.TerminalNode
func (*ValueContext) AllHYPHEN ¶
func (s *ValueContext) AllHYPHEN() []antlr.TerminalNode
func (*ValueContext) AllOPENBRACKET ¶
func (s *ValueContext) AllOPENBRACKET() []antlr.TerminalNode
func (*ValueContext) AllOPENSQUARE ¶
func (s *ValueContext) AllOPENSQUARE() []antlr.TerminalNode
func (*ValueContext) AllPLUS ¶
func (s *ValueContext) AllPLUS() []antlr.TerminalNode
func (*ValueContext) AllQUOTE ¶
func (s *ValueContext) AllQUOTE() []antlr.TerminalNode
func (*ValueContext) AllSP ¶
func (s *ValueContext) AllSP() []antlr.TerminalNode
func (*ValueContext) AllVALUECHAR ¶
func (s *ValueContext) AllVALUECHAR() []antlr.TerminalNode
func (*ValueContext) CLOSEBRACKET ¶
func (s *ValueContext) CLOSEBRACKET(i int) antlr.TerminalNode
func (*ValueContext) CLOSESQUARE ¶
func (s *ValueContext) CLOSESQUARE(i int) antlr.TerminalNode
func (*ValueContext) COLON ¶
func (s *ValueContext) COLON(i int) antlr.TerminalNode
func (*ValueContext) DIGIT ¶
func (s *ValueContext) DIGIT(i int) antlr.TerminalNode
func (*ValueContext) DOT ¶
func (s *ValueContext) DOT(i int) antlr.TerminalNode
func (*ValueContext) EQUAL ¶
func (s *ValueContext) EQUAL(i int) antlr.TerminalNode
func (*ValueContext) EnterRule ¶
func (s *ValueContext) EnterRule(listener antlr.ParseTreeListener)
func (*ValueContext) ExitRule ¶
func (s *ValueContext) ExitRule(listener antlr.ParseTreeListener)
func (*ValueContext) GetParser ¶
func (s *ValueContext) GetParser() antlr.Parser
func (*ValueContext) GetRuleContext ¶
func (s *ValueContext) GetRuleContext() antlr.RuleContext
func (*ValueContext) HYPHEN ¶
func (s *ValueContext) HYPHEN(i int) antlr.TerminalNode
func (*ValueContext) IsValueContext ¶
func (*ValueContext) IsValueContext()
func (*ValueContext) OPENBRACKET ¶
func (s *ValueContext) OPENBRACKET(i int) antlr.TerminalNode
func (*ValueContext) OPENSQUARE ¶
func (s *ValueContext) OPENSQUARE(i int) antlr.TerminalNode
func (*ValueContext) PLUS ¶
func (s *ValueContext) PLUS(i int) antlr.TerminalNode
func (*ValueContext) QUOTE ¶
func (s *ValueContext) QUOTE(i int) antlr.TerminalNode
func (*ValueContext) SP ¶
func (s *ValueContext) SP(i int) antlr.TerminalNode
func (*ValueContext) ToStringTree ¶
func (s *ValueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*ValueContext) VALUECHAR ¶
func (s *ValueContext) VALUECHAR(i int) antlr.TerminalNode
type VersionContext ¶
type VersionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyVersionContext ¶
func NewEmptyVersionContext() *VersionContext
func NewVersionContext ¶
func NewVersionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VersionContext
func (*VersionContext) AllDIGIT ¶
func (s *VersionContext) AllDIGIT() []antlr.TerminalNode
func (*VersionContext) DIGIT ¶
func (s *VersionContext) DIGIT(i int) antlr.TerminalNode
func (*VersionContext) EnterRule ¶
func (s *VersionContext) EnterRule(listener antlr.ParseTreeListener)
func (*VersionContext) ExitRule ¶
func (s *VersionContext) ExitRule(listener antlr.ParseTreeListener)
func (*VersionContext) GetParser ¶
func (s *VersionContext) GetParser() antlr.Parser
func (*VersionContext) GetRuleContext ¶
func (s *VersionContext) GetRuleContext() antlr.RuleContext
func (*VersionContext) IsVersionContext ¶
func (*VersionContext) IsVersionContext()
func (*VersionContext) ToStringTree ¶
func (s *VersionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string