(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 10499 | } |
| 10500 | |
| 10501 | func NewQuotedIdentifierContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *QuotedIdentifierContext { |
| 10502 | var p = new(QuotedIdentifierContext) |
| 10503 | |
| 10504 | p.IdentifierContext = NewEmptyIdentifierContext() |
| 10505 | p.parser = parser |
| 10506 | p.CopyFrom(ctx.(*IdentifierContext)) |
| 10507 | |
| 10508 | return p |
| 10509 | } |
| 10510 | |
| 10511 | func (s *QuotedIdentifierContext) GetRuleContext() antlr.RuleContext { |
| 10512 | return s |
no test coverage detected