(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 9164 | } |
| 9165 | |
| 9166 | func NewSimpleIdentifierContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *SimpleIdentifierContext { |
| 9167 | var p = new(SimpleIdentifierContext) |
| 9168 | |
| 9169 | InitEmptyEscapeIdentContext(&p.EscapeIdentContext) |
| 9170 | p.parser = parser |
| 9171 | p.CopyAll(ctx.(*EscapeIdentContext)) |
| 9172 | |
| 9173 | return p |
| 9174 | } |
| 9175 | |
| 9176 | func (s *SimpleIdentifierContext) GetId() antlr.Token { return s.id } |
| 9177 |
no test coverage detected