| Class | Description |
|---|---|
| CallEdge |
An edge in the call graph representing a call from one routine to another.
|
| CallGraph |
Call graph built from a
BoundProgram. |
| CallGraphNode |
A node in the call graph representing a single routine (procedure, function, trigger, etc.).
|
| TableAccess |
Records a table access (read/write) within a routine.
|
| TableAccessExtractor |
Extracts table access kind (READ/WRITE/READ_WRITE) from a
BoundObjectRef,
using ETableEffectType from the AST's TTable.getEffectType() as
the primary signal, with ESqlStatementType as fallback. |