Traverses a signature and calls for each Type the given method.
Thread Safety
This class is thread-safe and reusable. I.e., you can use one instance
of this visitor to simultaneously process multiple signatures. In this
case, however, the given function f also has to be thread safe or you have
to use different functions.
Traverses a signature and calls for each
Typethe given method.Thread Safety
This class is thread-safe and reusable. I.e., you can use one instance of this visitor to simultaneously process multiple signatures. In this case, however, the given function
falso has to be thread safe or you have to use different functions.