Package net.hydromatic.morel.compile
Class TypeResolver.PlusSubst
java.lang.Object
net.hydromatic.morel.compile.TypeResolver.Subst
net.hydromatic.morel.compile.TypeResolver.PlusSubst
- Enclosing class:
TypeResolver
Substitution that adds one (type, variable) assignment to a parent
substitution.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final TypeResolver.Subst(package private) final TypeVar(package private) final Unifier.VariableFields inherited from class net.hydromatic.morel.compile.TypeResolver.Subst
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionPlusSubst(TypeResolver.Subst parent, TypeVar typeVar, Unifier.Variable variable) -
Method Summary
Methods inherited from class net.hydromatic.morel.compile.TypeResolver.Subst
plus
-
Field Details
-
parent
-
typeVar
-
variable
-
-
Constructor Details
-
PlusSubst
PlusSubst(TypeResolver.Subst parent, TypeVar typeVar, Unifier.Variable variable)
-
-
Method Details
-
get
- Specified by:
getin classTypeResolver.Subst
-
toString
-