Function
NewOptExprContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 5356 | func (*OptExprContext) IsOptExprContext() {} |
| 5357 | |
| 5358 | func NewOptExprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *OptExprContext { |
| 5359 | var p = new(OptExprContext) |
| 5360 | |
| 5361 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 5362 | |
| 5363 | p.parser = parser |
| 5364 | p.RuleIndex = CELParserRULE_optExpr |
| 5365 | |
| 5366 | return p |
| 5367 | } |
| 5368 | |
| 5369 | func (s *OptExprContext) GetParser() antlr.Parser { return s.parser } |
| 5370 | |
Tested by
no test coverage detected