Uses of Class
net.hydromatic.morel.type.RecordType
Packages that use RecordType
Package
Description
Abstract syntax tree.
Validates programs (represented as
AstNode),
deduces their type, and compiles them into code that can be evaluated.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.compile
Methods in net.hydromatic.morel.compile with parameters of type RecordTypeModifier and TypeMethodDescriptionprivate static booleanPretty.canPrintTabular2(RecordType recordType) Can print a record in tabular format if its fields are all primitive. -
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.