Class TemporalTypeArgumentHolder

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
tools.mdsd.jamopp.model.java.util.TemporalTypeArgumentHolder
All Implemented Interfaces:
Adapter, Adapter.Internal

public class TemporalTypeArgumentHolder extends AdapterImpl
This adapter is used to attach type arguments to a type when it is passed through several getBoundType() calls recursively. A better solution might be to pass type references along whenever possible.

This however will require major changes in the API.

  • Constructor Details

    • TemporalTypeArgumentHolder

      public TemporalTypeArgumentHolder()
  • Method Details