Class SynonymTypeBucket
- java.lang.Object
-
- org.eclipse.xtext.xbase.scoping.batch.TypeBucket
-
- org.eclipse.xtext.xbase.scoping.batch.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 Summary
Constructors Constructor Description SynonymTypeBucket(int id, java.util.List<? extends org.eclipse.xtext.common.types.JvmType> types, IResolvedFeatures.Provider resolvedFeaturesProvider, int flags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetFlags()inthashCode()java.lang.StringtoString()-
Methods inherited from class org.eclipse.xtext.xbase.scoping.batch.TypeBucket
getId, getResolvedFeaturesProvider, getTypes, getTypesToNames, isRestrictingNames
-
-
-
-
Constructor Detail
-
SynonymTypeBucket
public SynonymTypeBucket(int id, java.util.List<? extends org.eclipse.xtext.common.types.JvmType> types, IResolvedFeatures.Provider resolvedFeaturesProvider, int flags)
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTypeBucket
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classTypeBucket
-
toString
public java.lang.String toString()
- Overrides:
toStringin classTypeBucket
-
getFlags
public int getFlags()
- Overrides:
getFlagsin classTypeBucket
-
-