class MoveStatics
extends MiniPhaseTransform with SymTransformer

Move static methods from companion to the class itself

Constructors

MoveStatics ( )

Members

[+] override def phaseName : String

A name given to the Phase that can be used to debug the compiler. For instance, it is possible to print trees after a given phase using:

A name given to the Phase that can be used to debug the compiler. For instance, it is possible to print trees after a given phase using:

$ ./bin/dotc -Xprint:<phaseNameHere> sourceFile.scala
override def transformStats ( trees: List [ Tree ] ) ( implicit ctx: Context , info: TransformerInfo ) : List [ Tree ]
def transformSym ( sym: SymDenotation ) ( implicit ctx: Context ) : SymDenotation