Package org.ocamljava.runtime.wrappers

The org.ocamljava.runtime.wrappers package contains classes allowing to wrap OCaml values (instance of classes that inherit from org.ocamljava.runtime.values.Value).

See: Description

Package org.ocamljava.runtime.wrappers Description

The org.ocamljava.runtime.wrappers package contains classes allowing to wrap OCaml values (instance of classes that inherit from org.ocamljava.runtime.values.Value).

Wrappers can be used to wrap either an already existing value (through wrap methods), or a newly-created one (through create methods).

These wrappers are also used as the base classes from the code generated by the ocamlwrap tool.