Class SymbolInfoExtractor

java.lang.Object
org.ek9lang.mcp.oracle.extractors.SymbolInfoExtractor

public final class SymbolInfoExtractor extends Object
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 Details

    • SymbolInfoExtractor

      public SymbolInfoExtractor()
  • Method Details