Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
FunctionBreakerJava Class Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FunctionBreakerJava()

FunctionBreakerJava::FunctionBreakerJava ( string file_path,
string folder_path )

Constructs Java function breaker and processes file.

Parameters
file_pathJava source file to parse
folder_pathContaining folder path

Definition at line 287 of file function_breaker_java.cpp.


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