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