get_field_at_position
Retrieve Java field details including type, modifiers, and constant values by specifying file path and zero-based coordinates within the source code.
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 |
|---|---|---|---|
| filePath | Yes | Path to source file | |
| line | Yes | Zero-based line number | |
| column | Yes | Zero-based column number |