(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 5157 | } |
| 5158 | |
| 5159 | func NewEscapedIdentifierContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *EscapedIdentifierContext { |
| 5160 | var p = new(EscapedIdentifierContext) |
| 5161 | |
| 5162 | InitEmptyEscapeIdentContext(&p.EscapeIdentContext) |
| 5163 | p.parser = parser |
| 5164 | p.CopyAll(ctx.(*EscapeIdentContext)) |
| 5165 | |
| 5166 | return p |
| 5167 | } |
| 5168 | |
| 5169 | func (s *EscapedIdentifierContext) GetId() antlr.Token { return s.id } |
| 5170 |
no test coverage detected