Class ModuleInfoExtractor
java.lang.Object
org.ek9lang.mcp.oracle.extractors.ModuleInfoExtractor
Extracts Level 4 module information from a LocationContext.
Returns all constructs in the module, their types, line ranges, and metrics.
Works after Phase 5 (PRE_IR_CHECKS) — does not require IR.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextract(LocationContext context) Extract module-level information from the resolved location context.
-
Constructor Details
-
ModuleInfoExtractor
public ModuleInfoExtractor()
-
-
Method Details
-
extract
Extract module-level information from the resolved location context.
-