(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 5764 | } |
| 5765 | |
| 5766 | func NewLogicalNotContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LogicalNotContext { |
| 5767 | var p = new(LogicalNotContext) |
| 5768 | |
| 5769 | InitEmptyUnaryContext(&p.UnaryContext) |
| 5770 | p.parser = parser |
| 5771 | p.CopyAll(ctx.(*UnaryContext)) |
| 5772 | |
| 5773 | return p |
| 5774 | } |
| 5775 | |
| 5776 | func (s *LogicalNotContext) GetS33() antlr.Token { return s.s33 } |
| 5777 |
no test coverage detected