Uses of Interface
net.hydromatic.morel.compile.BuiltIn.DataTypeHelper
Packages that use BuiltIn.DataTypeHelper
Package
Description
Validates programs (represented as
AstNode),
deduces their type, and compiles them into code that can be evaluated.-
Uses of BuiltIn.DataTypeHelper in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile with type parameters of type BuiltIn.DataTypeHelperModifier and TypeFieldDescriptionprivate final UnaryOperator<BuiltIn.DataTypeHelper> BuiltIn.Datatype.transform(package private) final Function<BuiltIn.DataTypeHelper, Type.Key> BuiltIn.Constructor.typeFunctionMethods in net.hydromatic.morel.compile that return BuiltIn.DataTypeHelperConstructor parameters in net.hydromatic.morel.compile with type arguments of type BuiltIn.DataTypeHelperModifierConstructorDescriptionprivateConstructor(BuiltIn.Datatype datatype, String constructor, Function<BuiltIn.DataTypeHelper, Type.Key> typeFunction) privateDatatype(String mlName, boolean internal, int varCount, UnaryOperator<BuiltIn.DataTypeHelper> transform)