()
| 4222 | } |
| 4223 | |
| 4224 | func NewEmptyBlockStatementsContext() *BlockStatementsContext { |
| 4225 | var p = new(BlockStatementsContext) |
| 4226 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1) |
| 4227 | p.RuleIndex = GScriptParserRULE_blockStatements |
| 4228 | return p |
| 4229 | } |
| 4230 | |
| 4231 | func (*BlockStatementsContext) IsBlockStatementsContext() {} |
| 4232 |
no outgoing calls
no test coverage detected