Uses of Class
net.hydromatic.morel.type.TupleType
-
Packages that use TupleType Package Description net.hydromatic.morel.type Type system. -
-
Uses of TupleType in net.hydromatic.morel.type
Methods in net.hydromatic.morel.type that return TupleType Modifier and Type Method Description TupleTypeTupleType. copy(TypeSystem typeSystem, UnaryOperator<Type> transform)TupleTypeTypeSystem. tupleType(Type argType0, Type... argTypes)Creates a tuple type from an array of types.TupleTypeTypeShuttle. visit(TupleType tupleType)Methods in net.hydromatic.morel.type with parameters of type TupleType Modifier and Type Method Description TupleTypeTypeShuttle. visit(TupleType tupleType)RTypeVisitor. visit(TupleType tupleType)Visits aTupleType.
-