jget-cons

Function

Package: javatools.jlinker

Arguments: class-ref &rest arg-class-refs

This function is associated with the macro jcons. The macro allows compile-time collection of java class names and method signatures. This information is used to generate a file of class and method definitions that may be loaded to initialize an application, and avoid the class and method lookup overhead in the body of the application.

The first argument must be a class name or a class reference. If the single remaining argument is a positive integer, the integer specifies the number of arguments expected by the constructor. If the class has a unique constructor for the specified number of arguments, then that constructor is returned. Otherwise a continuable error is signalled to allow an appropriate constructor to be selected. If the remaining arguments are not a single positive integer, then each argument must be a class name or a class reference that describes an argument type.

See jlinker.htm for more information on the jLinker facility.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.