(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 1806 | } |
| 1807 | |
| 1808 | func NewLogicalNotContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LogicalNotContext { |
| 1809 | var p = new(LogicalNotContext) |
| 1810 | |
| 1811 | InitEmptyUnaryContext(&p.UnaryContext) |
| 1812 | p.parser = parser |
| 1813 | p.CopyAll(ctx.(*UnaryContext)) |
| 1814 | |
| 1815 | return p |
| 1816 | } |
| 1817 | |
| 1818 | func (s *LogicalNotContext) GetS19() antlr.Token { return s.s19 } |
| 1819 |
no test coverage detected