This context is responsible for managing the loading order of script files in a project, including guesses and known orders provided by FlowrAnalyzerLoadingOrderPlugins.

If you are interested in inspecting these orders, refer to ReadOnlyFlowrAnalyzerLoadingOrderContext. Plugins, however, can use this context directly to modify order guesses.

Hierarchy (View Summary)

Implements

Hierarchy-Diagram

UML class diagram of FlowrAnalyzerLoadingOrderContext

Constructors

Properties

The linked full project context, allowing plugins to modify and access it.

name: "flowr-analyzer-loading-order-context" = 'flowr-analyzer-loading-order-context'

A human-readable name of the context. Try to make it unique to avoid confusion in the logs.

The plugins registered for this context. These build the foundation for applyPlugins.

Methods