get_field_at_position
Retrieve field type, modifiers, and constant value at a given position in a Java file. Uses zero-based coordinates.
Instructions
Get field information at a specific position.
USAGE: Position on a field reference or declaration OUTPUT: Field type, modifiers, constant value if applicable
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 |