| 2499 | func (*EmptyContext) IsEmptyContext() {} |
| 2500 | |
| 2501 | func NewEmptyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EmptyContext { |
| 2502 | var p = new(EmptyContext) |
| 2503 | |
| 2504 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 2505 | |
| 2506 | p.parser = parser |
| 2507 | p.RuleIndex = CommandsParserRULE_empty |
| 2508 | |
| 2509 | return p |
| 2510 | } |
| 2511 | |
| 2512 | func (s *EmptyContext) GetParser() antlr.Parser { return s.parser } |
| 2513 | func (s *EmptyContext) GetRuleContext() antlr.RuleContext { |