(p *PrimaryContext)
| 2808 | } |
| 2809 | |
| 2810 | func InitEmptyPrimaryContext(p *PrimaryContext) { |
| 2811 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, nil, -1) |
| 2812 | p.RuleIndex = CELParserRULE_primary |
| 2813 | } |
| 2814 | |
| 2815 | func (*PrimaryContext) IsPrimaryContext() {} |
| 2816 |
no outgoing calls
no test coverage detected