Uses of Class
net.hydromatic.morel.type.ListType
-
Packages that use ListType Package Description net.hydromatic.morel.ast Abstract syntax tree.net.hydromatic.morel.type Type system. -
-
Uses of ListType in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return ListType Modifier and Type Method Description ListTypeCore.From. type()Methods in net.hydromatic.morel.ast with parameters of type ListType Modifier and Type Method Description Core.FromCoreBuilder. from(ListType type, List<Core.FromStep> steps)Constructors in net.hydromatic.morel.ast with parameters of type ListType Constructor Description 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 ListType Modifier and Type Method Description ListTypeListType. copy(TypeSystem typeSystem, UnaryOperator<Type> transform)ListTypeTypeSystem.ForallHelper. list(int i)Creates type`i list.ListTypeTypeSystem. listType(Type elementType)Creates a list type.ListTypeTypeShuttle. visit(ListType listType)Methods in net.hydromatic.morel.type with parameters of type ListType Modifier and Type Method Description ListTypeTypeShuttle. visit(ListType listType)RTypeVisitor. visit(ListType listType)Visits aListType.
-