Function
NewConditionalOrContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 739 | func (*ConditionalOrContext) IsConditionalOrContext() {} |
| 740 | |
| 741 | func NewConditionalOrContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConditionalOrContext { |
| 742 | var p = new(ConditionalOrContext) |
| 743 | |
| 744 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 745 | |
| 746 | p.parser = parser |
| 747 | p.RuleIndex = CELParserRULE_conditionalOr |
| 748 | |
| 749 | return p |
| 750 | } |
| 751 | |
| 752 | func (s *ConditionalOrContext) GetParser() antlr.Parser { return s.parser } |
| 753 | |
Tested by
no test coverage detected