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

Members list

Concise view

Value members

Concrete methods

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]