java

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package java implements import resolution for Java source files.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Resolver

type Resolver struct {
	// contains filtered or unexported fields
}

Resolver resolves Java import paths to repository files.

func New

func New(repoRoot string) *Resolver

New creates a new Java resolver for the given repository root. It auto-detects source roots from project structure.

func (*Resolver) Resolve

func (r *Resolver) Resolve(srcFile string, fact model.ImportFact, repoRoot string) (model.ResolveResult, error)

Resolve maps a Java import to a repository file.

func (*Resolver) ResolveAll

func (r *Resolver) ResolveAll(srcFile string, fact model.ImportFact, repoRoot string) ([]model.ResolveResult, error)

ResolveAll implements MultiResolver for Java. Handles same_package imports by resolving to sibling .java files in the same directory.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL