Function
NewBlockStatementContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 4385 | func (*BlockStatementContext) IsBlockStatementContext() {} |
| 4386 | |
| 4387 | func NewBlockStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BlockStatementContext { |
| 4388 | var p = new(BlockStatementContext) |
| 4389 | |
| 4390 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 4391 | |
| 4392 | p.parser = parser |
| 4393 | p.RuleIndex = GScriptParserRULE_blockStatement |
| 4394 | |
| 4395 | return p |
| 4396 | } |
| 4397 | |
| 4398 | func (s *BlockStatementContext) GetParser() antlr.Parser { return s.parser } |
| 4399 | |
Tested by
no test coverage detected