Plugins

dotty.tools.dotc.plugins.Plugins
See thePlugins companion object
trait Plugins

Support for run-time loading of compiler plugins.

Attributes

Version:

1.1, 2009/1/2 Updated 2009/1/2 by Anders Bach Nielsen: Added features to implement SIP 00002

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Concise view

Value members

Concrete methods

def addPluginPhases(plan: List[List[Phase]])(using Context): List[List[Phase]]

Add plugin phases to phase plan

Add plugin phases to phase plan

Attributes

def pluginDescriptions(using Context): String

A description of all the plugins that are loaded

A description of all the plugins that are loaded

Attributes

def pluginOptionsHelp(using Context): String

Summary of the options for all loaded plugins

Summary of the options for all loaded plugins

Attributes

def plugins(using Context): List[Plugin]