(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 5134 | } |
| 5135 | |
| 5136 | func NewLogicalBinaryContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LogicalBinaryContext { |
| 5137 | var p = new(LogicalBinaryContext) |
| 5138 | |
| 5139 | p.BooleanExpressionContext = NewEmptyBooleanExpressionContext() |
| 5140 | p.parser = parser |
| 5141 | p.CopyFrom(ctx.(*BooleanExpressionContext)) |
| 5142 | |
| 5143 | return p |
| 5144 | } |
| 5145 | |
| 5146 | func (s *LogicalBinaryContext) GetOperator() antlr.Token { return s.operator } |
| 5147 |
no test coverage detected