Uses of Class
net.hydromatic.morel.type.ForallType
-
Packages that use ForallType Package Description net.hydromatic.morel.type Type system. -
-
Uses of ForallType in net.hydromatic.morel.type
Fields in net.hydromatic.morel.type declared as ForallType Modifier and Type Field Description (package private) ForallTypeKeys.ForallTypeApplyKey. forallTypeMethods in net.hydromatic.morel.type that return ForallType Modifier and Type Method Description ForallTypeForallType. copy(TypeSystem typeSystem, UnaryOperator<Type> transform)ForallTypeTypeSystem. forallType(List<TypeVar> typeVars, Type type)Creates a "for all" type.ForallTypeTypeShuttle. visit(ForallType forallType)Methods in net.hydromatic.morel.type with parameters of type ForallType Modifier and Type Method Description static Type.KeyKeys. forallTypeApply(ForallType forallType, List<? extends Type> argTypes)Returns a key that identifies aForallTypewith monomorphic types substituted for its type parameters.ForallTypeTypeShuttle. visit(ForallType forallType)RTypeVisitor. visit(ForallType forallType)Visits aForallType.Constructors in net.hydromatic.morel.type with parameters of type ForallType Constructor Description ForallTypeApplyKey(ForallType forallType, com.google.common.collect.ImmutableList<Type> argTypes)
-