get_method_at_position
Retrieve Java method details including signature, parameters, return type, modifiers, and exceptions by specifying file path and zero-based line/column position.
Instructions
Get method information at a specific position.
USAGE: Position on a method reference or declaration OUTPUT: Method signature, parameters, return type, modifiers, exceptions
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 |