Package net.hydromatic.morel.type
Interface RecordLikeType
-
- All Superinterfaces:
Type
- All Known Implementing Classes:
PrimitiveType,RecordType,TupleType
public interface RecordLikeType extends Type
A type that has named fields, as a record type does.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SortedMap<String,Type>argNameTypes()TypeargType(int i)Returns the type of theith field, or throws.
-