Uses of Interface
net.hydromatic.morel.type.TypedValue
Packages that use TypedValue
Package
Description
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.Evaluates expressions.
Type system.
-
Uses of TypedValue in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return TypedValueModifier and TypeMethodDescriptionprivate @Nullable TypedValueTypeResolver.FieldExpander.expandField(Environment env, Ast.Exp exp) -
Uses of TypedValue in net.hydromatic.morel.eval
Subinterfaces of TypedValue in net.hydromatic.morel.evalClasses in net.hydromatic.morel.eval that implement TypedValueModifier and TypeClassDescription(package private) static classAbstract implementation of File.private static classFile that is not a directory, and can be parsed into a set of records.private static classFile that is a directory.private static classprivate static classFile that we have not yet categorized. -
Uses of TypedValue in net.hydromatic.morel.type
Methods in net.hydromatic.morel.type that return TypedValueModifier and TypeMethodDescriptiondefault @Nullable TypedValueRecordLikeType.asTypedValue()Returns aTypedValueif this type wraps a single dynamically typed value, otherwise null.default TypedValueTypedValue.discoverField(TypeSystem typeSystem, String fieldName) Tries to expand the type to include the given field name.