Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
use crate::types::FileData;
8
9
pub(crate) struct JavaParser;
10
11
impl 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