Function
NewPredicatedContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 5370 | func (*PredicatedContext) IsPredicatedContext() {} |
| 5371 | |
| 5372 | func NewPredicatedContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PredicatedContext { |
| 5373 | var p = new(PredicatedContext) |
| 5374 | |
| 5375 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 5376 | |
| 5377 | p.parser = parser |
| 5378 | p.RuleIndex = SqlBaseParserRULE_predicated |
| 5379 | |
| 5380 | return p |
| 5381 | } |
| 5382 | |
| 5383 | func (s *PredicatedContext) GetParser() antlr.Parser { return s.parser } |
| 5384 | |
Tested by
no test coverage detected