Function
NewCompileContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 2599 | func (*CompileContext) IsCompileContext() {} |
| 2600 | |
| 2601 | func NewCompileContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CompileContext { |
| 2602 | var p = new(CompileContext) |
| 2603 | |
| 2604 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 2605 | |
| 2606 | p.parser = parser |
| 2607 | p.RuleIndex = CommandsParserRULE_compile |
| 2608 | |
| 2609 | return p |
| 2610 | } |
| 2611 | |
| 2612 | func (s *CompileContext) GetParser() antlr.Parser { return s.parser } |
| 2613 | |
Tested by
no test coverage detected