| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 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-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |