Function
NewBlockStatementsContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 4231 | func (*BlockStatementsContext) IsBlockStatementsContext() {} |
| 4232 | |
| 4233 | func NewBlockStatementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BlockStatementsContext { |
| 4234 | var p = new(BlockStatementsContext) |
| 4235 | |
| 4236 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 4237 | |
| 4238 | p.parser = parser |
| 4239 | p.RuleIndex = GScriptParserRULE_blockStatements |
| 4240 | |
| 4241 | return p |
| 4242 | } |
| 4243 | |
| 4244 | func (s *BlockStatementsContext) GetParser() antlr.Parser { return s.parser } |
| 4245 | |
Tested by
no test coverage detected