java::tojava - Convert an Objective-C object to a Java object.
java::tojava obj
The java::tojava command interprets its argument as an Objective-C id, passes it over the Objective-C/Java bridge, and returns the corresponding Java object.
tcl> set j [java::tojava [@ Hello]]
java0x1
tcl> $j toString
Hello
java::toobjc
java, tcl
Copyright © 1999 AAA+ Software