Class CollectionContext<T extends Collection<?>>

java.lang.Object
spoon.support.modelobs.context.Context
spoon.support.modelobs.context.CollectionContext<T>
Direct Known Subclasses:
ListContext, SetContext

public abstract class CollectionContext<T extends Collection<?>> extends Context
  • Field Details

    • copyOfTheCollection

      protected final T extends Collection<?> copyOfTheCollection
  • Constructor Details

    • CollectionContext

      public CollectionContext(CtElement element, CtRole role, T copyOfTheCollection)