Class SynonymTypeBucket


  • public class SynonymTypeBucket
    extends TypeBucket
    A type bucket that was produced from the synonym of a type. It tracks the conformance flags for a synonym, e.g. boxing or unboxing information.
    • Constructor Detail

      • SynonymTypeBucket

        public SynonymTypeBucket​(int id,
                                 java.util.List<? extends org.eclipse.xtext.common.types.JvmType> types,
                                 IResolvedFeatures.Provider resolvedFeaturesProvider,
                                 int flags)