(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 10467 | } |
| 10468 | |
| 10469 | func NewBackQuotedIdentifierContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BackQuotedIdentifierContext { |
| 10470 | var p = new(BackQuotedIdentifierContext) |
| 10471 | |
| 10472 | p.IdentifierContext = NewEmptyIdentifierContext() |
| 10473 | p.parser = parser |
| 10474 | p.CopyFrom(ctx.(*IdentifierContext)) |
| 10475 | |
| 10476 | return p |
| 10477 | } |
| 10478 | |
| 10479 | func (s *BackQuotedIdentifierContext) GetRuleContext() antlr.RuleContext { |
| 10480 | return s |
no test coverage detected