CompilerPlugin
trait StandardPlugin
trait Plugin
class Object
trait Matchable
class Any
Inherited
Keywords
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
- Value parameters:
- options:
commandline options to the plugin,
-P:plugname:opt1,opt2
becomes List(opt1, opt2)
- Returns:
a list of phases to be added to the phase plan
Inherited methods
Concrete 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.