Uses of Class
net.hydromatic.morel.type.FnType
-
Packages that use FnType Package Description net.hydromatic.morel.type Type system. -
-
Uses of FnType in net.hydromatic.morel.type
Methods in net.hydromatic.morel.type that return FnType Modifier and Type Method Description FnTypeTypeSystem. fnType(Type paramType, Type resultType)Creates a function type.FnTypeTypeSystem.ForallHelper. predicate(int i)Methods in net.hydromatic.morel.type with parameters of type FnType Modifier and Type Method Description RTypeVisitor. visit(FnType fnType)Visits aFnType.
-