Uses of Class
net.hydromatic.morel.type.RecordType
Packages that use RecordType
Package
Description
Abstract syntax tree.
Type system.
-
Uses of RecordType in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return RecordTypeMethods in net.hydromatic.morel.ast with parameters of type RecordTypeModifier and TypeMethodDescriptionCoreBuilder.recordPat(RecordType type, List<? extends Core.Pat> args) Constructors in net.hydromatic.morel.ast with parameters of type RecordTypeModifierConstructorDescription(package private)RecordPat(RecordType type, com.google.common.collect.ImmutableList<Core.Pat> args) -
Uses of RecordType in net.hydromatic.morel.type
Subclasses of RecordType in net.hydromatic.morel.typeMethods in net.hydromatic.morel.type that return RecordTypeModifier and TypeMethodDescriptionRecordType.copy(TypeSystem typeSystem, UnaryOperator<Type> transform) TypeShuttle.visit(RecordType recordType) Methods in net.hydromatic.morel.type with parameters of type RecordTypeModifier and TypeMethodDescriptionTypeShuttle.visit(RecordType recordType) TypeVisitor.visit(RecordType recordType) Visits aRecordType.