(ctx *BlockStatementsContext)
| 4244 | func (s *BlockStatementsContext) GetParser() antlr.Parser { return s.parser } |
| 4245 | |
| 4246 | func (s *BlockStatementsContext) CopyFrom(ctx *BlockStatementsContext) { |
| 4247 | s.BaseParserRuleContext.CopyFrom(ctx.BaseParserRuleContext) |
| 4248 | } |
| 4249 | |
| 4250 | func (s *BlockStatementsContext) GetRuleContext() antlr.RuleContext { |
| 4251 | return s |