[−][src]Module gf::ai::executor
🟢 Executors for abstract interpretations.
Structs
FixpointExecutor | 🟢 Iterative executor that propagates state across edges until a fixed point is reached. |
FixpointExecutorFrame | 🟢 Frame in the internal call stack of |
FixpointExecutorState | 🟢 State of a |
PathExecutor | 🟢 Executor for interpreting code along a single path. |
PathExecutorFrame | 🟢 Frame in the internal call stack of a |
PathExecutorState | 🟢 State of a |