Package

scala.tools.nsc

plugins

Permalink

package plugins

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. class MissingPluginException extends PluginLoadException

    Permalink
  2. abstract class Plugin extends AnyRef

    Permalink

    Information about a plugin loaded from a jar file.

    Information about a plugin loaded from a jar file.

    The concrete subclass must have a one-argument constructor that accepts an instance of global.

    (val global: Global)
    Version

    1.0, 2007-5-21

  3. abstract class PluginComponent extends SubComponent

    Permalink

    A component that is part of a Plugin.

    A component that is part of a Plugin.

    Version

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

  4. case class PluginDescription(name: String, classname: String) extends Product with Serializable

    Permalink

    A description of a compiler plugin, suitable for serialization to XML for inclusion in the plugin's .jar file.

    A description of a compiler plugin, suitable for serialization to XML for inclusion in the plugin's .jar file.

    name

    A short name of the plugin, used to identify it in various contexts. The phase defined by the plugin should have the same name.

    classname

    The name of the main Plugin class.

    Version

    2.0, 2013

  5. class PluginLoadException extends Exception

    Permalink
  6. trait Plugins extends AnyRef

    Permalink

    Support for run-time loading of compiler plugins.

    Support for run-time loading of compiler plugins.

    Version

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

Value Members

  1. object Plugin

    Permalink

    ...

    ...

    Version

    1.0, 2007-5-21

  2. object PluginDescription extends Serializable

    Permalink

    Utilities for the PluginDescription class.

    Utilities for the PluginDescription class.

    Version

    2.0, 2013

Ungrouped