//! Statement hooks for intercepting statement analysis.
use Statement;
use crateHookContext;
use crateHookAction;
use crateHookResult;
use crateProvider;
/// Hook trait for intercepting statement analysis.
///
/// This hook receives the real AST statement and full mutable context,
/// allowing hooks to inspect statements, report issues, and modify analysis state.