|
WaSH Docs
|
A pass of a refactoring tool over the source files running a series of actions defined. More...
#include <refactor.hpp>
Public Member Functions | |
| RefactorPass (std::initializer_list< std::variant< std::vector< std::string > *, WashRefactoringAction, WashComputationAction >> actions) | |
| const std::vector< WashRefactoringAction > & | actions () const |
| const std::vector< WashComputationAction > & | computations () const |
| const std::vector< std::string > * | files () const |
A pass of a refactoring tool over the source files running a series of actions defined.
1.8.14