Uses of Record Class
org.ek9lang.mcp.oracle.LocationContext
Packages that use LocationContext
Package
Description
Oracle Contextual Query Interface for the EK9 compiler.
Oracle extractors that convert compiler data structures into JSON-serializable maps.
-
Uses of LocationContext in org.ek9lang.mcp.oracle
Methods in org.ek9lang.mcp.oracle that return LocationContextModifier and TypeMethodDescriptionstatic LocationContextLocationContext.empty()Create an empty context when the source file cannot be found.LocationResolver.resolve(CompilableProgram program, Workspace workspace, String file, int line, int column) Resolve a source location to full semantic context. -
Uses of LocationContext in org.ek9lang.mcp.oracle.extractors
Methods in org.ek9lang.mcp.oracle.extractors with parameters of type LocationContextModifier and TypeMethodDescriptionConstructInfoExtractor.extract(LocationContext context) Extract construct information from the resolved location context.FlowInfoExtractor.extract(LocationContext context) Extract flow information from the resolved location context.ModuleInfoExtractor.extract(LocationContext context) Extract module-level information from the resolved location context.PipelineInfoExtractor.extract(LocationContext context, int targetLine) Extract pipeline decomposition from the resolved location context.ScopeChainExtractor.extract(LocationContext context) Extract scope chain information from the flattened scope chain.SymbolInfoExtractor.extract(LocationContext context) Extract symbol information from the resolved location context.