ReadonlyconfigThe configuration options used by the analyzer.
ReadonlydepsIdentified dependencies and their versions.
ReadonlyenvEnvironment information used during analysis.
ReadonlyfilesFiles to be analyzed and their loading order.
ReadonlygasResource-usage guard (gas).
Call ctx.gas.checkGas(key) at expensive analysis sites to obtain the current pressure level.
Returns GasLevel.Normal with zero overhead when gas is disabled for key.
ReadonlymetaProject metadata such as name, version, and namespace.
This is a read-only interface to the FlowrAnalyzerContext. It prevents you from modifying the context, but allows you to inspect it (which is probably what you want when using the FlowrAnalyzer). If you are a FlowrAnalyzerPlugin and want to modify the context, you can use the FlowrAnalyzerContext directly.