Function
NewTimeZoneSpecifierContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 8386 | func (*TimeZoneSpecifierContext) IsTimeZoneSpecifierContext() {} |
| 8387 | |
| 8388 | func NewTimeZoneSpecifierContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TimeZoneSpecifierContext { |
| 8389 | var p = new(TimeZoneSpecifierContext) |
| 8390 | |
| 8391 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 8392 | |
| 8393 | p.parser = parser |
| 8394 | p.RuleIndex = SqlBaseParserRULE_timeZoneSpecifier |
| 8395 | |
| 8396 | return p |
| 8397 | } |
| 8398 | |
| 8399 | func (s *TimeZoneSpecifierContext) GetParser() antlr.Parser { return s.parser } |
| 8400 | |
Tested by
no test coverage detected