protocol
java_access_protocol
¶
Protocol for a minimal abstraction for calling Java from Logtalk using familiar message sending syntax.
Author: Paulo Moura and Sergio Castro
Version: 1:1:0
Date: 2018-05-23
Compilation flags:
static
Dependencies:
(none)
Remarks:
(none)
Inherited public predicates:
(none)
Public predicates¶
get_field/2
¶
Gets the value of a class or object field.
Compilation flags:
static
Template:
get_field(Field,Value)
Mode and number of proofs:
get_field(+atom,?nonvar)
- zero_or_one
set_field/2
¶
Sets the value of a class or object field.
Compilation flags:
static
Template:
set_field(Field,Value)
Mode and number of proofs:
set_field(+atom,+nonvar)
- one
new/2
¶
Creates a new instance using the specified parameter values.
Compilation flags:
static
Template:
new(Parameters,Instance)
Mode and number of proofs:
new(+list(nonvar),-reference)
- one
new/1
¶
Creates a new instance using default parameter values.
Compilation flags:
static
Template:
new(Instance)
Mode and number of proofs:
new(-reference)
- one
Protected predicates¶
(none)
Private predicates¶
(none)