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.transformMethods in net.hydromatic.morel.compile that return BuiltIn.DataTypeHelperModifier and TypeMethodDescriptionMethods in net.hydromatic.morel.compile that return types with arguments of type BuiltIn.DataTypeHelperModifier and TypeMethodDescriptiondefault UnaryOperator<BuiltIn.DataTypeHelper> BuiltIn.BuiltInType.transform()BuiltIn.Datatype.transform()Constructor parameters in net.hydromatic.morel.compile with type arguments of type BuiltIn.DataTypeHelperModifierConstructorDescriptionprivateDatatype(String mlName, boolean internal, int varCount, UnaryOperator<BuiltIn.DataTypeHelper> transform)