Function
NewExprContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 474 | func (*ExprContext) IsExprContext() {} |
| 475 | |
| 476 | func NewExprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExprContext { |
| 477 | var p = new(ExprContext) |
| 478 | |
| 479 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 480 | |
| 481 | p.parser = parser |
| 482 | p.RuleIndex = CELParserRULE_expr |
| 483 | |
| 484 | return p |
| 485 | } |
| 486 | |
| 487 | func (s *ExprContext) GetParser() antlr.Parser { return s.parser } |
| 488 | |
Tested by
no test coverage detected