get_type_at_position
Retrieve type information at a given position in a Java file, including kind, modifiers, superclass, and interfaces.
Instructions
Get type information at a specific position.
USAGE: Position on a type reference or declaration OUTPUT: Type details including kind, modifiers, superclass, interfaces
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 | |
| filePath | Yes | Path to source file |