Uses of Class
spoon.support.modelobs.ChangeCollector
Packages that use ChangeCollector
-
Uses of ChangeCollector in spoon.support.modelobs
Subclasses of ChangeCollector in spoon.support.modelobsModifier and TypeClassDescriptionclass
AChangeCollector
, which builds a tree ofElementSourceFragment
s ofCompilationUnit
of the modified element lazily just before the element is changedMethods in spoon.support.modelobs that return ChangeCollectorModifier and TypeMethodDescriptionChangeCollector.attachTo(Environment env)
static @Nullable ChangeCollector
ChangeCollector.getChangeCollector(Environment env)
-
Uses of ChangeCollector in spoon.support.sniper.internal
Methods in spoon.support.sniper.internal that return ChangeCollectorConstructors in spoon.support.sniper.internal with parameters of type ChangeCollectorModifierConstructorDescriptionChangeResolver(ChangeCollector changeCollector, CtElement element)