Function
NewExprListContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 7818 | func (*ExprListContext) IsExprListContext() {} |
| 7819 | |
| 7820 | func NewExprListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExprListContext { |
| 7821 | var p = new(ExprListContext) |
| 7822 | |
| 7823 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 7824 | |
| 7825 | p.parser = parser |
| 7826 | p.RuleIndex = CommandsParserRULE_exprList |
| 7827 | |
| 7828 | return p |
| 7829 | } |
| 7830 | |
| 7831 | func (s *ExprListContext) GetParser() antlr.Parser { return s.parser } |
| 7832 | |
Tested by
no test coverage detected