Uses of Class
net.hydromatic.morel.type.RecordType
-
Packages that use RecordType Package Description net.hydromatic.morel.ast Abstract syntax tree.net.hydromatic.morel.type Type system. -
-
Uses of RecordType in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return RecordType Modifier and Type Method Description RecordTypeCore.RecordPat. type()Methods in net.hydromatic.morel.ast with parameters of type RecordType Modifier and Type Method Description Core.RecordPatCoreBuilder. recordPat(RecordType type, List<? extends Core.Pat> args)Constructors in net.hydromatic.morel.ast with parameters of type RecordType Constructor Description RecordPat(RecordType type, com.google.common.collect.ImmutableList<Core.Pat> args) -
Uses of RecordType in net.hydromatic.morel.type
Methods in net.hydromatic.morel.type that return RecordType Modifier and Type Method Description RecordTypeRecordType. copy(TypeSystem typeSystem, UnaryOperator<Type> transform)RecordTypeTypeShuttle. visit(RecordType recordType)Methods in net.hydromatic.morel.type with parameters of type RecordType Modifier and Type Method Description RecordTypeTypeShuttle. visit(RecordType recordType)RTypeVisitor. visit(RecordType recordType)Visits aRecordType.
-