Developer defined registration of a refactoring action - a (<T>Matcher, CallbackFn) pair.
More...
#include <refactor.hpp>
|
|
| WashRefactoringAction (StatementMatcher *matcher_ptr, WashCallbackFn callback_ptr) |
| |
|
| WashRefactoringAction (DeclarationMatcher *matcher_ptr, WashCallbackFn callback_ptr) |
| |
|
WashCallbackFn | getCallbackFn () |
| |
|
std::variant< StatementMatcher *, DeclarationMatcher * > | getMatcher () |
| |
Developer defined registration of a refactoring action - a (<T>Matcher, CallbackFn) pair.
The documentation for this class was generated from the following file: