| Interface | Description |
|---|---|
| IRVisitor<R,C> |
Visitor interface for traversing IR nodes across all layers.
|
| Class | Description |
|---|---|
| AbstractIRVisitor<R,C> |
Abstract base implementation of
IRVisitor that returns null for all visit methods. |
| Confidence |
Confidence level for an analysis result, ranging from 0.0 to 1.0.
|
| Evidence |
Evidence supporting an analysis conclusion.
|
| IRNode |
Base class for all IR nodes across all layers (Bound, Logical, Flow).
|
| SourceAnchor |
Immutable source code anchor linking an IR node back to the original SQL/PL/SQL text.
|
| SourceSpan |
Multi-segment source anchor for cases like dynamic SQL concatenation
that reference multiple code locations.
|
| Enum | Description |
|---|---|
| EConfidenceLevel |
Confidence level buckets derived from a 0.0-1.0 confidence value.
|
| EffectType |
Data effect type for lineage edges and procedural data flow edges.
|
| EvidenceKind |
Types of evidence that support an analysis conclusion.
|
| IRNodeKind |
Enumeration of all IR node types across all layers.
|