Function
NewJoin_operatorContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 20582 | func (*Join_operatorContext) IsJoin_operatorContext() {} |
| 20583 | |
| 20584 | func NewJoin_operatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Join_operatorContext { |
| 20585 | var p = new(Join_operatorContext) |
| 20586 | |
| 20587 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 20588 | |
| 20589 | p.parser = parser |
| 20590 | p.RuleIndex = SQLiteParserRULE_join_operator |
| 20591 | |
| 20592 | return p |
| 20593 | } |
| 20594 | |
| 20595 | func (s *Join_operatorContext) GetParser() antlr.Parser { return s.parser } |
| 20596 | |
Tested by
no test coverage detected