Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Java function parser and extractor. More...
#include <function_breaker_java.hpp>
Public Member Functions | |
FunctionBreakerJava (string file_path, string 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 29 of file function_breaker_java.hpp.
FunctionBreakerJava::FunctionBreakerJava | ( | string | file_path, |
string | folder_path ) |
Constructs Java function breaker and processes file.
file_path | Java source file to parse |
folder_path | Containing folder path |
Definition at line 287 of file function_breaker_java.cpp.