visitBinary abstract method

T? visitBinary(
  1. BinaryExpression node
)

Implementation

T? visitBinary(BinaryExpression node);