(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 1841 | } |
| 1842 | |
| 1843 | func NewInlineTableContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *InlineTableContext { |
| 1844 | var p = new(InlineTableContext) |
| 1845 | |
| 1846 | p.QueryPrimaryContext = NewEmptyQueryPrimaryContext() |
| 1847 | p.parser = parser |
| 1848 | p.CopyFrom(ctx.(*QueryPrimaryContext)) |
| 1849 | |
| 1850 | return p |
| 1851 | } |
| 1852 | |
| 1853 | func (s *InlineTableContext) GetRuleContext() antlr.RuleContext { |
| 1854 | return s |
no test coverage detected