Plugins

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

Support for run-time loading of compiler plugins.

Attributes

Authors:

Lex Spoon

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
class ContextBase
Self type

Members list

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

A description of all the plugins that are loaded

A description of all the plugins that are loaded

Attributes

Summary of the options for all loaded plugins

Summary of the options for all loaded plugins

Attributes

def plugins(using Context): List[Plugin]