Skip to main content

Module resolution

Module resolution 

Source
Expand description

Java resolution context and inheritance resolver

Implements Java’s scoping rules and inheritance resolution.

Java resolution order: local � class � file � imported � package

TODO: Implement methods after exploring actual Java AST with tree-sitter.

Structs§

JavaInheritanceResolver
Inheritance resolver for Java
JavaResolutionContext
Resolution context for Java