From e10da8a9a108ee88cd84417e775f4f03a895fe68 Mon Sep 17 00:00:00 2001 From: Lindley French Date: Wed, 2 Feb 2022 15:34:19 -0800 Subject: [PATCH] Update docs. --- Doc/Manual/Java.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/Manual/Java.html b/Doc/Manual/Java.html index dc403a98c..3b24c5ba8 100644 --- a/Doc/Manual/Java.html +++ b/Doc/Manual/Java.html @@ -6439,6 +6439,11 @@ This special variable expands to the intermediary class name. Usually this is th unless the jniclassname attribute is specified in the %module directive.

+

+$imfuncname
+This special variable expands to the name of the function on the $imclassname that will be used in $jnicall. +

+

$javainterfacename
This special variable is only expanded when the interface feature is applied to a class.