Function
NewExprListContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 3860 | func (*ExprListContext) IsExprListContext() {} |
| 3861 | |
| 3862 | func NewExprListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExprListContext { |
| 3863 | var p = new(ExprListContext) |
| 3864 | |
| 3865 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 3866 | |
| 3867 | p.parser = parser |
| 3868 | p.RuleIndex = CELParserRULE_exprList |
| 3869 | |
| 3870 | return p |
| 3871 | } |
| 3872 | |
| 3873 | func (s *ExprListContext) GetParser() antlr.Parser { return s.parser } |
| 3874 | |
Tested by
no test coverage detected