ToObject ======== .. java:package:: fr.inria.tapenade.utils :noindex: .. java:type:: public final class ToObject Container for one Object. Constructors ------------ ToObject ^^^^^^^^ .. java:constructor:: public ToObject(T obj) :outertype: ToObject Creates a new container, initially containing the given Object. Methods ------- obj ^^^ .. java:method:: public T obj() :outertype: ToObject :return: the Object in this container. setObj ^^^^^^ .. java:method:: public void setObj(T obj) :outertype: ToObject Fill this container with "obj". toString ^^^^^^^^ .. java:method:: public String toString() :outertype: ToObject