(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 4260 | } |
| 4261 | |
| 4262 | func NewBlockStmsContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BlockStmsContext { |
| 4263 | var p = new(BlockStmsContext) |
| 4264 | |
| 4265 | p.BlockStatementsContext = NewEmptyBlockStatementsContext() |
| 4266 | p.parser = parser |
| 4267 | p.CopyFrom(ctx.(*BlockStatementsContext)) |
| 4268 | |
| 4269 | return p |
| 4270 | } |
| 4271 | |
| 4272 | func (s *BlockStmsContext) GetRuleContext() antlr.RuleContext { |
| 4273 | return s |
no test coverage detected