Function
NewExprContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 6248 | func (*ExprContext) IsExprContext() {} |
| 6249 | |
| 6250 | func NewExprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExprContext { |
| 6251 | var p = new(ExprContext) |
| 6252 | |
| 6253 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 6254 | |
| 6255 | p.parser = parser |
| 6256 | p.RuleIndex = GScriptParserRULE_expr |
| 6257 | |
| 6258 | return p |
| 6259 | } |
| 6260 | |
| 6261 | func (s *ExprContext) GetParser() antlr.Parser { return s.parser } |
| 6262 | |
Tested by
no test coverage detected