Up: Deprecated Jasper API [Contents][Index]
jasper_new_object(+JVM,+Class,+TypeSig,+Args,-Object) obsolescent
Creates a new Java object.
A reference to the Java VM, as obtained by
jasper_initialize/[1,2]
.
An an atom containing the fully qualified classname (i.e.
package name separated with ’/’, followed by the class name), for
example java/lang/String
, se/sics/jasper/SICStus
.
The type signature of the class constructor. A type signature is a string that uniquely defines a method within a class.
A list of argument specifiers. See Deprecated Argument Conversions.
A term on the form '$java_object'(X)
, where X is a Java object
reference. This is the Prolog handle to the Java object. See Global vs. Local References.