trait DenotTransformer
extends DotClass with Phase

A transformer transforms denotations at a given phase

Constructors

Members

def lastPhaseId ( implicit ctx: Context ) : Int

The last phase during which the transformed denotations are valid

The last phase during which the transformed denotations are valid

def transform ( ref: SingleDenotation ) ( implicit ctx: Context ) : SingleDenotation

The transformation method

The transformation method

def validFor ( implicit ctx: Context ) : Period

The validity period of the transformer in the given context

The validity period of the transformer in the given context