Package hydra.typing
Class TypeSubst
- java.lang.Object
-
- hydra.typing.TypeSubst
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<TypeSubst>
public class TypeSubst extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<TypeSubst>
A substitution of type variables for types- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeSubst(PersistentMap<Name,Type> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(TypeSubst other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
-
VALUE
public static final Name VALUE
-
value
public final PersistentMap<Name,Type> value
-
-
Constructor Detail
-
TypeSubst
public TypeSubst(PersistentMap<Name,Type> value)
-
-