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§
- Java
Inheritance Resolver - Inheritance resolver for Java
- Java
Resolution Context - Resolution context for Java