get_super_method
Find the method that a Java method overrides or implements by analyzing source code with compiler-accurate precision.
Instructions
Find the method that this method overrides or implements.
USAGE: Position on a method that overrides/implements another OUTPUT: The superclass/interface method being overridden
IMPORTANT: Uses ZERO-BASED coordinates.
Requires load_project to be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to source file | |
| line | Yes | Zero-based line number | |
| column | Yes | Zero-based column number |