Uses of Class
net.hydromatic.morel.type.ListType
Packages that use ListType
Package
Description
Abstract syntax tree.
Type system.
-
Uses of ListType in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return ListTypeMethods in net.hydromatic.morel.ast with parameters of type ListTypeConstructors in net.hydromatic.morel.ast with parameters of type ListTypeModifierConstructorDescription(package private)From(ListType type, com.google.common.collect.ImmutableList<Core.FromStep> steps) -
Uses of ListType in net.hydromatic.morel.type
Methods in net.hydromatic.morel.type that return ListTypeModifier and TypeMethodDescriptionListType.copy(TypeSystem typeSystem, UnaryOperator<Type> transform) TypeSystem.ForallHelper.list(int i) Creates type`i list.Creates a list type.Methods in net.hydromatic.morel.type with parameters of type ListType