Function
NewQualifiedNameContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 10308 | func (*QualifiedNameContext) IsQualifiedNameContext() {} |
| 10309 | |
| 10310 | func NewQualifiedNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QualifiedNameContext { |
| 10311 | var p = new(QualifiedNameContext) |
| 10312 | |
| 10313 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 10314 | |
| 10315 | p.parser = parser |
| 10316 | p.RuleIndex = SqlBaseParserRULE_qualifiedName |
| 10317 | |
| 10318 | return p |
| 10319 | } |
| 10320 | |
| 10321 | func (s *QualifiedNameContext) GetParser() antlr.Parser { return s.parser } |
| 10322 | |
Tested by
no test coverage detected