abstract class ScalanizerPlugin extends ScalanPlugin
- Self Type
- ScalanizerPlugin
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalanizerPlugin
- ScalanPlugin
- Plugin
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScalanizerPlugin(g: Global)
Abstract Value Members
- abstract def createScalanizerConfig(): ScalanizerConfig
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
global: Global
- Definition Classes
- ScalanPlugin → Plugin
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
name: String
Visible name of the plugin
Visible name of the plugin
- Definition Classes
- ScalanizerPlugin → Plugin
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
options: List[String]
- Definition Classes
- Plugin
-
val
optionsHelp: Some[String]
A description of the plugin's options
A description of the plugin's options
- Definition Classes
- ScalanizerPlugin → Plugin
- val scalanizer: Scalanizer[global.type]
- val srcPipeline: SourceModulePipeline[Global]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val targetPipeline: TargetModulePipeline[Global]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
Deprecated Value Members
-
def
processOptions(options: List[String], error: (String) ⇒ Unit): Unit
- Definition Classes
- Plugin
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) use Plugin#init instead