Call a Java method.
lw-ji
call-java-non-virtual-method full-method-name &rest args => result-of-java-method
full-method-name⇩ |
A string. |
args⇩ |
Lisp objects. |
result-of-java-method |
The result of calling the Java method full-method-name. |
The function call-java-non-virtual-method
is the same as call-java-method, except that the call is non-virtual and it looks only for ordiary methods (that is ignoring static method). That has the same effect as using :non-virtual-p t
in define-java-caller. Note that this is not normal Java behaviour, and may lead to surprising effects.
See call-java-method for a description of how full-method-name and args are used.
define-java-caller
call-java-method
15.2.2 Defining specific callers
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:46