| 1 | //! Java parser for semantic analysis. |
| 2 | //! |
| 3 | //! Extracts classes, interfaces, methods, fields, enums, annotations, and |
| 4 | //! imports from Java source code using tree-sitter-java. |
nothing calls this directly
no outgoing calls
no test coverage detected