jget-meth

Function

Package: javatools.jlinker

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

This function is associated with the macro jmeth. 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. The second argument must be a string or symbol that names a method. The remaining argument may be a single positive integer. In this case, if the class has a unique method for the specified number of arguments, then that method is returned. Otherwise a continuable error is signalled to allow an appropriate method 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.