final object DenotTransformers

Constructors

Members

trait DenotTransformer

A transformer transforms denotations at a given phase

A transformer transforms denotations at a given phase

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 install...

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.

trait InfoTransformer

A transformer that only transforms the info field of denotations

A transformer that only transforms the info field of denotations

trait SymTransformer

A transformer that only transforms SymDenotations

A transformer that only transforms SymDenotations