Function
NewRelationContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 3463 | func (*RelationContext) IsRelationContext() {} |
| 3464 | |
| 3465 | func NewRelationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *RelationContext { |
| 3466 | var p = new(RelationContext) |
| 3467 | |
| 3468 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 3469 | |
| 3470 | p.parser = parser |
| 3471 | p.RuleIndex = SqlBaseParserRULE_relation |
| 3472 | |
| 3473 | return p |
| 3474 | } |
| 3475 | |
| 3476 | func (s *RelationContext) GetParser() antlr.Parser { return s.parser } |
| 3477 | |
Tested by
no test coverage detected