c

scalan.plugin

ScalanizerPlugin

abstract class ScalanizerPlugin extends ScalanPlugin

Self Type
ScalanizerPlugin
Linear Supertypes
ScalanPlugin, Plugin, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalanizerPlugin
  2. ScalanPlugin
  3. Plugin
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalanizerPlugin(g: Global)

Abstract Value Members

  1. abstract def createScalanizerConfig(): ScalanizerConfig

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. val components: List[PluginComponent]

    The compiler components that will be applied when running this plugin

    The compiler components that will be applied when running this plugin

    Definition Classes
    ScalanizerPlugin → Plugin
  7. val description: String

    The description is printed with the option: -Xplugin-list

    The description is printed with the option: -Xplugin-list

    Definition Classes
    ScalanizerPlugin → Plugin
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. val global: Global
    Definition Classes
    ScalanPlugin → Plugin
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def init(options: List[String], error: (String) ⇒ Unit): Boolean

    Plugin-specific options without -P:scalanizer:

    Plugin-specific options without -P:scalanizer:

    Definition Classes
    ScalanizerPlugin → Plugin
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val name: String

    Visible name of the plugin

    Visible name of the plugin

    Definition Classes
    ScalanizerPlugin → Plugin
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def options: List[String]
    Definition Classes
    Plugin
  21. val optionsHelp: Some[String]

    A description of the plugin's options

    A description of the plugin's options

    Definition Classes
    ScalanizerPlugin → Plugin
  22. val scalanizer: Scalanizer[global.type]
  23. val srcPipeline: SourceModulePipeline[Global]
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. val targetPipeline: TargetModulePipeline[Global]
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Deprecated Value Members

  1. def processOptions(options: List[String], error: (String) ⇒ Unit): Unit
    Definition Classes
    Plugin
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use Plugin#init instead

Inherited from ScalanPlugin

Inherited from Plugin

Inherited from AnyRef

Inherited from Any

Ungrouped