Function
NewRelationPrimaryContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 4695 | func (*RelationPrimaryContext) IsRelationPrimaryContext() {} |
| 4696 | |
| 4697 | func NewRelationPrimaryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *RelationPrimaryContext { |
| 4698 | var p = new(RelationPrimaryContext) |
| 4699 | |
| 4700 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 4701 | |
| 4702 | p.parser = parser |
| 4703 | p.RuleIndex = SqlBaseParserRULE_relationPrimary |
| 4704 | |
| 4705 | return p |
| 4706 | } |
| 4707 | |
| 4708 | func (s *RelationPrimaryContext) GetParser() antlr.Parser { return s.parser } |
| 4709 | |
Tested by
no test coverage detected