find_implementations
Locate all Java classes that implement an interface or extend a class by analyzing source code with compiler-accurate precision.
Instructions
Find implementations of an interface or extensions of a class.
USAGE: Position on a type (interface or class), find all implementors/subclasses OUTPUT: List of implementing/extending types with locations
IMPORTANT: Uses ZERO-BASED coordinates.
Requires load_project to be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | Zero-based column number | |
| line | Yes | Zero-based line number | |
| maxResults | No | Max implementations to return (default 100) | |
| filePath | Yes | Path to source file |