LOTUSSCRIPT LANGUAGE
Sub Test (myMethod As JavaMethod)
' JClass property of JavaMethod
' is an instance of JavaClass
MessageBox "Belongs to " & myMethod.JClass.ClassName _
& " Class",, "Method " & myMethod.MethodName
End Sub
See Also