From 76ea699ac1a76ee6048d7fe8239d0a1126581429 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sat, 15 Mar 2014 11:05:42 +0100 Subject: Renaming core.Transformer(s) -> core.DenotTransformer(s) To bring in line with TreeTransformer terminology. --- src/dotty/tools/dotc/core/Denotations.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dotty/tools/dotc/core/Denotations.scala') diff --git a/src/dotty/tools/dotc/core/Denotations.scala b/src/dotty/tools/dotc/core/Denotations.scala index fce5b1a16..bd1aedd75 100644 --- a/src/dotty/tools/dotc/core/Denotations.scala +++ b/src/dotty/tools/dotc/core/Denotations.scala @@ -11,7 +11,7 @@ import Symbols._ import Types._ import Periods._ import Flags._ -import Transformers._ +import DenotTransformers._ import Decorators._ import transform.Erasure import printing.Texts._ @@ -518,7 +518,7 @@ object Denotations { } else { // not found, cur points to highest existing variant var startPid = cur.validFor.lastPhaseId + 1 - val transformer = ctx.infoTransformers.nextTransformer(startPid) + val transformer = ctx.denotTransformers.nextTransformer(startPid) next = transformer.transform(cur).syncWithParents if (next eq cur) startPid = cur.validFor.firstPhaseId -- cgit v1.2.3