Class TupleType
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<org.eclipse.xtext.common.types.JvmTypeReference>
-
- org.eclipse.xsemantics.dsl.typing.TupleType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<org.eclipse.xtext.common.types.JvmTypeReference>,java.util.Collection<org.eclipse.xtext.common.types.JvmTypeReference>,java.util.List<org.eclipse.xtext.common.types.JvmTypeReference>,java.util.RandomAccess
public class TupleType extends java.util.ArrayList<org.eclipse.xtext.common.types.JvmTypeReference>- Author:
- Lorenzo Bettini
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TupleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Redefined so that we use the referred JvmTypeinthashCode()Redefined so that we use the referred JvmType-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
Redefined so that we use the referred JvmType- Specified by:
hashCodein interfacejava.util.Collection<org.eclipse.xtext.common.types.JvmTypeReference>- Specified by:
hashCodein interfacejava.util.List<org.eclipse.xtext.common.types.JvmTypeReference>- Overrides:
hashCodein classjava.util.ArrayList<org.eclipse.xtext.common.types.JvmTypeReference>
-
equals
public boolean equals(java.lang.Object o)
Redefined so that we use the referred JvmType- Specified by:
equalsin interfacejava.util.Collection<org.eclipse.xtext.common.types.JvmTypeReference>- Specified by:
equalsin interfacejava.util.List<org.eclipse.xtext.common.types.JvmTypeReference>- Overrides:
equalsin classjava.util.ArrayList<org.eclipse.xtext.common.types.JvmTypeReference>
-
-