(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 6165 | } |
| 6166 | |
| 6167 | func NewArithmeticBinaryContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ArithmeticBinaryContext { |
| 6168 | var p = new(ArithmeticBinaryContext) |
| 6169 | |
| 6170 | p.ValueExpressionContext = NewEmptyValueExpressionContext() |
| 6171 | p.parser = parser |
| 6172 | p.CopyFrom(ctx.(*ValueExpressionContext)) |
| 6173 | |
| 6174 | return p |
| 6175 | } |
| 6176 | |
| 6177 | func (s *ArithmeticBinaryContext) GetOperator() antlr.Token { return s.operator } |
| 6178 |
no test coverage detected