MCPcopy Create free account
hub / github.com/Hessesian/kmp-lsp / JavaParser

Class JavaParser

src/language/java.rs:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7use crate::types::FileData;
8
9pub(crate) struct JavaParser;
10
11impl LanguageParser for JavaParser {
12 fn language_id(&self) -> &'static str {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected