Class ConstructInfoExtractor
java.lang.Object
org.ek9lang.mcp.oracle.extractors.ConstructInfoExtractor
Extracts Level 3 construct (class/record/trait/component) information from a LocationContext.
Returns fields, methods, operators, constructors, inheritance chain, and metrics.
All extraction is defensive — unresolved types and missing metadata produce
degraded but valid output, never exceptions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextract(LocationContext context) Extract construct information from the resolved location context.
-
Constructor Details
-
ConstructInfoExtractor
public ConstructInfoExtractor()
-
-
Method Details
-
extract
Extract construct information from the resolved location context.
-