Function
NewJoin_clauseContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 17570 | func (*Join_clauseContext) IsJoin_clauseContext() {} |
| 17571 | |
| 17572 | func NewJoin_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Join_clauseContext { |
| 17573 | var p = new(Join_clauseContext) |
| 17574 | |
| 17575 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 17576 | |
| 17577 | p.parser = parser |
| 17578 | p.RuleIndex = SQLiteParserRULE_join_clause |
| 17579 | |
| 17580 | return p |
| 17581 | } |
| 17582 | |
| 17583 | func (s *Join_clauseContext) GetParser() antlr.Parser { return s.parser } |
| 17584 | |
Tested by
no test coverage detected