(ctx *BlockStatementContext)
| 4398 | func (s *BlockStatementContext) GetParser() antlr.Parser { return s.parser } |
| 4399 | |
| 4400 | func (s *BlockStatementContext) CopyFrom(ctx *BlockStatementContext) { |
| 4401 | s.BaseParserRuleContext.CopyFrom(ctx.BaseParserRuleContext) |
| 4402 | } |
| 4403 | |
| 4404 | func (s *BlockStatementContext) GetRuleContext() antlr.RuleContext { |
| 4405 | return s |