Class SymbolInfoExtractor
java.lang.Object
org.ek9lang.mcp.oracle.extractors.SymbolInfoExtractor
Extracts Level 0 symbol information from a LocationContext.
Returns everything the compiler knows about the symbol at a specific location.
All extraction is defensive — unresolved types, missing metadata, and null values
produce degraded but valid output, never exceptions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextract(LocationContext context) Extract symbol information from the resolved location context.
-
Constructor Details
-
SymbolInfoExtractor
public SymbolInfoExtractor()
-
-
Method Details
-
extract
Extract symbol information from the resolved location context.
-