Function
NewWithContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 1002 | func (*WithContext) IsWithContext() {} |
| 1003 | |
| 1004 | func NewWithContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *WithContext { |
| 1005 | var p = new(WithContext) |
| 1006 | |
| 1007 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 1008 | |
| 1009 | p.parser = parser |
| 1010 | p.RuleIndex = SqlBaseParserRULE_with |
| 1011 | |
| 1012 | return p |
| 1013 | } |
| 1014 | |
| 1015 | func (s *WithContext) GetParser() antlr.Parser { return s.parser } |
| 1016 | |
Tested by
no test coverage detected