Function
NewFilterContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 10189 | func (*FilterContext) IsFilterContext() {} |
| 10190 | |
| 10191 | func NewFilterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FilterContext { |
| 10192 | var p = new(FilterContext) |
| 10193 | |
| 10194 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 10195 | |
| 10196 | p.parser = parser |
| 10197 | p.RuleIndex = SqlBaseParserRULE_filter |
| 10198 | |
| 10199 | return p |
| 10200 | } |
| 10201 | |
| 10202 | func (s *FilterContext) GetParser() antlr.Parser { return s.parser } |
| 10203 | |
Tested by
no test coverage detected