| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
The value of this special variable determines the jLinker behavior
when Java throws java.lang.IllegalAccessException
during a method call.
nil
(the
default), then jLinker calls
m
.setAccessible(True)
where m is the
method in the failed call, and then attempts the failed call one more
time.
nil
, then
jLinker signals an error. One of the restarts available at this point
is to retry the call after calling m.setAccessible(True).
See Calling Methods of Inner Classes in jlinker.htm for a more detailed discussion of this behavior.
See jlinker.htm for more information on the jLinker facility.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |