CompilerPlugin

final class CompilerPlugin extends StandardPlugin
trait StandardPlugin
trait Plugin
class Object
trait Matchable
class Any

Value members

Concrete methods

def init(options: List[String]): List[PluginPhase]

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.

Inherited from:
Plugin

Concrete fields

override val optionsHelp: Option[String]