(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 5051 | } |
| 5052 | |
| 5053 | func NewLogicalNotContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LogicalNotContext { |
| 5054 | var p = new(LogicalNotContext) |
| 5055 | |
| 5056 | p.BooleanExpressionContext = NewEmptyBooleanExpressionContext() |
| 5057 | p.parser = parser |
| 5058 | p.CopyFrom(ctx.(*BooleanExpressionContext)) |
| 5059 | |
| 5060 | return p |
| 5061 | } |
| 5062 | |
| 5063 | func (s *LogicalNotContext) GetRuleContext() antlr.RuleContext { |
| 5064 | return s |
no test coverage detected