Class FlowInfoExtractor
java.lang.Object
org.ek9lang.mcp.oracle.extractors.FlowInfoExtractor
Extracts Level 2 flow analysis information from a LocationContext.
Provides two tiers of information:
- Tier 1 (always available): Method signature, parameters, return type, complexity metrics
- Tier 2 (requires IR): Execution paths, guard chains, data flow, control flow structure
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextract(LocationContext context) Extract flow information from the resolved location context.
-
Constructor Details
-
FlowInfoExtractor
public FlowInfoExtractor()
-
-
Method Details
-
extract
Extract flow information from the resolved location context.
-