find_implementations
Find all implementing types or subclasses for a given Java interface or class using zero-based coordinates in source files.
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 |
|---|---|---|---|
| maxResults | No | Max implementations to return (default 100) | |
| filePath | Yes | Path to source file | |
| column | Yes | Zero-based column number | |
| line | Yes | Zero-based line number |