pub fn append_java_class_ir(
ir: &mut ProjectIr,
file_path: &str,
project_name: Option<String>,
tree: &Tree,
source: &str,
)Expand description
Append Java Class nodes and DECLARES_CLASS edges (no Property in this pipeline).