Package net.hydromatic.morel.compile
Interface BuiltIn.DataTypeHelper
-
- Enclosing class:
- BuiltIn
private static interface BuiltIn.DataTypeHelperCallback used when defining a datatype.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeVarget(int i)BuiltIn.DataTypeHelpertyCon(String name)BuiltIn.DataTypeHelpertyCon(String name, Type type)
-
-
-
Method Detail
-
tyCon
BuiltIn.DataTypeHelper tyCon(String name)
-
tyCon
BuiltIn.DataTypeHelper tyCon(String name, Type type)
-
get
TypeVar get(int i)
-
-