(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 4464 | } |
| 4465 | |
| 4466 | func NewBlockClassDeclarContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BlockClassDeclarContext { |
| 4467 | var p = new(BlockClassDeclarContext) |
| 4468 | |
| 4469 | p.BlockStatementContext = NewEmptyBlockStatementContext() |
| 4470 | p.parser = parser |
| 4471 | p.CopyFrom(ctx.(*BlockStatementContext)) |
| 4472 | |
| 4473 | return p |
| 4474 | } |
| 4475 | |
| 4476 | func (s *BlockClassDeclarContext) GetRuleContext() antlr.RuleContext { |
| 4477 | return s |
no test coverage detected