()
| 4376 | } |
| 4377 | |
| 4378 | func NewEmptyBlockStatementContext() *BlockStatementContext { |
| 4379 | var p = new(BlockStatementContext) |
| 4380 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1) |
| 4381 | p.RuleIndex = GScriptParserRULE_blockStatement |
| 4382 | return p |
| 4383 | } |
| 4384 | |
| 4385 | func (*BlockStatementContext) IsBlockStatementContext() {} |
| 4386 |
no outgoing calls
no test coverage detected