Function
NewConditionalAndContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 985 | func (*ConditionalAndContext) IsConditionalAndContext() {} |
| 986 | |
| 987 | func NewConditionalAndContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConditionalAndContext { |
| 988 | var p = new(ConditionalAndContext) |
| 989 | |
| 990 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 991 | |
| 992 | p.parser = parser |
| 993 | p.RuleIndex = CELParserRULE_conditionalAnd |
| 994 | |
| 995 | return p |
| 996 | } |
| 997 | |
| 998 | func (s *ConditionalAndContext) GetParser() antlr.Parser { return s.parser } |
| 999 | |
Tested by
no test coverage detected