(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 4414 | } |
| 4415 | |
| 4416 | func NewBlockStmContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BlockStmContext { |
| 4417 | var p = new(BlockStmContext) |
| 4418 | |
| 4419 | p.BlockStatementContext = NewEmptyBlockStatementContext() |
| 4420 | p.parser = parser |
| 4421 | p.CopyFrom(ctx.(*BlockStatementContext)) |
| 4422 | |
| 4423 | return p |
| 4424 | } |
| 4425 | |
| 4426 | func (s *BlockStmContext) GetRuleContext() antlr.RuleContext { |
| 4427 | return s |
no test coverage detected