(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 4729 | } |
| 4730 | |
| 4731 | func NewStmBlockLabelContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *StmBlockLabelContext { |
| 4732 | var p = new(StmBlockLabelContext) |
| 4733 | |
| 4734 | p.StatementContext = NewEmptyStatementContext() |
| 4735 | p.parser = parser |
| 4736 | p.CopyFrom(ctx.(*StatementContext)) |
| 4737 | |
| 4738 | return p |
| 4739 | } |
| 4740 | |
| 4741 | func (s *StmBlockLabelContext) GetBlockLabel() IBlockContext { return s.blockLabel } |
| 4742 |
no test coverage detected