visitBy<T> method

  1. @override
T visitBy<T>(
  1. Visitor<T> v
)
override

Calls the relevant visit method on the visitor.

Implementation

@override
visitBy<T>(Visitor<T> v) => v.visitExpressionStatement(this);