(p *LiteralContext)
| 5497 | } |
| 5498 | |
| 5499 | func InitEmptyLiteralContext(p *LiteralContext) { |
| 5500 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, nil, -1) |
| 5501 | p.RuleIndex = CELParserRULE_literal |
| 5502 | } |
| 5503 | |
| 5504 | func (*LiteralContext) IsLiteralContext() {} |
| 5505 |
no outgoing calls
no test coverage detected