(p *EscapeIdentContext)
| 9078 | } |
| 9079 | |
| 9080 | func InitEmptyEscapeIdentContext(p *EscapeIdentContext) { |
| 9081 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, nil, -1) |
| 9082 | p.RuleIndex = CommandsParserRULE_escapeIdent |
| 9083 | } |
| 9084 | |
| 9085 | func (*EscapeIdentContext) IsEscapeIdentContext() {} |
| 9086 |
no outgoing calls
no test coverage detected