trait IdentityDenotTransformer
extends DotClass with DenotTransformer

A DenotTransformer trait that has the identity as its transform method. You might want to inherit from this trait so that new denotations can be installed using installAfter and enteredAfter at the end of the phase.

Constructors

Members

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

The transformation method

The transformation method