A B C D E F G H I L N O R S T V W 

A

asBool(Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlWrappers
Converts a value into a boolean.

B

booleanValue() - Method in class org.ocamljava.runtime.wrappers.OCamlBool
Returns the wrapped value as a boolean.
byteAt(int) - Method in class org.ocamljava.runtime.wrappers.OCamlString
Returns the byte value at the specified index.
byteValue() - Method in class org.ocamljava.runtime.wrappers.OCamlChar
Returns the wrapped value as a byte.
byteValue() - Method in class org.ocamljava.runtime.wrappers.OCamlFloat
Returns the wrapped value as a byte, rounding and/or truncating it if necessary.
byteValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt
Returns the wrapped value as a byte, rounding and/or truncating it if necessary.
byteValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt32
Returns the wrapped value as a byte, rounding and/or truncating it if necessary.
byteValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt64
Returns the wrapped value as a byte, rounding and/or truncating it if necessary.
byteValue() - Method in class org.ocamljava.runtime.wrappers.OCamlNativeInt
Returns the wrapped value as a byte, rounding and/or truncating it if necessary.
byteValue() - Method in interface org.ocamljava.runtime.wrappers.OCamlNumber
Returns the wrapped value as a byte, rounding and/or truncating it if necessary.

C

charAt(int) - Method in class org.ocamljava.runtime.wrappers.OCamlString
charValue() - Method in class org.ocamljava.runtime.wrappers.OCamlChar
Returns the wrapped value as a char.
ComposedWrapper<T extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The AsbtractWrapper class provides a partial implementation for the Wrapper interface, by taking the elements to be returned by the getWrapper(int) method as constructor parameters.
ComposedWrapper(Wrapper<? extends OCamlValue>...) - Constructor for class org.ocamljava.runtime.wrappers.ComposedWrapper
Constructs a new instance.
create(int, T) - Static method in class org.ocamljava.runtime.wrappers.OCamlArray
Constructs a new 'a array value, and wraps it.
create(Wrapper<T>, T[]) - Static method in class org.ocamljava.runtime.wrappers.OCamlArray
Constructs a new 'a array value, and wraps it.
create(boolean) - Static method in class org.ocamljava.runtime.wrappers.OCamlBool
Constructs a new bool value, and wraps it.
create(long) - Static method in class org.ocamljava.runtime.wrappers.OCamlChar
Constructs a new int value, and wraps it.
create(double) - Static method in class org.ocamljava.runtime.wrappers.OCamlFloat
Constructs a new float value, and wraps it.
create(InputStream) - Static method in class org.ocamljava.runtime.wrappers.OCamlInChannel
Constructs a new in_channel value, and wraps it.
create(long) - Static method in class org.ocamljava.runtime.wrappers.OCamlInt
Constructs a new int value, and wraps it.
create(int) - Static method in class org.ocamljava.runtime.wrappers.OCamlInt32
Constructs a new int32 value, and wraps it.
create(long) - Static method in class org.ocamljava.runtime.wrappers.OCamlInt64
Constructs a new int64 value, and wraps it.
create(Object) - Static method in class org.ocamljava.runtime.wrappers.OCamlJavaInstance
Constructs a new java_instance value, and wraps it.
create(T) - Static method in class org.ocamljava.runtime.wrappers.OCamlLazy
Constructs a new 'a lazy_t value, and wraps it.
create(Wrapper<T>, OCamlFunction<OCamlUnit, T>) - Static method in class org.ocamljava.runtime.wrappers.OCamlLazy
Constructs a new 'a lazy_t value, and wraps it.
create(Wrapper<T>, List<T>) - Static method in class org.ocamljava.runtime.wrappers.OCamlList
Constructs a new 'a list value, and wraps it.
create(List<T>) - Static method in class org.ocamljava.runtime.wrappers.OCamlList
 
create(Wrapper<T>) - Static method in class org.ocamljava.runtime.wrappers.OCamlList
Constructs a new 'a list value.
create(T, OCamlList<T>) - Static method in class org.ocamljava.runtime.wrappers.OCamlList
Constructs a new 'a list value.
create(long) - Static method in class org.ocamljava.runtime.wrappers.OCamlNativeInt
Constructs a new nativeint value, and wraps it.
create(T) - Static method in class org.ocamljava.runtime.wrappers.OCamlOption
Constructs a new 'a option value, and wraps it.
create() - Static method in class org.ocamljava.runtime.wrappers.OCamlOption
Constructs a new 'a option value, and wraps it.
create(OutputStream) - Static method in class org.ocamljava.runtime.wrappers.OCamlOutChannel
Constructs a new out_channel value, and wraps it.
create(T) - Static method in class org.ocamljava.runtime.wrappers.OCamlRef
Constructs a new 'a ref value, and wraps it.
create(String) - Static method in class org.ocamljava.runtime.wrappers.OCamlString
Constructs a new string value, and wraps it.
create(T0, T1) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple2
Constructs a new 'a * 'b value, and wraps it.
create(T0, T1, T2) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple3
Constructs a new 'a * 'b * 'c value, and wraps it.
create(T0, T1, T2, T3) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple4
Constructs a new 'a * 'b * 'c * 'c * 'd value, and wraps it.
create(T0, T1, T2, T3, T4) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple5
Constructs a new 'a * 'b * 'c * 'c * 'd * 'e value, and wraps it.
create(T0, T1, T2, T3, T4, T5) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple6
Constructs a new 'a * 'b * 'c * 'c * 'd * 'e * 'f value, and wraps it.
create(T0, T1, T2, T3, T4, T5, T6) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple7
Constructs a new 'a * 'b * 'c * 'c * 'd * 'e * 'f * 'g value, and wraps it.
create(T0, T1, T2, T3, T4, T5, T6, T7) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple8
Constructs a new 'a * 'b * 'c * 'c * 'd * 'e * 'f * 'g * 'h value, and wraps it.
create() - Static method in class org.ocamljava.runtime.wrappers.OCamlUnit
Constructs a new unit value, and wraps it.
createBool(boolean) - Static method in class org.ocamljava.runtime.wrappers.OCamlWrappers
Returns a value representing a boolean.
createClosure(Class<?>, String, Object, int) - Static method in class org.ocamljava.runtime.wrappers.OCamlWrappers
Constructs and return a new closure for a Java virtual method.

D

doubleValue() - Method in class org.ocamljava.runtime.wrappers.OCamlFloat
Returns the wrapped value as a double, rounding and/or truncating it if necessary.
doubleValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt
Returns the wrapped value as a double, rounding and/or truncating it if necessary.
doubleValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt32
Returns the wrapped value as a double, rounding and/or truncating it if necessary.
doubleValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt64
Returns the wrapped value as a double, rounding and/or truncating it if necessary.
doubleValue() - Method in class org.ocamljava.runtime.wrappers.OCamlNativeInt
Returns the wrapped value as a double, rounding and/or truncating it if necessary.
doubleValue() - Method in interface org.ocamljava.runtime.wrappers.OCamlNumber
Returns the wrapped value as a double, rounding and/or truncating it if necessary.

E

equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlArray
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlBool
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlChar
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlExn
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlFloat
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction10
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction2
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction3
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction4
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction5
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction6
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction7
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction8
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction9
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlInChannel
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlInt
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlInt32
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlInt64
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlJavaInstance
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlLazy
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlList
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlNativeInt
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlOption
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlOutChannel
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlRef
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlString
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlTuple2
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlTuple3
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlTuple4
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlTuple5
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlTuple6
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlTuple7
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlTuple8
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlUnit
equals(Object) - Method in class org.ocamljava.runtime.wrappers.OCamlValue
execute(T0) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction
The actual implementation of the function
execute(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction10
The actual implementation of the function
execute(T0, T1) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction2
The actual implementation of the function
execute(T0, T1, T2) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction3
The actual implementation of the function
execute(T0, T1, T2, T3) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction4
The actual implementation of the function
execute(T0, T1, T2, T3, T4) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction5
The actual implementation of the function
execute(T0, T1, T2, T3, T4, T5) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction6
The actual implementation of the function
execute(T0, T1, T2, T3, T4, T5, T6) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction7
The actual implementation of the function
execute(T0, T1, T2, T3, T4, T5, T6, T7) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction8
The actual implementation of the function
execute(T0, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction9
The actual implementation of the function

F

FALSE - Static variable in class org.ocamljava.runtime.wrappers.OCamlBool
An representation of false.
floatValue() - Method in class org.ocamljava.runtime.wrappers.OCamlFloat
Returns the wrapped value as a float, rounding and/or truncating it if necessary.
floatValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt
Returns the wrapped value as a float, rounding and/or truncating it if necessary.
floatValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt32
Returns the wrapped value as a float, rounding and/or truncating it if necessary.
floatValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt64
Returns the wrapped value as a float, rounding and/or truncating it if necessary.
floatValue() - Method in class org.ocamljava.runtime.wrappers.OCamlNativeInt
Returns the wrapped value as a float, rounding and/or truncating it if necessary.
floatValue() - Method in interface org.ocamljava.runtime.wrappers.OCamlNumber
Returns the wrapped value as a float, rounding and/or truncating it if necessary.
force() - Method in class org.ocamljava.runtime.wrappers.OCamlLazy
Returns the wrapped value, by forcing it if necessary.

G

get(int) - Method in class org.ocamljava.runtime.wrappers.OCamlArray
Returns the value at the specified index.
get() - Method in class org.ocamljava.runtime.wrappers.OCamlLazy
Returns the wrapped value.
get() - Method in class org.ocamljava.runtime.wrappers.OCamlOption
Returns the wrapped value.
get() - Method in class org.ocamljava.runtime.wrappers.OCamlRef
Returns the wrapped value.
get0() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple2
Returns the first element of the wrapped value.
get0() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple3
Returns the first element of the wrapped value.
get0() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple4
Returns the first element of the wrapped value.
get0() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple5
Returns the first element of the wrapped value.
get0() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple6
Returns the first element of the wrapped value.
get0() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple7
Returns the first element of the wrapped value.
get0() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple8
Returns the first element of the wrapped value.
get1() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple2
Returns the second element of the wrapped value.
get1() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple3
Returns the second element of the wrapped value.
get1() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple4
Returns the second element of the wrapped value.
get1() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple5
Returns the second element of the wrapped value.
get1() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple6
Returns the second element of the wrapped value.
get1() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple7
Returns the second element of the wrapped value.
get1() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple8
Returns the second element of the wrapped value.
get2() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple3
Returns the third element of the wrapped value.
get2() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple4
Returns the third element of the wrapped value.
get2() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple5
Returns the third element of the wrapped value.
get2() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple6
Returns the third element of the wrapped value.
get2() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple7
Returns the third element of the wrapped value.
get2() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple8
Returns the third element of the wrapped value.
get3() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple4
Returns the fourth element of the wrapped value.
get3() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple5
Returns the fourth element of the wrapped value.
get3() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple6
Returns the fourth element of the wrapped value.
get3() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple7
Returns the fourth element of the wrapped value.
get3() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple8
Returns the fourth element of the wrapped value.
get4() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple5
Returns the fifth element of the wrapped value.
get4() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple6
Returns the fifth element of the wrapped value.
get4() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple7
Returns the fifth element of the wrapped value.
get4() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple8
Returns the fifth element of the wrapped value.
get5() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple6
Returns the sixth element of the wrapped value.
get5() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple7
Returns the sixth element of the wrapped value.
get5() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple8
Returns the sixth element of the wrapped value.
get6() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple7
Returns the seventh element of the wrapped value.
get6() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple8
Returns the seventh element of the wrapped value.
get7() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple8
Returns the eighth element of the wrapped value.
getAndIncrementOid() - Static method in class org.ocamljava.runtime.wrappers.OCamlWrappers
 
getBuffer() - Static method in class org.ocamljava.runtime.wrappers.OCamlGraphics
Returns the Graphics buffer of the current context.
getCanvas(Context) - Static method in class org.ocamljava.runtime.wrappers.OCamlGraphics
Returns the Graphics canvas of a context.
getCanvas() - Static method in class org.ocamljava.runtime.wrappers.OCamlGraphics
Returns the Graphics canvas of the current context.
getClosure(Wrapper<T0>) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction
Returns the closure to be executed from the OCaml runtime.
getClosure(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<T7>, Wrapper<T8>, Wrapper<T9>) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction10
Returns the closure to be executed from the OCaml runtime.
getClosure(Wrapper<T0>, Wrapper<T1>) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction2
Returns the closure to be executed from the OCaml runtime.
getClosure(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction3
Returns the closure to be executed from the OCaml runtime.
getClosure(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction4
Returns the closure to be executed from the OCaml runtime.
getClosure(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction5
Returns the closure to be executed from the OCaml runtime.
getClosure(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction6
Returns the closure to be executed from the OCaml runtime.
getClosure(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction7
Returns the closure to be executed from the OCaml runtime.
getClosure(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<T7>) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction8
Returns the closure to be executed from the OCaml runtime.
getClosure(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<T7>, Wrapper<T8>) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction9
Returns the closure to be executed from the OCaml runtime.
getColumn() - Method in exception org.ocamljava.runtime.wrappers.OCamlAssertFailureException
Returns exception column.
getColumn() - Method in exception org.ocamljava.runtime.wrappers.OCamlMatchFailureException
Returns exception column.
getColumn() - Method in exception org.ocamljava.runtime.wrappers.OCamlUndefinedRecursiveModuleException
Returns exception column.
getFailException() - Method in exception org.ocamljava.runtime.wrappers.OCamlException
Returns the underlying exception.
getFile() - Method in exception org.ocamljava.runtime.wrappers.OCamlAssertFailureException
Returns exception file.
getFile() - Method in exception org.ocamljava.runtime.wrappers.OCamlMatchFailureException
Returns exception file.
getFile() - Method in exception org.ocamljava.runtime.wrappers.OCamlUndefinedRecursiveModuleException
Returns exception file.
getFrame(Context) - Static method in class org.ocamljava.runtime.wrappers.OCamlGraphics
Returns the Graphics frame of a context.
getFrame() - Static method in class org.ocamljava.runtime.wrappers.OCamlGraphics
Returns the Graphics frame of the current context.
getLine() - Method in exception org.ocamljava.runtime.wrappers.OCamlAssertFailureException
Returns exception line.
getLine() - Method in exception org.ocamljava.runtime.wrappers.OCamlMatchFailureException
Returns exception line.
getLine() - Method in exception org.ocamljava.runtime.wrappers.OCamlUndefinedRecursiveModuleException
Returns exception line.
getOCamlName() - Method in exception org.ocamljava.runtime.wrappers.OCamlException
Returns the name (that acts as an identifier) of the underlying exception.
getOCamlStringRepresentation() - Method in exception org.ocamljava.runtime.wrappers.OCamlException
Returns the string representation of the underlying exception.
getParameter() - Method in exception org.ocamljava.runtime.wrappers.OCamlFailureException
Returns exception parameter.
getParameter() - Method in exception org.ocamljava.runtime.wrappers.OCamlInvalidArgumentException
Returns exception parameter.
getParameter() - Method in exception org.ocamljava.runtime.wrappers.OCamlSysErrorException
Returns exception parameter.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.ComposedWrapper
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlArray
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlArray
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlBool
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlBool
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlChar
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlChar
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlExn
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlExn
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlFloat
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlFloat
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction10
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction10
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction2
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction2
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction3
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction3
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction4
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction4
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction5
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction5
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction6
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction6
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction7
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction7
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction8
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction8
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction9
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlFunction9
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlInChannel
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlInChannel
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlInt
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlInt
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlInt32
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlInt32
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlInt64
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlInt64
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlJavaInstance
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlJavaInstance
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlLazy
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlLazy
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlList
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlList
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlNativeInt
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlNativeInt
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlOption
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlOption
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlOutChannel
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlOutChannel
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlRef
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlRef
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlString
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlString
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple2
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlTuple2
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple3
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlTuple3
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple4
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlTuple4
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple5
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlTuple5
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple6
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlTuple6
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple7
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlTuple7
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple8
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlTuple8
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlUnit
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlUnit
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper() - Method in class org.ocamljava.runtime.wrappers.OCamlValue
Returns the wrapper used to wrap Value elements into instances of the current class.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.OCamlValue
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper(int) - Method in class org.ocamljava.runtime.wrappers.SimpleWrapper
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.
getWrapper(int) - Method in interface org.ocamljava.runtime.wrappers.Wrapper
Returns the wrapper used to wrap Value elements into instances of the embedded type at given index.

H

hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlArray
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlBool
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlChar
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlExn
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlFloat
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction10
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction2
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction3
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction4
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction5
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction6
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction7
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction8
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction9
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlInChannel
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlInt
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlInt32
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlInt64
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlJavaInstance
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlLazy
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlList
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlNativeInt
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlOption
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlOutChannel
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlRef
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlString
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple2
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple3
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple4
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple5
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple6
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple7
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple8
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlUnit
hashCode() - Method in class org.ocamljava.runtime.wrappers.OCamlValue
head() - Method in class org.ocamljava.runtime.wrappers.OCamlList
Returns the head of the list.

I

instance() - Method in class org.ocamljava.runtime.wrappers.OCamlJavaInstance
Returns the wrapped value as an Object.
INSTANCE - Static variable in class org.ocamljava.runtime.wrappers.OCamlUnit
An representation of OCamlUnit, all instances being equal.
intValue() - Method in class org.ocamljava.runtime.wrappers.OCamlChar
Returns the wrapped value as a int.
intValue() - Method in class org.ocamljava.runtime.wrappers.OCamlFloat
Returns the wrapped value as a int, rounding and/or truncating it if necessary.
intValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt
Returns the wrapped value as a int, rounding and/or truncating it if necessary.
intValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt32
Returns the wrapped value as a int, rounding and/or truncating it if necessary.
intValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt64
Returns the wrapped value as a int, rounding and/or truncating it if necessary.
intValue() - Method in class org.ocamljava.runtime.wrappers.OCamlNativeInt
Returns the wrapped value as a int, rounding and/or truncating it if necessary.
intValue() - Method in interface org.ocamljava.runtime.wrappers.OCamlNumber
Returns the wrapped value as a int, rounding and/or truncating it if necessary.
isEmpty() - Method in class org.ocamljava.runtime.wrappers.OCamlList
Tests whether the list is empty.
iterator() - Method in class org.ocamljava.runtime.wrappers.OCamlArray
iterator() - Method in class org.ocamljava.runtime.wrappers.OCamlList

L

length() - Method in class org.ocamljava.runtime.wrappers.OCamlArray
Returns the array length.
length() - Method in class org.ocamljava.runtime.wrappers.OCamlList
Returns the list length.
length() - Method in class org.ocamljava.runtime.wrappers.OCamlString
longValue() - Method in class org.ocamljava.runtime.wrappers.OCamlFloat
Returns the wrapped value as a long, rounding and/or truncating it if necessary.
longValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt
Returns the wrapped value as a long, rounding and/or truncating it if necessary.
longValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt32
Returns the wrapped value as a long, rounding and/or truncating it if necessary.
longValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt64
Returns the wrapped value as a long, rounding and/or truncating it if necessary.
longValue() - Method in class org.ocamljava.runtime.wrappers.OCamlNativeInt
Returns the wrapped value as a long, rounding and/or truncating it if necessary.
longValue() - Method in interface org.ocamljava.runtime.wrappers.OCamlNumber
Returns the wrapped value as a long, rounding and/or truncating it if necessary.

N

NULL - Static variable in class org.ocamljava.runtime.wrappers.OCamlJavaInstance
An representation of null.

O

OCamlArray<T extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlArray class is the wrapper class for OCaml values of type 'a array.
OCamlAssertFailureException - Exception in org.ocamljava.runtime.wrappers
The OCamlAssertFailureException class is the Java counterpart of the Assert_failure OCaml exception.
OCamlAssertFailureException(String, long, long) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlAssertFailureException
Constructs a new instance.
OCamlAssertFailureException(FailException) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlAssertFailureException
Constructs a new instance based on the passed exception.
OCamlBool - Class in org.ocamljava.runtime.wrappers
The OCamlBool class is the wrapper class for OCaml values of type bool.
OCamlChar - Class in org.ocamljava.runtime.wrappers
The OCamlChar class is the wrapper class for OCaml values of type char.
OCamlDivisionByZeroException - Exception in org.ocamljava.runtime.wrappers
The OCamlDivisionByZeroException class is the Java counterpart of the Division_by_zero OCaml exception.
OCamlDivisionByZeroException() - Constructor for exception org.ocamljava.runtime.wrappers.OCamlDivisionByZeroException
Constructs a new instance.
OCamlDivisionByZeroException(FailException) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlDivisionByZeroException
Constructs a new instance based on the passed exception.
OCamlEndOfFileException - Exception in org.ocamljava.runtime.wrappers
The OCamlEndOfFileException class is the Java counterpart of the End_of_file OCaml exception.
OCamlEndOfFileException() - Constructor for exception org.ocamljava.runtime.wrappers.OCamlEndOfFileException
Constructs a new instance.
OCamlEndOfFileException(FailException) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlEndOfFileException
Constructs a new instance based on the passed exception.
OCamlException - Exception in org.ocamljava.runtime.wrappers
The OCamlException class is the parent class of all wrapped OCaml exceptions, also acting as a fallback cases for when the wrapped exception cannot be precisely mapped.
OCamlException(FailException) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlException
Constructs a new instance from an exception.
OCamlException(Value) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlException
Constructs a new instance from a value.
OCamlExn - Class in org.ocamljava.runtime.wrappers
The OCamlExn class is the wrapper class for OCaml values of type exn.
OCamlFailureException - Exception in org.ocamljava.runtime.wrappers
The OCamlFailureException class is the Java counterpart of the Failure OCaml exception.
OCamlFailureException(String) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlFailureException
Constructs a new instance.
OCamlFailureException(FailException) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlFailureException
Constructs a new instance based on the passed exception.
OCamlFloat - Class in org.ocamljava.runtime.wrappers
The OCamlFloat class is the wrapper class for OCaml values of type float.
OCamlFunction<T0 extends OCamlValue,TR extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlFunction class represent an OCaml function taking one parameter.
OCamlFunction(Wrapper<T0>, Wrapper<TR>) - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction
Constructs a new instance.
OCamlFunction() - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction
Constructs a new instance.
OCamlFunction10<T0 extends OCamlValue,T1 extends OCamlValue,T2 extends OCamlValue,T3 extends OCamlValue,T4 extends OCamlValue,T5 extends OCamlValue,T6 extends OCamlValue,T7 extends OCamlValue,T8 extends OCamlValue,T9 extends OCamlValue,TR extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlFunction10 class represent an OCaml function taking ten parameter.
OCamlFunction10(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<T7>, Wrapper<T8>, Wrapper<T9>, Wrapper<TR>) - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction10
Constructs a new instance.
OCamlFunction10() - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction10
Constructs a new instance.
OCamlFunction2<T0 extends OCamlValue,T1 extends OCamlValue,TR extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlFunction3 class represent an OCaml function taking two parameter.
OCamlFunction2(Wrapper<T0>, Wrapper<T1>, Wrapper<TR>) - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction2
Constructs a new instance.
OCamlFunction2() - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction2
Constructs a new instance.
OCamlFunction3<T0 extends OCamlValue,T1 extends OCamlValue,T2 extends OCamlValue,TR extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlFunction3 class represent an OCaml function taking three parameter.
OCamlFunction3(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<TR>) - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction3
Constructs a new instance.
OCamlFunction3() - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction3
Constructs a new instance.
OCamlFunction4<T0 extends OCamlValue,T1 extends OCamlValue,T2 extends OCamlValue,T3 extends OCamlValue,TR extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlFunction4 class represent an OCaml function taking four parameter.
OCamlFunction4(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<TR>) - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction4
Constructs a new instance.
OCamlFunction4() - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction4
Constructs a new instance.
OCamlFunction5<T0 extends OCamlValue,T1 extends OCamlValue,T2 extends OCamlValue,T3 extends OCamlValue,T4 extends OCamlValue,TR extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlFunction5 class represent an OCaml function taking five parameter.
OCamlFunction5(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<TR>) - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction5
Constructs a new instance.
OCamlFunction5() - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction5
Constructs a new instance.
OCamlFunction6<T0 extends OCamlValue,T1 extends OCamlValue,T2 extends OCamlValue,T3 extends OCamlValue,T4 extends OCamlValue,T5 extends OCamlValue,TR extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlFunction6 class represent an OCaml function taking six parameter.
OCamlFunction6(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<TR>) - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction6
Constructs a new instance.
OCamlFunction6() - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction6
Constructs a new instance.
OCamlFunction7<T0 extends OCamlValue,T1 extends OCamlValue,T2 extends OCamlValue,T3 extends OCamlValue,T4 extends OCamlValue,T5 extends OCamlValue,T6 extends OCamlValue,TR extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlFunction7 class represent an OCaml function taking seven parameter.
OCamlFunction7(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<TR>) - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction7
Constructs a new instance.
OCamlFunction7() - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction7
Constructs a new instance.
OCamlFunction8<T0 extends OCamlValue,T1 extends OCamlValue,T2 extends OCamlValue,T3 extends OCamlValue,T4 extends OCamlValue,T5 extends OCamlValue,T6 extends OCamlValue,T7 extends OCamlValue,TR extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlFunction8 class represent an OCaml function taking eight parameter.
OCamlFunction8(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<T7>, Wrapper<TR>) - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction8
Constructs a new instance.
OCamlFunction8() - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction8
Constructs a new instance.
OCamlFunction9<T0 extends OCamlValue,T1 extends OCamlValue,T2 extends OCamlValue,T3 extends OCamlValue,T4 extends OCamlValue,T5 extends OCamlValue,T6 extends OCamlValue,T7 extends OCamlValue,T8 extends OCamlValue,TR extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlFunction9 class represent an OCaml function taking nine parameter.
OCamlFunction9(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<T7>, Wrapper<T8>, Wrapper<TR>) - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction9
Constructs a new instance.
OCamlFunction9() - Constructor for class org.ocamljava.runtime.wrappers.OCamlFunction9
Constructs a new instance.
OCamlGraphics - Class in org.ocamljava.runtime.wrappers
The OCamlGraphics provides utility methods related to the Graphics module.
OCamlInChannel - Class in org.ocamljava.runtime.wrappers
The OCamlInChannel class is the wrapper class for OCaml values of type int.
OCamlInt - Class in org.ocamljava.runtime.wrappers
The OCamlInt class is the wrapper class for OCaml values of type int.
OCamlInt32 - Class in org.ocamljava.runtime.wrappers
The OCamlInt32 class is the wrapper class for OCaml values of type int32.
OCamlInt64 - Class in org.ocamljava.runtime.wrappers
The OCamlInt64 class is the wrapper class for OCaml values of type int64.
OCamlInvalidArgumentException - Exception in org.ocamljava.runtime.wrappers
The OCamlInvalidArgumentException class is the Java counterpart of the Invalid_argument OCaml exception.
OCamlInvalidArgumentException(String) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlInvalidArgumentException
Constructs a new instance.
OCamlInvalidArgumentException(FailException) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlInvalidArgumentException
Constructs a new instance based on the passed exception.
OCamlJavaInstance - Class in org.ocamljava.runtime.wrappers
The OCamlJavaInstance class is the wrapper class for OCaml values of type java_instance.
OCamlLazy<T extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlLazy class is the wrapper class for OCaml values of type 'a lazy_t.
OCamlList<T extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlList class is the wrapper class for OCaml values of type 'a list.
OCamlMatchFailureException - Exception in org.ocamljava.runtime.wrappers
The OCamlMatchFailureException class is the Java counterpart of the Match_failure OCaml exception.
OCamlMatchFailureException(String, long, long) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlMatchFailureException
Constructs a new instance.
OCamlMatchFailureException(FailException) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlMatchFailureException
Constructs a new instance based on the passed exception.
OCamlNativeInt - Class in org.ocamljava.runtime.wrappers
The OCamlNativeInt class is the wrapper class for OCaml values of type nativeint.
OCamlNotFoundException - Exception in org.ocamljava.runtime.wrappers
The OCamlNotFoundException class is the Java counterpart of the Not_found OCaml exception.
OCamlNotFoundException() - Constructor for exception org.ocamljava.runtime.wrappers.OCamlNotFoundException
Constructs a new instance.
OCamlNotFoundException(FailException) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlNotFoundException
Constructs a new instance based on the passed exception.
OCamlNumber - Interface in org.ocamljava.runtime.wrappers
The OCamlNumber interface is similar to the java.lang.Number class, thus allowing to manipulate OCaml values wrapping numeric values in the same way as classical Java wrappers for primitive types.
OCamlOption<T extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlOption class is the wrapper class for OCaml values of type 'a option.
OCamlOutChannel - Class in org.ocamljava.runtime.wrappers
The OCamlOutChannel class is the wrapper class for OCaml values of type int.
OCamlOutOfMemoryException - Exception in org.ocamljava.runtime.wrappers
The OCamlOutOfMemoryException class is the Java counterpart of the Out_of_memory OCaml exception.
OCamlOutOfMemoryException() - Constructor for exception org.ocamljava.runtime.wrappers.OCamlOutOfMemoryException
Constructs a new instance.
OCamlOutOfMemoryException(FailException) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlOutOfMemoryException
Constructs a new instance based on the passed exception.
OCamlRef<T extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlRef class is the wrapper class for OCaml values of type 'a ref.
OCamlStackOverflowException - Exception in org.ocamljava.runtime.wrappers
The OCamlStackOverflowException class is the Java counterpart of the Stack_overflow OCaml exception.
OCamlStackOverflowException() - Constructor for exception org.ocamljava.runtime.wrappers.OCamlStackOverflowException
Constructs a new instance.
OCamlStackOverflowException(FailException) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlStackOverflowException
Constructs a new instance based on the passed exception.
OCamlString - Class in org.ocamljava.runtime.wrappers
The OCamlString class is the wrapper class for OCaml values of type string.
OCamlSysBlockedIOException - Exception in org.ocamljava.runtime.wrappers
The OCamlSysBlockedIOException class is the Java counterpart of the Sys_blocked_io OCaml exception.
OCamlSysBlockedIOException() - Constructor for exception org.ocamljava.runtime.wrappers.OCamlSysBlockedIOException
Constructs a new instance.
OCamlSysBlockedIOException(FailException) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlSysBlockedIOException
Constructs a new instance based on the passed exception.
OCamlSysErrorException - Exception in org.ocamljava.runtime.wrappers
The OCamlSysErrorException class is the Java counterpart of the Sys_error OCaml exception.
OCamlSysErrorException(String) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlSysErrorException
Constructs a new instance.
OCamlSysErrorException(FailException) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlSysErrorException
Constructs a new instance based on the passed exception.
OCamlTuple2<T0 extends OCamlValue,T1 extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlOption class is the wrapper class for OCaml values of type 'a * 'b.
OCamlTuple3<T0 extends OCamlValue,T1 extends OCamlValue,T2 extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlOption class is the wrapper class for OCaml values of type 'a * 'b * 'c.
OCamlTuple4<T0 extends OCamlValue,T1 extends OCamlValue,T2 extends OCamlValue,T3 extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlOption class is the wrapper class for OCaml values of type 'a * 'b * 'c * 'd.
OCamlTuple5<T0 extends OCamlValue,T1 extends OCamlValue,T2 extends OCamlValue,T3 extends OCamlValue,T4 extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlOption class is the wrapper class for OCaml values of type 'a * 'b * 'c * 'd * 'e.
OCamlTuple6<T0 extends OCamlValue,T1 extends OCamlValue,T2 extends OCamlValue,T3 extends OCamlValue,T4 extends OCamlValue,T5 extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlOption class is the wrapper class for OCaml values of type 'a * 'b * 'c * 'd * 'e * 'f.
OCamlTuple7<T0 extends OCamlValue,T1 extends OCamlValue,T2 extends OCamlValue,T3 extends OCamlValue,T4 extends OCamlValue,T5 extends OCamlValue,T6 extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlOption class is the wrapper class for OCaml values of type 'a * 'b * 'c * 'd * 'e * 'f * 'g.
OCamlTuple8<T0 extends OCamlValue,T1 extends OCamlValue,T2 extends OCamlValue,T3 extends OCamlValue,T4 extends OCamlValue,T5 extends OCamlValue,T6 extends OCamlValue,T7 extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The OCamlOption class is the wrapper class for OCaml values of type 'a * 'b * 'c * 'd * 'e * 'f * 'g * 'h.
OCamlUndefinedRecursiveModuleException - Exception in org.ocamljava.runtime.wrappers
The OCamlUndefinedRecursiveModuleException class is the Java counterpart of the Undefined_recursive_module OCaml exception.
OCamlUndefinedRecursiveModuleException(String, long, long) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlUndefinedRecursiveModuleException
Constructs a new instance.
OCamlUndefinedRecursiveModuleException(FailException) - Constructor for exception org.ocamljava.runtime.wrappers.OCamlUndefinedRecursiveModuleException
Constructs a new instance based on the passed exception.
OCamlUnit - Class in org.ocamljava.runtime.wrappers
The OCamlUnit class is the wrapper class for OCaml values of type unit.
OCamlValue - Class in org.ocamljava.runtime.wrappers
The OCamlValue class is the superclass of all classes wrapping OCaml values.
OCamlWrappers - Class in org.ocamljava.runtime.wrappers
The OCamlWrappers provides utility methods related to wrappers.
org.ocamljava.runtime.wrappers - 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).

R

register(String, Class<?>) - Static method in exception org.ocamljava.runtime.wrappers.OCamlException
Registers an exception in the context.

S

set(int, T) - Method in class org.ocamljava.runtime.wrappers.OCamlArray
Changes the value at the specified index.
set(T) - Method in class org.ocamljava.runtime.wrappers.OCamlRef
Changes the wrapped value.
setByteAt(int, byte) - Method in class org.ocamljava.runtime.wrappers.OCamlString
Changes the byte value at the specified index.
setCharAt(int, char) - Method in class org.ocamljava.runtime.wrappers.OCamlString
Changes the char value at the specified index.
shortValue() - Method in class org.ocamljava.runtime.wrappers.OCamlFloat
Returns the wrapped value as a short, rounding and/or truncating it if necessary.
shortValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt
Returns the wrapped value as a short, rounding and/or truncating it if necessary.
shortValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt32
Returns the wrapped value as a short, rounding and/or truncating it if necessary.
shortValue() - Method in class org.ocamljava.runtime.wrappers.OCamlInt64
Returns the wrapped value as a short, rounding and/or truncating it if necessary.
shortValue() - Method in class org.ocamljava.runtime.wrappers.OCamlNativeInt
Returns the wrapped value as a short, rounding and/or truncating it if necessary.
shortValue() - Method in interface org.ocamljava.runtime.wrappers.OCamlNumber
Returns the wrapped value as a short, rounding and/or truncating it if necessary.
SimpleWrapper<T extends OCamlValue> - Class in org.ocamljava.runtime.wrappers
The AsbtractWrapper class provides a partial implementation for the Wrapper interface, by making the getWrapper(int) method return a dummy value.
SimpleWrapper() - Constructor for class org.ocamljava.runtime.wrappers.SimpleWrapper
Constructs a new instance.
SLOT - Static variable in exception org.ocamljava.runtime.wrappers.OCamlException
Identifier for OCamlException.
stream() - Method in class org.ocamljava.runtime.wrappers.OCamlInChannel
Returns the wrapped stream.
stream() - Method in class org.ocamljava.runtime.wrappers.OCamlOutChannel
Returns the wrapped stream.
stringValue() - Method in class org.ocamljava.runtime.wrappers.OCamlExn
Returns the string representation of the underlying exception.
stringValue() - Method in class org.ocamljava.runtime.wrappers.OCamlString
Returns the wrapped value as a String.
subSequence(int, int) - Method in class org.ocamljava.runtime.wrappers.OCamlString

T

tail() - Method in class org.ocamljava.runtime.wrappers.OCamlList
Returns the tail of the list.
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlArray
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlBool
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlChar
toString() - Method in exception org.ocamljava.runtime.wrappers.OCamlException
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlExn
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlFloat
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction10
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction2
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction3
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction4
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction5
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction6
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction7
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction8
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlFunction9
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlInChannel
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlInt
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlInt32
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlInt64
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlJavaInstance
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlLazy
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlList
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlNativeInt
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlOption
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlOutChannel
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlRef
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlString
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple2
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple3
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple4
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple5
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple6
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple7
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlTuple8
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlUnit
toString() - Method in class org.ocamljava.runtime.wrappers.OCamlValue
TRUE - Static variable in class org.ocamljava.runtime.wrappers.OCamlBool
An representation of true.

V

value() - Method in class org.ocamljava.runtime.wrappers.OCamlValue
Returns the wrapped value.

W

wrap(Wrapper<T>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlArray
Wraps the passed value.
wrap(Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlBool
Wraps the passed value.
wrap(Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlChar
Wraps the passed value.
wrap(FailException) - Static method in exception org.ocamljava.runtime.wrappers.OCamlException
Wraps a FailException exception into a OCamlException one, using the map of registered exceptions.
wrap(Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlExn
Wraps the passed value.
wrap(Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlFloat
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<TR>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<T7>, Wrapper<T8>, Wrapper<T9>, Wrapper<TR>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction10
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Wrapper<TR>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction2
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<TR>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction3
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<TR>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction4
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<TR>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction5
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<TR>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction6
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<TR>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction7
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<T7>, Wrapper<TR>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction8
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<T7>, Wrapper<T8>, Wrapper<TR>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction9
Wraps the passed value.
wrap(Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlInChannel
Wraps the passed value.
wrap(Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlInt
Wraps the passed value.
wrap(Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlInt32
Wraps the passed value.
wrap(Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlInt64
Wraps the passed value.
wrap(Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlJavaInstance
Wraps the passed value.
wrap(Wrapper<T>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlLazy
Wraps the passed value.
wrap(Wrapper<T>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlList
Wraps the passed value.
wrap(Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlNativeInt
Wraps the passed value.
wrap(Wrapper<T>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlOption
Wraps the passed value.
wrap(Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlOutChannel
Wraps the passed value.
wrap(Wrapper<T>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlRef
Wraps the passed value.
wrap(Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlString
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple2
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple3
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple4
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple5
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple6
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple7
Wraps the passed value.
wrap(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<T7>, Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple8
Wraps the passed value.
wrap(Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlUnit
Wraps the passed value.
wrap(Value) - Static method in class org.ocamljava.runtime.wrappers.OCamlValue
Wraps the passed value.
wrap(Value) - Method in interface org.ocamljava.runtime.wrappers.Wrapper
Wraps an internal value into an OCamlValue.
wrapper(Wrapper<T>) - Static method in class org.ocamljava.runtime.wrappers.OCamlArray
Returns a wrapper for OCamlArray values.
WRAPPER - Static variable in class org.ocamljava.runtime.wrappers.OCamlBool
Wrapper for OCamlBool values.
wrapper() - Static method in class org.ocamljava.runtime.wrappers.OCamlBool
Returns a wrapper for OCamlBool values.
WRAPPER - Static variable in class org.ocamljava.runtime.wrappers.OCamlChar
Wrapper for OCamlChar values.
wrapper() - Static method in class org.ocamljava.runtime.wrappers.OCamlChar
Returns a wrapper for OCamlChar values.
WRAPPER - Static variable in class org.ocamljava.runtime.wrappers.OCamlExn
Wrapper for OCamlExn values.
wrapper() - Static method in class org.ocamljava.runtime.wrappers.OCamlExn
Returns a wrapper for OCamlExn values.
WRAPPER - Static variable in class org.ocamljava.runtime.wrappers.OCamlFloat
Wrapper for OCamlFloat values.
wrapper() - Static method in class org.ocamljava.runtime.wrappers.OCamlFloat
Returns a wrapper for OCamlFloat values.
wrapper(Wrapper<T0>, Wrapper<TR>) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction
Returns a wrapper for OCamlFunction values.
wrapper(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<T7>, Wrapper<T8>, Wrapper<T9>, Wrapper<TR>) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction10
Returns a wrapper for OCamlFunction10 values.
wrapper(Wrapper<T0>, Wrapper<T1>, Wrapper<TR>) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction2
Returns a wrapper for OCamlFunction2 values.
wrapper(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<TR>) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction3
Returns a wrapper for OCamlFunction3 values.
wrapper(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<TR>) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction4
Returns a wrapper for OCamlFunction4 values.
wrapper(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<TR>) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction5
Returns a wrapper for OCamlFunction5 values.
wrapper(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<TR>) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction6
Returns a wrapper for OCamlFunction6 values.
wrapper(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<TR>) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction7
Returns a wrapper for OCamlFunction7 values.
wrapper(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<T7>, Wrapper<TR>) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction8
Returns a wrapper for OCamlFunction8 values.
wrapper(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<T7>, Wrapper<T8>, Wrapper<TR>) - Static method in class org.ocamljava.runtime.wrappers.OCamlFunction9
Returns a wrapper for OCamlFunction9 values.
WRAPPER - Static variable in class org.ocamljava.runtime.wrappers.OCamlInChannel
Wrapper for OCamlInChannel values.
wrapper() - Static method in class org.ocamljava.runtime.wrappers.OCamlInChannel
Returns a wrapper for OCamlInChannel values.
WRAPPER - Static variable in class org.ocamljava.runtime.wrappers.OCamlInt
Wrapper for OCamlInt values.
wrapper() - Static method in class org.ocamljava.runtime.wrappers.OCamlInt
Returns a wrapper for OCamlInt values.
WRAPPER - Static variable in class org.ocamljava.runtime.wrappers.OCamlInt32
Wrapper for OCamlInt32 values.
wrapper() - Static method in class org.ocamljava.runtime.wrappers.OCamlInt32
Returns a wrapper for OCamlInt32 values.
WRAPPER - Static variable in class org.ocamljava.runtime.wrappers.OCamlInt64
Wrapper for OCamlInt64 values.
wrapper() - Static method in class org.ocamljava.runtime.wrappers.OCamlInt64
Returns a wrapper for OCamlInt64 values.
WRAPPER - Static variable in class org.ocamljava.runtime.wrappers.OCamlJavaInstance
Wrapper for OCamlJavaInstance values.
wrapper() - Static method in class org.ocamljava.runtime.wrappers.OCamlJavaInstance
Returns a wrapper for OCamlJavaInstance values.
wrapper(Wrapper<T>) - Static method in class org.ocamljava.runtime.wrappers.OCamlLazy
Returns a wrapper for OCamlLazy values.
wrapper(Wrapper<T>) - Static method in class org.ocamljava.runtime.wrappers.OCamlList
Returns a wrapper for OCamlList values.
WRAPPER - Static variable in class org.ocamljava.runtime.wrappers.OCamlNativeInt
Wrapper for OCamlNativeInt values.
wrapper() - Static method in class org.ocamljava.runtime.wrappers.OCamlNativeInt
Returns a wrapper for OCamlNativeInt values.
wrapper(Wrapper<T>) - Static method in class org.ocamljava.runtime.wrappers.OCamlOption
Returns a wrapper for OCamlOption values.
WRAPPER - Static variable in class org.ocamljava.runtime.wrappers.OCamlOutChannel
Wrapper for OCamlOutChannel values.
wrapper() - Static method in class org.ocamljava.runtime.wrappers.OCamlOutChannel
Returns a wrapper for OCamlOutChannel values.
wrapper(Wrapper<T>) - Static method in class org.ocamljava.runtime.wrappers.OCamlRef
Returns a wrapper for OCamlRef values.
WRAPPER - Static variable in class org.ocamljava.runtime.wrappers.OCamlString
Wrapper for OCamlString values.
wrapper() - Static method in class org.ocamljava.runtime.wrappers.OCamlString
Returns a wrapper for OCamlString values.
wrapper(Wrapper<T0>, Wrapper<T1>) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple2
Returns a wrapper for OCamlOption values.
wrapper(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple3
Returns a wrapper for OCamlOption values.
wrapper(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple4
Returns a wrapper for OCamlTuple4 values.
wrapper(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple5
Returns a wrapper for OCamlTuple5 values.
wrapper(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple6
Returns a wrapper for OCamlTuple6 values.
wrapper(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple7
Returns a wrapper for OCamlTuple7 values.
wrapper(Wrapper<T0>, Wrapper<T1>, Wrapper<T2>, Wrapper<T3>, Wrapper<T4>, Wrapper<T5>, Wrapper<T6>, Wrapper<T7>) - Static method in class org.ocamljava.runtime.wrappers.OCamlTuple8
Returns a wrapper for OCamlTuple8 values.
WRAPPER - Static variable in class org.ocamljava.runtime.wrappers.OCamlUnit
Wrapper for OCamlUnit values.
wrapper() - Static method in class org.ocamljava.runtime.wrappers.OCamlUnit
Returns a wrapper for OCamlUnit values.
WRAPPER - Static variable in class org.ocamljava.runtime.wrappers.OCamlValue
Wrapper for OCamlValue values.
wrapper() - Static method in class org.ocamljava.runtime.wrappers.OCamlValue
Returns a wrapper for OCamlValue values.
Wrapper<T extends OCamlValue> - Interface in org.ocamljava.runtime.wrappers
The Wrapper interface defines the contract for a class allowing to wrap a Value (internal type of OCaml values) into a org.ocamljava.runtime.wrappers (allowing easy access and manipulation from Java code).
A B C D E F G H I L N O R S T V W