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
Methods in net.hydromatic.morel.compile that return BuiltIn.DataTypeHelperModifier and TypeMethodDescriptionMethod parameters in net.hydromatic.morel.compile with type arguments of type BuiltIn.DataTypeHelperModifier and TypeMethodDescriptionprivate static voidBuiltIn.defineDataType(TypeSystem ts, List<Binding> bindings, String name, boolean internal, int varCount, UnaryOperator<BuiltIn.DataTypeHelper> transform)