Go to Implementation
implementationIdentifies all concrete classes implementing a given interface or abstract class. Use file path, line number, and offset to pinpoint the definition.
Instructions
Finds concrete implementations of an interface or abstract class. Given an interface Serializable, returns every class that implements it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path (absolute or relative to cwd) | |
| line | Yes | 1-based line number | |
| offset | Yes | 1-based character offset on the line |