visitBy1<T, A> method

T? visitBy1<T, A>(
  1. Visitor1<T, A> v,
  2. A arg
)
override

Calls the relevant visit method on the visitor.

Implementation

visitBy1<T, A>(Visitor1<T, A> v, A arg) => v.visitFunctionDeclaration(
    this, arg);