@Data
public class TypeReferenceBucket
extends java.lang.Object
| Constructor and Description |
|---|
TypeReferenceBucket(int id,
java.util.List<org.eclipse.xtext.common.types.JvmTypeReference> types) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getId() |
java.util.List<org.eclipse.xtext.common.types.JvmTypeReference> |
getTypes() |
int |
hashCode() |
java.lang.String |
toString() |
public TypeReferenceBucket(int id,
java.util.List<org.eclipse.xtext.common.types.JvmTypeReference> types)
@Pure public int hashCode()
hashCode in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public int getId()
@Pure public java.util.List<org.eclipse.xtext.common.types.JvmTypeReference> getTypes()