Function
NewConditionalOrContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 4697 | func (*ConditionalOrContext) IsConditionalOrContext() {} |
| 4698 | |
| 4699 | func NewConditionalOrContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConditionalOrContext { |
| 4700 | var p = new(ConditionalOrContext) |
| 4701 | |
| 4702 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 4703 | |
| 4704 | p.parser = parser |
| 4705 | p.RuleIndex = CommandsParserRULE_conditionalOr |
| 4706 | |
| 4707 | return p |
| 4708 | } |
| 4709 | |
| 4710 | func (s *ConditionalOrContext) GetParser() antlr.Parser { return s.parser } |
| 4711 | |
Tested by
no test coverage detected