Documentation
¶
Overview ¶
Package java provides Java analysis using tree-sitter. Detects imports, HTTP endpoints (Spring, JAX-RS, Quarkus), database/queue/cache infrastructure, and outbound HTTP client calls.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct {
// contains filtered or unexported fields
}
Analyzer implements the scanner.Analyzer interface for Java files.
func (*Analyzer) Clone ¶
Clone returns an independent copy with a fresh tree-sitter parser. Tree-sitter parsers are not thread-safe; each goroutine needs its own.
func (*Analyzer) Extensions ¶
Extensions returns Java file extensions.
Click to show internal directories.
Click to hide internal directories.