WaSH Docs
Public Member Functions | List of all members
ws2st::refactor::RefactorPass Class Reference

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
 

Detailed Description

A pass of a refactoring tool over the source files running a series of actions defined.


The documentation for this class was generated from the following file: