PipeVisitor constructor

PipeVisitor(
  1. LibraryReader _library,
  2. ComponentVisitorExceptionHandler _exceptionHandler
)

Implementation

PipeVisitor(this._library, this._exceptionHandler);