get_field_at_position
Retrieve field details—type, modifiers, constant value—by specifying a zero-based line and column in a Java source file.
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 | |
| filePath | Yes | Path to source file | |
| line | Yes | Zero-based line number |