Uses of Class
net.hydromatic.morel.type.ListType
-
Packages that use ListType Package Description net.hydromatic.morel.type Type system. -
-
Uses of ListType in net.hydromatic.morel.type
Methods in net.hydromatic.morel.type that return ListType Modifier and Type Method Description ListTypeTypeSystem.ForallHelper. list(int i)ListTypeTypeSystem. listType(Type elementType)Creates a list type.Methods in net.hydromatic.morel.type with parameters of type ListType Modifier and Type Method Description RTypeVisitor. visit(ListType listType)Visits aListType.
-