Uses of Interface
net.hydromatic.morel.compile.BuiltIn.DataTypeHelper
-
Packages that use BuiltIn.DataTypeHelper Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), 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.DataTypeHelper Modifier and Type Method Description BuiltIn.DataTypeHelperBuiltIn.DataTypeHelper. tyCon(String name)BuiltIn.DataTypeHelperBuiltIn.DataTypeHelper. tyCon(String name, Type type)Method parameters in net.hydromatic.morel.compile with type arguments of type BuiltIn.DataTypeHelper Modifier and Type Method Description private static voidBuiltIn. defineDataType(TypeSystem ts, List<Binding> bindings, String name, boolean internal, int varCount, UnaryOperator<BuiltIn.DataTypeHelper> transform)
-