@Data public class TypeWithRestrictedNamesBucket extends TypeBucket
| Constructor and Description |
|---|
TypeWithRestrictedNamesBucket(int id,
Map<? extends JvmType,? extends Set<String>> types,
IResolvedFeatures.Provider resolvedFeaturesProvider) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<? extends JvmType> |
getTypes() |
Map<? extends JvmType,? extends Set<String>> |
getTypesToNames() |
int |
hashCode() |
boolean |
isRestrictingNames() |
String |
toString() |
getFlags, getId, getResolvedFeaturesProviderpublic TypeWithRestrictedNamesBucket(int id,
Map<? extends JvmType,? extends Set<String>> types,
IResolvedFeatures.Provider resolvedFeaturesProvider)
public boolean isRestrictingNames()
isRestrictingNames in class TypeBucketpublic List<? extends JvmType> getTypes()
getTypes in class TypeBucket@Pure public int hashCode()
hashCode in class TypeBucket@Pure public boolean equals(Object obj)
equals in class TypeBucket@Pure public String toString()
toString in class TypeBucket@Pure public Map<? extends JvmType,? extends Set<String>> getTypesToNames()
getTypesToNames in class TypeBucketCopyright © 2015. All Rights Reserved.