org.wartremover.Plugin
See thePlugin companion object
class Plugin extends StandardPlugin, CompilerPluginCompat
Attributes
- Companion
- object
- Source
- Plugin.scala
- Graph
-
- Supertypes
-
trait CompilerPluginCompattrait StandardPlugintrait Pluginclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
A one-line description of the plugin
The name of this plugin
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- CompilerPluginCompat
- Source
- CompilerPluginCompat.scala
Is this plugin a research plugin?
Is this plugin a research plugin?
Research plugin receives a phase plan and return a new phase plan, while non-research plugin returns a list of phases to be inserted.
Attributes
- Inherited from:
- Plugin
- Source
- Plugin.scala
Inherited fields
A description of this plugin's options, suitable as a response to the -help command-line option. Conventionally, the options should be listed with the -P:plugname: part included.
A description of this plugin's options, suitable as a response to the -help command-line option. Conventionally, the options should be listed with the -P:plugname: part included.
Attributes
- Inherited from:
- Plugin
- Source
- Plugin.scala
In this article