|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
Java function parser and extractor. More...
#include <function_breaker_java.hpp>
Public Member Functions | |
| FunctionBreakerJava (const fs::path &file_path, const fs::path &folder_path) | |
| Constructs Java function breaker and processes file. | |
Java function parser and extractor.
Analyzes Java source code to identify and extract individual methods, including their signatures, bodies, and location information. Handles Java-specific syntax including class methods and nested structures.
Definition at line 30 of file function_breaker_java.hpp.
| FunctionBreakerJava::FunctionBreakerJava | ( | const fs::path & | file_path, |
| const fs::path & | folder_path ) |
Constructs Java function breaker and processes file.
| file_path | Java source file to parse |
| folder_path | Containing folder path |
Definition at line 282 of file function_breaker_java.cpp.