ScalaPhpCompilerPlugin
Attributes
- Source
- ScalaPhpCompilerPlugin.scala
- Graph
-
- Supertypes
-
trait StandardPlugintrait Pluginclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Non-research plugins should override this method to return the phases
Non-research plugins should override this method to return the phases
The phases returned must be freshly constructed (not reused and returned again on subsequent calls).
Value parameters
- options
-
commandline options to the plugin.
Attributes
- Returns
-
a list of phases to be added to the phase plan
- Definition Classes
-
StandardPlugin
- Source
- ScalaPhpCompilerPlugin.scala
Inherited methods
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
Concrete fields
A one-line description of the plugin
The name of this plugin
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