AbstractProtectedconstructorCreates a new context with the given project context, a default plugin (to be used when no other is registered)
Optionalplugins: readonly Plugin[]Protected ReadonlyctxThe linked full project context, allowing plugins to modify and access it.
Abstract ReadonlynameA human-readable name of the context. Try to make it unique to avoid confusion in the logs.
Protected ReadonlypluginsThe plugins registered for this context. These build the foundation for applyPlugins.
ProtectedapplyReturns the project context this sub-context is attached to
AbstractresetReset the context to its initial state.
Abstract class representing the context, a context may be modified and enriched by plugins (see FlowrAnalyzerPlugin).
Please use the specialized contexts like FlowrAnalyzerFilesContext or FlowrAnalyzerLoadingOrderContext to work with flowR and in general, use the FlowrAnalyzerContext to access the full project context.