Function
NewExprContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 4432 | func (*ExprContext) IsExprContext() {} |
| 4433 | |
| 4434 | func NewExprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExprContext { |
| 4435 | var p = new(ExprContext) |
| 4436 | |
| 4437 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 4438 | |
| 4439 | p.parser = parser |
| 4440 | p.RuleIndex = CommandsParserRULE_expr |
| 4441 | |
| 4442 | return p |
| 4443 | } |
| 4444 | |
| 4445 | func (s *ExprContext) GetParser() antlr.Parser { return s.parser } |
| 4446 | |
Tested by
no test coverage detected