(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 4800 | } |
| 4801 | |
| 4802 | func NewTableNameContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *TableNameContext { |
| 4803 | var p = new(TableNameContext) |
| 4804 | |
| 4805 | p.RelationPrimaryContext = NewEmptyRelationPrimaryContext() |
| 4806 | p.parser = parser |
| 4807 | p.CopyFrom(ctx.(*RelationPrimaryContext)) |
| 4808 | |
| 4809 | return p |
| 4810 | } |
| 4811 | |
| 4812 | func (s *TableNameContext) GetRuleContext() antlr.RuleContext { |
| 4813 | return s |
no test coverage detected