Did you know ... | Search Documentation: |
Pack logtalk -- logtalk-3.85.0/docs/_sources/java_2.rst.txt |
.. index:: java(Referenceï¼ReturnValue) .. _java/2:
.. rst-class:: right
object
java(Reference,ReturnValue)
Reference
- Either a class name or a Java reference to an object.ReturnValue
- Value returned by a method call (possibly the Java value void).
Minimal abstraction of the JPL API for calling Java from Logtalk using familiar message sending syntax and a forward/1 handler to resolve methods.
| Availability:
| logtalk_load(java(loader))
| Author: Paulo Moura and Sergio Castro | Version: 1:4:0 | Date: 2023-03-13
| Compilation flags:
| static, context_switching_calls
| Implements:
| public
:ref:`forwarding <forwarding/0>`
| public
:ref:`java_access_protocol <java_access_protocol/0>`
| Remarks:
| Inherited public predicates: | Â :ref:`forwarding/0::forward/1` Â :ref:`java_access_protocol/0::get_field/2` Â :ref:`java_access_protocol/0::invoke/1` Â :ref:`java_access_protocol/0::invoke/2` Â :ref:`java_access_protocol/0::new/1` Â :ref:`java_access_protocol/0::new/2` Â :ref:`java_access_protocol/0::set_field/2` Â
.. contents:: :local: :backlinks: top
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(none)
.. seealso::
:ref:`java(Reference)
<java/1>`, :ref:`java <java/0>`, :ref:`java_hook <java_hook/0>`