(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 4564 | } |
| 4565 | |
| 4566 | func NewBlockVarDeclarContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BlockVarDeclarContext { |
| 4567 | var p = new(BlockVarDeclarContext) |
| 4568 | |
| 4569 | p.BlockStatementContext = NewEmptyBlockStatementContext() |
| 4570 | p.parser = parser |
| 4571 | p.CopyFrom(ctx.(*BlockStatementContext)) |
| 4572 | |
| 4573 | return p |
| 4574 | } |
| 4575 | |
| 4576 | func (s *BlockVarDeclarContext) GetRuleContext() antlr.RuleContext { |
| 4577 | return s |
no test coverage detected