|
ArKanjo 0.2
A tool for find code duplicated functions in codebases
|
#include <ast_method.hpp>
Public Attributes | |
| std::vector< std::string > | labels |
| std::vector< int > | lmd |
| fs::path | path |
Definition at line 15 of file ast_method.hpp.
| std::vector<std::string> PostOrderTree::labels |
Definition at line 16 of file ast_method.hpp.
| std::vector<int> PostOrderTree::lmd |
Definition at line 17 of file ast_method.hpp.
| fs::path PostOrderTree::path |
Definition at line 19 of file ast_method.hpp.